[Qemu-devel] [PULL 00/13] s390x patches for 2.9

Cornelia Huck posted 13 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170224092259.16483-1-cornelia.huck@de.ibm.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/intc/s390_flic.c          |  28 +++++++++++
hw/intc/s390_flic_kvm.c      |   6 ++-
hw/s390x/css.c               |  15 +++---
hw/s390x/s390-virtio-ccw.c   |   9 +++-
hw/s390x/s390-virtio.c       |  10 ----
hw/s390x/virtio-ccw.c        | 109 +++++++++++++++++++++++++++++++++++++++----
hw/s390x/virtio-ccw.h        |  13 ++++++
include/hw/s390x/s390_flic.h |  11 ++++-
target/s390x/arch_dump.c     |  66 +++++++++++++++-----------
target/s390x/kvm.c           |  43 +++++++++++++++--
10 files changed, 250 insertions(+), 60 deletions(-)
[Qemu-devel] [PULL 00/13] s390x patches for 2.9
Posted by Cornelia Huck 7 years, 2 months ago
The following changes since commit 10f25e4844cb9b3f02fb032f88051dd5b65b4206:

  Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into staging (2017-02-23 09:59:40 +0000)

are available in the git repository at:

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

for you to fetch changes up to 9f94f84ce7df633142953806cc4c102765cabc0e:

  s390x/css: handle format-0 TIC CCW correctly (2017-02-24 10:15:18 +0100)

----------------------------------------------------------------
A selection of s390x patches:
- cleanups, fixes and improvements
- program check loop detection (useful with the corresponding kernel
  patch)
- wire up virtio-crypto for ccw
- and finally support many virtqueues for virtio-ccw

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

Christian Borntraeger (3):
  s390x/kvm: detect some program check loops
  s390x/arch_dump: use proper note name and note size
  s390x/arch_dump: pass cpuid into notes sections

Cornelia Huck (2):
  s390x/s390-virtio: get rid of DPRINTF
  s390x/flic: fail migration on source already

Dong Jia Shi (1):
  s390x/css: handle format-0 TIC CCW correctly

Halil Pasic (7):
  virtio-ccw: handle virtio 1 only devices
  virtio-ccw: add virtio-crypto-ccw device
  virtio-ccw: Check the number of vqs in CCW_CMD_SET_IND
  s390x: add property adapter_routes_max_batch
  virtio-ccw: check flic->adapter_routes_max_batch
  s390x: bump ADAPTER_ROUTES_MAX_GSI
  virtio-ccw: support VIRTIO_QUEUE_MAX virtqueues

 hw/intc/s390_flic.c          |  28 +++++++++++
 hw/intc/s390_flic_kvm.c      |   6 ++-
 hw/s390x/css.c               |  15 +++---
 hw/s390x/s390-virtio-ccw.c   |   9 +++-
 hw/s390x/s390-virtio.c       |  10 ----
 hw/s390x/virtio-ccw.c        | 109 +++++++++++++++++++++++++++++++++++++++----
 hw/s390x/virtio-ccw.h        |  13 ++++++
 include/hw/s390x/s390_flic.h |  11 ++++-
 target/s390x/arch_dump.c     |  66 +++++++++++++++-----------
 target/s390x/kvm.c           |  43 +++++++++++++++--
 10 files changed, 250 insertions(+), 60 deletions(-)

-- 
2.11.0


Re: [Qemu-devel] [PULL 00/13] s390x patches for 2.9
Posted by Peter Maydell 7 years, 1 month ago
On 24 February 2017 at 09:22, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit 10f25e4844cb9b3f02fb032f88051dd5b65b4206:
>
>   Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into staging (2017-02-23 09:59:40 +0000)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20170224
>
> for you to fetch changes up to 9f94f84ce7df633142953806cc4c102765cabc0e:
>
>   s390x/css: handle format-0 TIC CCW correctly (2017-02-24 10:15:18 +0100)
>
> ----------------------------------------------------------------
> A selection of s390x patches:
> - cleanups, fixes and improvements
> - program check loop detection (useful with the corresponding kernel
>   patch)
> - wire up virtio-crypto for ccw
> - and finally support many virtqueues for virtio-ccw
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM