All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: peter.maydell@linaro.org
Cc: borntraeger@de.ibm.com, agraf@suse.de, qemu-devel@nongnu.org,
	Cornelia Huck <cornelia.huck@de.ibm.com>
Subject: [Qemu-devel] [PULL 0/8] s390x: basic 3270 support
Date: Thu,  4 May 2017 12:47:58 +0200	[thread overview]
Message-ID: <20170504104806.8120-1-cornelia.huck@de.ibm.com> (raw)

[This should not conflict with the outstanding s390x pull request
which deals with LOADPARM and booting.]

The following changes since commit e619b14746e5d8c0e53061661fd0e1da01fd4d60:

  Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into staging (2017-05-02 15:16:29 +0100)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-3270-20170504

for you to fetch changes up to 9e8b3009b7dbe4c2f3e407999e30813122fa4af9:

  s390x/3270: Mark non-migratable and enable the device (2017-05-04 10:34:37 +0200)

----------------------------------------------------------------
Basic support for using channel-attached 3270 'green-screen'
devices via tn3270. Actual handling of the data stream is
delegated to x3270; more info at http://wiki.qemu.org/Features/3270

----------------------------------------------------------------

Jing Liu (6):
  chardev: Basic support for TN3270
  s390x/css: Add an algorithm to find a free chpid
  s390x/3270: 3270 data stream handling
  s390x/3270: Add the TCP socket events handler for 3270
  s390x/3270: Detect for continued presence of a 3270 client
  s390x/3270: Mark non-migratable and enable the device

Yang Chen (2):
  s390x/3270: Add abstract emulated ccw-attached 3270 device
  s390x/3270: Add emulated terminal3270 device

 chardev/char-socket.c             |  76 +++++++---
 chardev/char.c                    |  11 +-
 default-configs/s390x-softmmu.mak |   1 +
 hw/char/Makefile.objs             |   1 +
 hw/char/terminal3270.c            | 293 ++++++++++++++++++++++++++++++++++++++
 hw/s390x/3270-ccw.c               | 174 ++++++++++++++++++++++
 hw/s390x/Makefile.objs            |   1 +
 hw/s390x/css.c                    |  24 ++++
 include/hw/s390x/3270-ccw.h       |  53 +++++++
 include/hw/s390x/css.h            |   2 +
 include/sysemu/char.h             |   8 ++
 qapi-schema.json                  |   3 +
 12 files changed, 625 insertions(+), 22 deletions(-)
 create mode 100644 hw/char/terminal3270.c
 create mode 100644 hw/s390x/3270-ccw.c
 create mode 100644 include/hw/s390x/3270-ccw.h

-- 
2.11.0

             reply	other threads:[~2017-05-04 10:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-04 10:47 Cornelia Huck [this message]
2017-05-04 10:47 ` [Qemu-devel] [PULL 1/8] chardev: Basic support for TN3270 Cornelia Huck
2017-05-04 10:48 ` [Qemu-devel] [PULL 2/8] s390x/css: Add an algorithm to find a free chpid Cornelia Huck
2017-05-04 10:48 ` [Qemu-devel] [PULL 3/8] s390x/3270: Add abstract emulated ccw-attached 3270 device Cornelia Huck
2017-05-04 10:48 ` [Qemu-devel] [PULL 4/8] s390x/3270: Add emulated terminal3270 device Cornelia Huck
2017-05-04 10:48 ` [Qemu-devel] [PULL 5/8] s390x/3270: 3270 data stream handling Cornelia Huck
2017-05-04 10:48 ` [Qemu-devel] [PULL 6/8] s390x/3270: Add the TCP socket events handler for 3270 Cornelia Huck
2017-05-04 10:48 ` [Qemu-devel] [PULL 7/8] s390x/3270: Detect for continued presence of a 3270 client Cornelia Huck
2017-05-04 10:48 ` [Qemu-devel] [PULL 8/8] s390x/3270: Mark non-migratable and enable the device Cornelia Huck
2017-05-05 15:59 ` [Qemu-devel] [PULL 0/8] s390x: basic 3270 support Stefan Hajnoczi

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=20170504104806.8120-1-cornelia.huck@de.ibm.com \
    --to=cornelia.huck@de.ibm.com \
    --cc=agraf@suse.de \
    --cc=borntraeger@de.ibm.com \
    --cc=peter.maydell@linaro.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.