qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] pending s390 patches
@ 2014-06-03 14:07 Cornelia Huck
  2014-06-03 14:07 ` [Qemu-devel] [PATCH 01/10] s390x/css: handle emw correctly for tsch Cornelia Huck
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Cornelia Huck @ 2014-06-03 14:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cornelia Huck, borntraeger, jfrei, agraf

Here are the currently pending patches for s390.

First, there are bugfixes: A fix for a long-standing bug in the css code
as well as a fixup for the recent I/O adapter support.

Next, exploitation of the userspace cmma enablement/reset interface, if
it is present.

Then, some debuggability improvements by logging unmanageable conditions.

virtio-ccw finally gets migration support for its structures.

And finally, some cleanup as to how floating interrupts are injected.

Cornelia Huck (6):
  s390x/css: handle emw correctly for tsch
  s390x/kvm: make flic play well with old kernels
  s390x: consolidate floating interrupts
  s390x/kvm: add alternative injection interface
  s390x: cleanup interrupt injection
  s390x/kvm: inject via flic

Dominik Dingel (1):
  s390x/kvm: enable/reset cmma via vm attributes

Jens Freimann (1):
  s390/virtio-ccw: migration support

Thomas Huth (2):
  s390x/kvm: Log unmanageable external interruptions
  s390x/kvm: Log unmanageable program interruptions

 hw/intc/s390_flic_kvm.c    |   16 ++-
 hw/s390x/css.c             |  150 +++++++++++++++++++++---
 hw/s390x/css.h             |    2 +
 hw/s390x/s390-virtio-bus.c |   17 +--
 hw/s390x/virtio-ccw.c      |   95 +++++++++++++++
 target-s390x/cpu.h         |   66 ++++-------
 target-s390x/interrupt.c   |   56 +++++++--
 target-s390x/kvm.c         |  275 ++++++++++++++++++++++++++++++++++++--------
 target-s390x/misc_helper.c |    9 +-
 trace-events               |    4 +
 10 files changed, 560 insertions(+), 130 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-06-03 14:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 14:07 [Qemu-devel] [PATCH 00/10] pending s390 patches Cornelia Huck
2014-06-03 14:07 ` [Qemu-devel] [PATCH 01/10] s390x/css: handle emw correctly for tsch Cornelia Huck
2014-06-03 14:07 ` [Qemu-devel] [PATCH 02/10] s390x/kvm: make flic play well with old kernels Cornelia Huck
2014-06-03 14:07 ` [Qemu-devel] [PATCH 03/10] s390x/kvm: enable/reset cmma via vm attributes Cornelia Huck
2014-06-03 14:07 ` [Qemu-devel] [PATCH 04/10] s390x/kvm: Log unmanageable external interruptions Cornelia Huck
2014-06-03 14:08 ` [Qemu-devel] [PATCH 05/10] s390x/kvm: Log unmanageable program interruptions Cornelia Huck
2014-06-03 14:08 ` [Qemu-devel] [PATCH 06/10] s390/virtio-ccw: migration support Cornelia Huck
2014-06-03 14:08 ` [Qemu-devel] [PATCH 07/10] s390x: consolidate floating interrupts Cornelia Huck
2014-06-03 14:08 ` [Qemu-devel] [PATCH 08/10] s390x/kvm: add alternative injection interface Cornelia Huck
2014-06-03 14:08 ` [Qemu-devel] [PATCH 09/10] s390x: cleanup interrupt injection Cornelia Huck
2014-06-03 14:08 ` [Qemu-devel] [PATCH 10/10] s390x/kvm: inject via flic Cornelia Huck

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