All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] s390x: basic 3270 support
@ 2017-05-04 10:47 Cornelia Huck
  2017-05-04 10:47 ` [Qemu-devel] [PULL 1/8] chardev: Basic support for TN3270 Cornelia Huck
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Cornelia Huck @ 2017-05-04 10:47 UTC (permalink / raw)
  To: peter.maydell; +Cc: borntraeger, agraf, qemu-devel, Cornelia Huck

[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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-05-05 15:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-04 10:47 [Qemu-devel] [PULL 0/8] s390x: basic 3270 support Cornelia Huck
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

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.