Lines Matching full:the
4 The 3270 is the classic 'green-screen' console of the mainframes (see the
7 The 3270 data stream is not implemented within QEMU; the device only provides
9 and `RFC 1576 <https://tools.ietf.org/html/rfc1576>`__) and leaves the heavy
15 a ``tn3270`` chardev. The guest will see a 3270 channel device. In order
16 to actually be able to use it, attach the ``x3270`` emulator to the chardev.
21 * Make sure that 3270 support is enabled in the guest's Linux kernel. You need
25 * Add a ``tn3270`` chardev and a ``x-terminal3270`` to the QEMU command line::
30 * Start the guest. In the guest, use ``chccwdev -e 0.0.000a`` to enable
31 the device.
33 * On the host, start the ``x3270`` emulator::
37 * In the guest, locate the 3270 device node under ``/dev/3270/`` (say,
42 This should get you an additional tty for logging into the guest.
44 * If you want to use the 3270 device as the Linux kernel console instead of
46 the guest's kernel command line. The kernel then should use the 3270 as
47 console after the next boot.
56 * It has only been tested with Linux guests and the x3270 emulator.
62 * Multiple commands in one inbound buffer (for example, when the reset key
63 is pressed while the network is slow) are not supported.