From: Eric Blake <eblake@redhat.com>
To: Cornelia Huck <cornelia.huck@de.ibm.com>, qemu-devel@nongnu.org
Cc: Jing Liu <liujbjl@linux.vnet.ibm.com>,
agraf@suse.de, borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com,
pbonzini@redhat.com, marcandre.lureau@redhat.com,
Yang Chen <bjcyang@linux.vnet.ibm.com>
Subject: Re: [Qemu-devel] [PATCH 1/8] chardev: Basic support for TN3270
Date: Wed, 22 Feb 2017 09:40:23 -0600 [thread overview]
Message-ID: <5a3c1652-f5eb-85a5-44f4-35c7c12d3f4b@redhat.com> (raw)
In-Reply-To: <20170222121527.7009-2-cornelia.huck@de.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 1857 bytes --]
On 02/22/2017 06:15 AM, Cornelia Huck wrote:
> From: Jing Liu <liujbjl@linux.vnet.ibm.com>
>
> 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 <liujbjl@linux.vnet.ibm.com>
> Signed-off-by: Yang Chen <bjcyang@linux.vnet.ibm.com>
> Reviewed-by: QingFeng Hao <haoqf@linux.vnet.ibm.com>
> Acked-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
> ---
> +++ b/qapi-schema.json
> @@ -4774,6 +4774,8 @@
> # @nodelay: #optional set TCP_NODELAY socket option (default: false)
> # @telnet: #optional enable telnet protocol on server
> # sockets (default: false)
> +# @tn3270: #optional enable tn3270 protocol on server
> +# sockets (default: false)
Missing a '(since 2.9)' designation
> # @reconnect: #optional For a client socket, if a socket is disconnected,
> # then attempt a reconnect after the given number of seconds.
> # Setting this to zero disables this function. (default: 0)
> @@ -4787,6 +4789,7 @@
> '*wait' : 'bool',
> '*nodelay' : 'bool',
> '*telnet' : 'bool',
> + '*tn3270' : 'bool',
> '*reconnect' : 'int' },
> 'base': 'ChardevCommon' }
>
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2017-02-22 15:40 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-22 12:15 [Qemu-devel] [PATCH 0/8] s390x: basic support for 3270 devices Cornelia Huck
2017-02-22 12:15 ` [Qemu-devel] [PATCH 1/8] chardev: Basic support for TN3270 Cornelia Huck
2017-02-22 15:40 ` Eric Blake [this message]
2017-02-23 13:03 ` Cornelia Huck
2017-02-22 12:15 ` [Qemu-devel] [PATCH 2/8] s390x/css: Add an algorithm to find a free chpid Cornelia Huck
2017-02-22 12:15 ` [Qemu-devel] [PATCH 3/8] s390x/3270: Add abstract emulated ccw-attached 3270 device Cornelia Huck
2017-02-22 12:15 ` [Qemu-devel] [PATCH 4/8] s390x/3270: Add emulated terminal3270 device Cornelia Huck
2017-02-22 12:15 ` [Qemu-devel] [PATCH 5/8] s390x/3270: 3270 data stream handling Cornelia Huck
2017-02-22 12:15 ` [Qemu-devel] [PATCH 6/8] s390x/3270: Add the TCP socket events handler for 3270 Cornelia Huck
2017-02-22 12:15 ` [Qemu-devel] [PATCH 7/8] s390x/3270: Detect for continued presence of a 3270 client Cornelia Huck
2017-02-22 12:15 ` [Qemu-devel] [PATCH 8/8] s390x/3270: Mark non-migratable and enable the device Cornelia Huck
2017-02-22 17:08 ` [Qemu-devel] [PATCH 0/8] s390x: basic support for 3270 devices Cornelia Huck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5a3c1652-f5eb-85a5-44f4-35c7c12d3f4b@redhat.com \
--to=eblake@redhat.com \
--cc=agraf@suse.de \
--cc=bjcyang@linux.vnet.ibm.com \
--cc=borntraeger@de.ibm.com \
--cc=cornelia.huck@de.ibm.com \
--cc=jfrei@linux.vnet.ibm.com \
--cc=liujbjl@linux.vnet.ibm.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).