qemu-s390x
[Top][All Lists]
Advanced

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

[PULL 00/10] s390x update


From: Cornelia Huck
Subject: [PULL 00/10] s390x update
Date: Fri, 5 Jun 2020 17:37:46 +0200

The following changes since commit b489f015fbe2bd59d409211f79ea0a8ac5d2a66d:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into 
staging (2020-06-05 11:53:37 +0100)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20200605

for you to fetch changes up to c44d26a2347177f9bcd558a7c429396b373bb68e:

  target/s390x: Restrict system-mode declarations (2020-06-05 17:13:11 +0200)

----------------------------------------------------------------
s390x update:
- enhance s390x documentation
- allow ORBs without prefetch specified for vfio-ccw
- various cleanups and enhancements

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

Christian Borntraeger (1):
  s390x/kvm: help valgrind in several places

Cornelia Huck (4):
  docs/s390x: document the virtual css
  docs/s390x: document 3270
  docs/s390x: document vfio-ccw
  MAINTAINERS: add Thomas as additional s390x maintainer

Janosch Frank (1):
  s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name

Jared Rossi (1):
  vfio-ccw: allow non-prefetch ORBs

Philippe Mathieu-Daudé (3):
  target/s390x: Only compile decode_basedisp() on system-mode
  target/s390x/helper: Clean ifdef'ry
  target/s390x: Restrict system-mode declarations

 MAINTAINERS                    |  1 +
 docs/system/s390x/3270.rst     | 32 +++++++++++++
 docs/system/s390x/css.rst      | 86 ++++++++++++++++++++++++++++++++++
 docs/system/s390x/vfio-ccw.rst | 77 ++++++++++++++++++++++++++++++
 docs/system/target-s390x.rst   |  3 ++
 hw/s390x/pv.c                  |  2 +-
 hw/s390x/s390-virtio-ccw.c     |  2 +-
 hw/vfio/ccw.c                  | 13 ++---
 include/hw/s390x/pv.h          |  4 +-
 target/s390x/helper.c          |  5 --
 target/s390x/internal.h        | 16 +++++--
 target/s390x/kvm.c             |  4 +-
 12 files changed, 219 insertions(+), 26 deletions(-)
 create mode 100644 docs/system/s390x/3270.rst
 create mode 100644 docs/system/s390x/css.rst
 create mode 100644 docs/system/s390x/vfio-ccw.rst

-- 
2.25.4




reply via email to

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