]> Git Repo - qemu.git/commit
chardev: Basic support for TN3270
authorJing Liu <[email protected]>
Fri, 23 Sep 2016 06:06:11 +0000 (08:06 +0200)
committerCornelia Huck <[email protected]>
Thu, 4 May 2017 08:34:37 +0000 (10:34 +0200)
commitae92cbd542086a508343dd88fd3b980f3be1b3af
tree2806f864dc05434d9c5ceafc63868181245bb6d4
parente619b14746e5d8c0e53061661fd0e1da01fd4d60
chardev: Basic support for TN3270

This introduces basic support for TN3270, which needs to negotiate
three Telnet options during handshake:
  - End of Record
  - Binary Transmission
  - Terminal-Type

As a basic implementation, this simply ignores NOP and Interrupt
Process(IP) commands. More work should be done for them later.

For more details, please refer to RFC 854 and 1576.

Signed-off-by: Jing Liu <[email protected]>
Signed-off-by: Yang Chen <[email protected]>
Reviewed-by: QingFeng Hao <[email protected]>
Acked-by: Dong Jia Shi <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
chardev/char-socket.c
chardev/char.c
include/sysemu/char.h
qapi-schema.json
This page took 0.025335 seconds and 4 git commands to generate.