[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] docs/system/s390x: Improve the 3270 documentation
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v2] docs/system/s390x: Improve the 3270 documentation |
Date: |
Mon, 13 Jul 2020 11:24:31 +0200 |
On Mon, 13 Jul 2020 09:51:12 +0200
Thomas Huth <thuth@redhat.com> wrote:
> There is some additional information about the 3270 support in our Wiki
> at https://wiki.qemu.org/Features/3270 - so let's include this information
> into the main documentation now to have one single source of information
> (the Wiki page could later be removed).
>
> While at it, I also shortened the lines of the first example a little bit.
> Otherwise they showed up with a horizontal scrollbar in my Firefox browser.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> v2:
> - Added the changes that have been suggested by Cornelia
> - Talk about "Linux kernel" instead of just saying "kernel", just in case.
>
> docs/system/s390x/3270.rst | 43 ++++++++++++++++++++++++++++++++------
> 1 file changed, 37 insertions(+), 6 deletions(-)
(...)
> @@ -29,4 +39,25 @@ Example configuration
>
> systemctl start serial-getty@3270-tty1.service
>
> -This should get you an addtional tty for logging into the guest.
> + This should get you an addtional tty for logging into the guest.
While you're at it,
s/addtional/additional/
> +
> +* If you want to use the 3270 device as the Linux kernel console instead of
> + an additional tty, you can also append ``conmode=3270 condev=000a`` to
> + the guest's kernel command line. The kernel then should use the 3270 as
> + console after the next boot.
> +
> +Restrictions
> +------------
> +
> +3270 support is very basic. In particular:
> +
> +* Only one 3270 device is supported.
> +
> +* It has only been tested with Linux guests and the x3270 emulator.
> +
> +* TLS/SSL is not supported.
> +
> +* Resizing on reattach is not supported.
> +
> +* Multiple commands in one inbound buffer (for example, when the reset key
> + is pressed while the network is slow) are not supported.
Looks good.
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
(Feel free to send it yourself if you have some patches in your queue, I
don't have anything for s390x right now.)