qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL for-2.3 00/10] s390x: final updates


From: Cornelia Huck
Subject: [Qemu-devel] [PULL for-2.3 00/10] s390x: final updates
Date: Mon, 16 Mar 2015 11:08:08 +0100

The following changes since commit 7ccfb495c64e1eef5886dcc4d48523ed6d1d22a4:

  user-exec.c: fix build on NetBSD/sparc64 and NetBSD/arm (2015-03-13 15:57:00 
+0000)

are available in the git repository at:

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

for you to fetch changes up to be0b608a5463a834df0e19911356ae93660d3677:

  s390x/config: Do not include full pci.mak (2015-03-16 10:20:17 +0100)

----------------------------------------------------------------
Final batch of s390x enhancements/fixes for 2.3:
- handle TOD clock during migration
- CPACF key wrap options
- limit amount of pci device code we build
- ensure big endian accesses for ccws
- various fixes and cleanups

----------------------------------------------------------------

Cornelia Huck (1):
  virtio-ccw: assure BE accesses

Dominik Dingel (3):
  kvm: encapsulate HAS_DEVICE for vm attrs
  s390x/kvm: make use of generic vm attribute check
  s390x/ipl: remove dead code

Frank Blaschka (1):
  s390x/pci: fix length in sei_nt2 event

Jason J. Herne (1):
  s390x/kvm: Guest Migration TOD clock synchronization

Markus Armbruster (1):
  s390x: Replace unchecked qdev_init() by qdev_init_nofail()

Thomas Huth (2):
  s390x/virtio-bus: Remove unused function s390_virtio_bus_console()
  s390x/config: Do not include full pci.mak

Tony Krowiak (1):
  s390x: CPACF: Handle key wrap machine options

 default-configs/s390x-softmmu.mak |   3 +-
 hw/intc/s390_flic.c               |   6 +-
 hw/s390x/ipl.c                    |   3 -
 hw/s390x/s390-pci-bus.c           |   1 +
 hw/s390x/s390-virtio-bus.c        |   5 --
 hw/s390x/s390-virtio-bus.h        |   1 -
 hw/s390x/s390-virtio-ccw.c        |  67 +++++++++++++++++++
 hw/s390x/s390-virtio.c            |  52 +++++++++++++++
 hw/s390x/virtio-ccw.c             |  22 ++++---
 include/sysemu/kvm.h              |  12 ++++
 kvm-all.c                         |  21 ++++++
 qemu-options.hx                   |  12 +++-
 target-s390x/cpu.h                |  34 ++++++++++
 target-s390x/kvm.c                | 132 ++++++++++++++++++++++++++++----------
 14 files changed, 311 insertions(+), 60 deletions(-)

-- 
2.3.3




reply via email to

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