qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/11] sclp related fixes and sclp line mode console


From: Christian Borntraeger
Subject: [Qemu-devel] [PATCH 00/11] sclp related fixes and sclp line mode console
Date: Wed, 18 Sep 2013 12:19:21 +0200

Alex,

here is a bunch of fixes/changes for sclp/eventfacility followed by a
move of the ebcdic conversion into a stand-alone header file and the
sclp line mode console.


Christian Borntraeger (3):
  s390/eventfacility: Fix receive/send masks
  s390/eventfacility: remove unused event_type variable
  s390/eventfacility: allow childs to handle more than 1 event type

Heinz Graalfs (7):
  s390/sclpconsole: modify definition of input buffer
  s390/sclpconsole: Add code to support live migration for sclpconsole
  s390/sclpquiesce: Add code to support live migration
  s390/event-facility: Add code to support live migration
  s390/sclp: add reset() functions
  s390/ebcdic: Move conversion tables to header file
  s390/sclplmconsole: Add support for SCLP line-mode console

Ralf Hoppe (1):
  s390/eventfacility: fix multiple Read Event Data sources

 hw/char/Makefile.objs             |   2 +-
 hw/char/sclpconsole-lm.c          | 393 ++++++++++++++++++++++++++++++++++++++
 hw/char/sclpconsole.c             |  89 ++++-----
 hw/s390x/event-facility.c         |  30 ++-
 hw/s390x/sclpquiesce.c            |  30 ++-
 include/hw/s390x/ebcdic.h         | 107 +++++++++++
 include/hw/s390x/event-facility.h |  86 ++++++++-
 target-s390x/misc_helper.c        |  81 +-------
 8 files changed, 678 insertions(+), 140 deletions(-)
 create mode 100644 hw/char/sclpconsole-lm.c
 create mode 100644 include/hw/s390x/ebcdic.h

-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]