qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/17] s390x/kvm: pending patches


From: Christian Borntraeger
Subject: [Qemu-devel] [PATCH 00/17] s390x/kvm: pending patches
Date: Tue, 25 Feb 2014 11:05:18 +0100

Anthony, Peter,

here is what I have queued for my next pull request. I will wait
until the linux header updates move from kvm/queue to kvm/next, which
should happen soon.

The patch queue is basically the combined queue of things already posted.

o https://lists.gnu.org/archive/html/qemu-devel/2014-02/msg01041.html
- two sigp patches removed which need some more work
+ some fixes for flic/pfault (use designated initializer)
+ fixed patch descriptions
+ add qemu-stable to s390x/virtio-hcall: Add range check for hypervisor call

o https://lists.gnu.org/archive/html/qemu-devel/2014-02/msg02200.html
+ style fixes
+ better patch description


Conny, maybe you can post your (on top) adapter interrupt/irqfd patch
set as well before the soft freeze? This has already seen many (internal)
test and performance cycles, so time for a last(?) round of review before
the soft freeze.

Christian


Christian Borntraeger (5):
  update linux headers to kvm/queue
  s390x/eventfacility: mask out commands
  s390-ccw.img: Fix sporadic reboot hangs: Initialize next_idx
  s390-ccw.img: Fix sporadic errors with ccw boot image - initialize css
  s390-ccw.img: new binary rom to match latest fixes

Dominik Dingel (1):
  s390x/async_pf: Check for apf extension and enable pfault

Heinz Graalfs (4):
  s390x/event-facility: some renaming
  s390x/event-facility: code restructure
  s390x/event-facility: add support for live migration
  s390x/event-facility: exploit realize/unrealize

Jens Freimann (1):
  s390x/kvm: implement floating-interrupt controller device

Thomas Huth (6):
  s390x/kvm: Fixed bad SIGP SET-ARCHITECTURE handler
  s390x/virtio-hcall: Add range check for hypervisor call
  s390x/virtio-hcall: Specification exception for illegal subcodes
  s390x/sclp: Fixed the size of sccb and code parameter
  s390x/sclp: Add missing checks to SCLP handler
  s390x/sclp: Fixed setting of condition code register

 default-configs/s390x-softmmu.mak |   1 +
 hw/intc/Makefile.objs             |   1 +
 hw/intc/s390_flic.c               | 322 ++++++++++++++++++++++++++++++++++++++
 hw/s390x/event-facility.c         |  93 ++++++-----
 hw/s390x/s390-virtio-ccw.c        |   8 +-
 hw/s390x/s390-virtio-hcall.c      |  14 +-
 hw/s390x/s390-virtio.c            |   2 +
 hw/s390x/sclp.c                   |  69 +++-----
 include/hw/s390x/event-facility.h |  19 +++
 include/hw/s390x/s390_flic.h      |  33 ++++
 include/hw/s390x/sclp.h           |  24 ---
 linux-headers/asm-arm/kvm.h       |  28 ++++
 linux-headers/asm-arm64/kvm.h     |  30 +++-
 linux-headers/asm-powerpc/kvm.h   |   3 +
 linux-headers/asm-s390/kvm.h      |  19 +++
 linux-headers/asm-x86/hyperv.h    |  16 +-
 linux-headers/linux/kvm.h         |  67 ++++++++
 pc-bios/s390-ccw.img              | Bin 9336 -> 9336 bytes
 pc-bios/s390-ccw/main.c           |   3 +-
 pc-bios/s390-ccw/virtio.c         |   1 +
 target-s390x/cpu.c                |   6 +
 target-s390x/cpu.h                |   6 +-
 target-s390x/kvm.c                |  76 +++++++--
 target-s390x/misc_helper.c        |   2 +-
 trace-events                      |   5 +
 25 files changed, 712 insertions(+), 136 deletions(-)
 create mode 100644 hw/intc/s390_flic.c
 create mode 100644 include/hw/s390x/s390_flic.h

-- 
1.8.4.2




reply via email to

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