qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] s390 patches
@ 2012-10-29 12:13 Jens Freimann
  2012-10-29 12:13 ` [Qemu-devel] [PATCH 1/6] s390/kvm_stat: correct sys_perf_event_open syscall number Jens Freimann
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Jens Freimann @ 2012-10-29 12:13 UTC (permalink / raw)
  To: Alexander Graf
  Cc: Heinz Graalfs, qemu-devel, Christian Borntraeger, Jens Freimann,
	Cornelia Huck, Einar Lueck

Hi Alex,

this is our current s390 patch queue. The SCLP patches only received minor review comments
last time they were posted and have been tested internally for a while now. The same applies
to Christian's sync regs patch. 

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

Heinz Graalfs (5):
  s390/kvm_stat: correct sys_perf_event_open syscall number
  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            | 163 +++++++++++++++++++
 hw/s390x/sclp.h            | 118 ++++++++++++++
 hw/s390x/sclpconsole.c     | 306 ++++++++++++++++++++++++++++++++++
 hw/s390x/sclpquiesce.c     | 123 ++++++++++++++
 scripts/kvm/kvm_stat       |  11 +-
 target-s390x/cpu.h         |  13 +-
 target-s390x/kvm.c         | 117 ++++++++++---
 target-s390x/misc_helper.c |  45 +----
 12 files changed, 1313 insertions(+), 82 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.12.4

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

end of thread, other threads:[~2012-10-29 17:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 12:13 [Qemu-devel] [PATCH 0/6] s390 patches Jens Freimann
2012-10-29 12:13 ` [Qemu-devel] [PATCH 1/6] s390/kvm_stat: correct sys_perf_event_open syscall number Jens Freimann
2012-10-29 12:13 ` [Qemu-devel] [PATCH 2/6] s390: use sync regs for register transfer Jens Freimann
2012-10-29 12:13 ` [Qemu-devel] [PATCH 3/6] s390: sclp base support Jens Freimann
2012-10-29 12:13 ` [Qemu-devel] [PATCH 4/6] s390: sclp event support Jens Freimann
2012-10-29 12:13 ` [Qemu-devel] [PATCH 5/6] s390: sclp signal quiesce support Jens Freimann
2012-10-29 12:13 ` [Qemu-devel] [PATCH 6/6] s390: sclp ascii console support Jens Freimann
2012-10-29 17:52   ` Alexander Graf
2012-10-29 17:52 ` [Qemu-devel] [PATCH 0/6] s390 patches Alexander Graf

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