mbox

[PULL,00/10] s390 patches

Message ID 1402387705-13494-1-git-send-email-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

git://github.com/cohuck/qemu.git tags/s390x-20140610

Message

Cornelia Huck June 10, 2014, 8:08 a.m. UTC
The following changes since commit 7721a3044234c46cd6f5f899e7467dc9351f3c8d:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140609-1' into staging (2014-06-09 17:04:13 +0100)

are available in the git repository at:


  git://github.com/cohuck/qemu.git tags/s390x-20140610

for you to fetch changes up to bbd8bb8e3245cf6fc6d12b10b3320ab183adb866:

  s390x/kvm: inject via flic (2014-06-10 09:50:27 +0200)

----------------------------------------------------------------
Several patches for s390:

- bugfixes: A fix for a long-standing bug in the css code as well as
  a fixup for the recent I/O adapter support.
- Exploitation of the userspace cmma enablement/reset interface, if
  it is present.
- Some debuggability improvements by logging unmanageable conditions.
- virtio-ccw finally gets migration support for its structures.
- 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(-)

Comments

Peter Maydell June 10, 2014, 10:34 a.m. UTC | #1
On 10 June 2014 09:08, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit 7721a3044234c46cd6f5f899e7467dc9351f3c8d:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140609-1' into staging (2014-06-09 17:04:13 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/cohuck/qemu.git tags/s390x-20140610
>
> for you to fetch changes up to bbd8bb8e3245cf6fc6d12b10b3320ab183adb866:
>
>   s390x/kvm: inject via flic (2014-06-10 09:50:27 +0200)

Applied, thanks.

-- PMM