[Qemu-devel] [PULL 0/8] s390x/kvm/migration: fixes, enhancements and cleanups

Christian Borntraeger posted 8 patches 8 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1499325817-9166-1-git-send-email-borntraeger@de.ibm.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
MAINTAINERS                  |   8 +-
hw/intc/s390_flic.c          |  32 +++-
hw/intc/s390_flic_kvm.c      |  29 +++-
hw/s390x/3270-ccw.c          |   1 +
hw/s390x/ccw-device.c        |  10 ++
hw/s390x/ccw-device.h        |   4 +
hw/s390x/css.c               | 378 +++++++++++++++++++++++++------------------
hw/s390x/ipl.c               |   2 +-
hw/s390x/virtio-ccw.c        | 160 +++++++++---------
include/hw/s390x/css.h       |  12 +-
include/hw/s390x/s390_flic.h |   5 +
target/s390x/cpu.h           |   6 +-
target/s390x/cpu_models.c    |  62 ++++++-
13 files changed, 456 insertions(+), 253 deletions(-)
[Qemu-devel] [PULL 0/8] s390x/kvm/migration: fixes, enhancements and cleanups
Posted by Christian Borntraeger 8 years, 4 months ago
Peter,

the following changes since commit 2185c93ba80f81bfa27ce6f259c7f2ef4f08b668:

  Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next.for-upstream' into staging (2017-07-04 13:05:30 +0100)

are available in the git repository at:

  git://github.com/borntraeger/qemu.git tags/s390x-20170706

for you to fetch changes up to 1045e3cdafaf1218d9f771080ba5c9d4f64346e4:

  hw/s390x/ipl: Fix endianness problem with netboot_start_addr (2017-07-05 19:46:30 +0200)

----------------------------------------------------------------
s390x/kvm/migration: fixes, enhancements and cleanups

- new email address for Cornelia
- Fixes: 3270, flic, virtio-scsi-ccw, ipl
- Enhancements, cpumodel, migration

----------------------------------------------------------------
Cornelia Huck (1):
      s390x/MAINTAINERS: Update my email address

Dong Jia Shi (1):
      s390x/3270: fix instruction interception handler

Halil Pasic (3):
      s390x: vmstatify config migration for virtio-ccw
      s390x: fix error propagation in kvm-flic's realize
      s390x: fix realize inheritance for kvm-flic

QingFeng Hao (1):
      virtio-scsi-ccw: use ioeventfd even when KVM is disabled

Thomas Huth (1):
      hw/s390x/ipl: Fix endianness problem with netboot_start_addr

Viktor Mihajlovski (1):
      s390x: return unavailable features via query-cpu-definitions

 MAINTAINERS                  |   8 +-
 hw/intc/s390_flic.c          |  32 +++-
 hw/intc/s390_flic_kvm.c      |  29 +++-
 hw/s390x/3270-ccw.c          |   1 +
 hw/s390x/ccw-device.c        |  10 ++
 hw/s390x/ccw-device.h        |   4 +
 hw/s390x/css.c               | 378 +++++++++++++++++++++++++------------------
 hw/s390x/ipl.c               |   2 +-
 hw/s390x/virtio-ccw.c        | 160 +++++++++---------
 include/hw/s390x/css.h       |  12 +-
 include/hw/s390x/s390_flic.h |   5 +
 target/s390x/cpu.h           |   6 +-
 target/s390x/cpu_models.c    |  62 ++++++-
 13 files changed, 456 insertions(+), 253 deletions(-)


Re: [Qemu-devel] [PULL 0/8] s390x/kvm/migration: fixes, enhancements and cleanups
Posted by Peter Maydell 8 years, 4 months ago
On 6 July 2017 at 08:23, Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> Peter,
>
> the following changes since commit 2185c93ba80f81bfa27ce6f259c7f2ef4f08b668:
>
>   Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next.for-upstream' into staging (2017-07-04 13:05:30 +0100)
>
> are available in the git repository at:
>
>   git://github.com/borntraeger/qemu.git tags/s390x-20170706
>
> for you to fetch changes up to 1045e3cdafaf1218d9f771080ba5c9d4f64346e4:
>
>   hw/s390x/ipl: Fix endianness problem with netboot_start_addr (2017-07-05 19:46:30 +0200)
>
> ----------------------------------------------------------------
> s390x/kvm/migration: fixes, enhancements and cleanups
>
> - new email address for Cornelia
> - Fixes: 3270, flic, virtio-scsi-ccw, ipl
> - Enhancements, cpumodel, migration
>
> ----------------------------------------------------------------
> Cornelia Huck (1):
>       s390x/MAINTAINERS: Update my email address
>
> Dong Jia Shi (1):
>       s390x/3270: fix instruction interception handler
>
> Halil Pasic (3):
>       s390x: vmstatify config migration for virtio-ccw
>       s390x: fix error propagation in kvm-flic's realize
>       s390x: fix realize inheritance for kvm-flic
>
> QingFeng Hao (1):
>       virtio-scsi-ccw: use ioeventfd even when KVM is disabled
>
> Thomas Huth (1):
>       hw/s390x/ipl: Fix endianness problem with netboot_start_addr
>
> Viktor Mihajlovski (1):
>       s390x: return unavailable features via query-cpu-definitions
>

Applied, thanks.

-- PMM