qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] s390: current patches
@ 2012-10-02  7:33 Jens Freimann
  2012-10-02  7:33 ` [Qemu-devel] [PATCH 1/5] s390: use sync regs for register transfer Jens Freimann
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jens Freimann @ 2012-10-02  7:33 UTC (permalink / raw)
  To: Alexander Graf
  Cc: Heinz Graalfs, qemu-devel, Christian Borntraeger, Jens Freimann,
	Cornelia Huck, Einar Lueck

Alex, this is our current patch queue for s390.

SCLP patches v2:
SCLP base support was changed to address your review comments and
the signal quiesce support patch now uses a powerdown notifier.

sync regs v2:
Christian's sync regs patch now follows the level statement for
KVM_PUT_FULL_STATE and _RESET_STATE and saves the sync_regs capability
in a variable.


Christian Borntraeger (1):
  s390: use sync regs for register transfer

Heinz Graalfs (4):
  s390: sclp base support
  s390: sclp event support
  s390: sclp signal quiesce support
  s390: sclp ascii console support

 hw/s390-virtio.c           |   2 +
 hw/s390x/Makefile.objs     |   3 +
 hw/s390x/event-facility.c  | 398 +++++++++++++++++++++++++++++++++++++++++++++
 hw/s390x/event-facility.h  |  96 +++++++++++
 hw/s390x/sclp.c            | 164 +++++++++++++++++++
 hw/s390x/sclp.h            | 118 ++++++++++++++
 hw/s390x/sclpconsole.c     | 306 ++++++++++++++++++++++++++++++++++
 hw/s390x/sclpquiesce.c     | 123 ++++++++++++++
 target-s390x/cpu.h         |  13 +-
 target-s390x/kvm.c         | 124 +++++++++++---
 target-s390x/misc_helper.c |  45 +----
 11 files changed, 1312 insertions(+), 80 deletions(-)
 create mode 100644 hw/s390x/event-facility.c
 create mode 100644 hw/s390x/event-facility.h
 create mode 100644 hw/s390x/sclp.c
 create mode 100644 hw/s390x/sclp.h
 create mode 100644 hw/s390x/sclpconsole.c
 create mode 100644 hw/s390x/sclpquiesce.c

-- 
1.7.11.7

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

end of thread, other threads:[~2012-10-12  4:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02  7:33 [Qemu-devel] [PATCH 0/5] s390: current patches Jens Freimann
2012-10-02  7:33 ` [Qemu-devel] [PATCH 1/5] s390: use sync regs for register transfer Jens Freimann
2012-10-03 20:08   ` Blue Swirl
2012-10-04  7:56     ` [Qemu-devel] [PATCH] " Jens Freimann
2012-10-02  7:33 ` [Qemu-devel] [PATCH 2/5] s390: sclp base support Jens Freimann
2012-10-02  7:33 ` [Qemu-devel] [PATCH 3/5] s390: sclp event support Jens Freimann
2012-10-02  7:33 ` [Qemu-devel] [PATCH 4/5] s390: sclp signal quiesce support Jens Freimann
2012-10-12  0:36   ` Alexander Graf
2012-10-12  4:12     ` Christian Borntraeger
2012-10-02  7:33 ` [Qemu-devel] [PATCH 5/5] s390: sclp ascii console support Jens Freimann

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).