[PULL 00/10] s390x update

Cornelia Huck posted 10 patches 3 years, 11 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200605153756.392825-1-cohuck@redhat.com
Maintainers: Eric Farman <farman@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Richard Henderson <rth@twiddle.net>, Christian Borntraeger <borntraeger@de.ibm.com>, Alex Williamson <alex.williamson@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>
There is a newer version of this series
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
[PULL 00/10] s390x update
Posted by Cornelia Huck 3 years, 11 months ago
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


Re: [PULL 00/10] s390x update
Posted by Peter Maydell 3 years, 11 months ago
On Fri, 5 Jun 2020 at 16:38, Cornelia Huck <cohuck@redhat.com> wrote:
>
> 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
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM