[PULL 0/8] s390x update

Cornelia Huck posted 8 patches 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210305155517.1604547-1-cohuck@redhat.com
Maintainers: Christian Borntraeger <borntraeger@de.ibm.com>, Cornelia Huck <cohuck@redhat.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, David Hildenbrand <david@redhat.com>, Alex Williamson <alex.williamson@redhat.com>, Eric Farman <farman@linux.ibm.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>
There is a newer version of this series
hw/s390x/meson.build      |  4 +++-
hw/s390x/s390-pci-inst.c  |  5 +++++
hw/s390x/virtio-ccw.c     | 21 ++++++++++++++-------
hw/vfio/ccw.c             | 12 ++++++------
target/s390x/arch_dump.c  |  4 +++-
target/s390x/cpu_models.c | 10 ++++++++++
target/s390x/ioinst.c     |  6 ++++++
target/s390x/kvm.c        |  3 +--
8 files changed, 48 insertions(+), 17 deletions(-)
[PULL 0/8] s390x update
Posted by Cornelia Huck 3 years, 1 month ago
The following changes since commit c40ae5a3ee387b13116948cbfe7824f03311db7e:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-03-03 16:55:15 +0000)

are available in the Git repository at:

  https://gitlab.com/cohuck/qemu.git tags/s390x-20210305

for you to fetch changes up to 39d5d1404ed695f4a1cd2b117a6cf2d92dd8e8b9:

  target/s390x/kvm: Simplify debug code (2021-03-04 14:19:08 +0100)

----------------------------------------------------------------
some accumulated s390x fixes

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

Christian Borntraeger (1):
  s390x/cpu_model: disallow unpack for --only-migratable

Cornelia Huck (1):
  virtio-ccw: commands on revision-less devices

Eric Farman (1):
  vfio-ccw: Do not read region ret_code after write

Halil Pasic (1):
  hw/s390x: fix build for virtio-9p-ccw

Matthew Rosato (1):
  s390x/pci: restore missing Query PCI Function CLP data

Philippe Mathieu-Daudé (1):
  target/s390x/kvm: Simplify debug code

Pierre Morel (1):
  css: SCHIB measurement block origin must be aligned

Thomas Huth (1):
  target/s390x/arch_dump: Fix warning for the name field in the PT_NOTE
    section

 hw/s390x/meson.build      |  4 +++-
 hw/s390x/s390-pci-inst.c  |  5 +++++
 hw/s390x/virtio-ccw.c     | 21 ++++++++++++++-------
 hw/vfio/ccw.c             | 12 ++++++------
 target/s390x/arch_dump.c  |  4 +++-
 target/s390x/cpu_models.c | 10 ++++++++++
 target/s390x/ioinst.c     |  6 ++++++
 target/s390x/kvm.c        |  3 +--
 8 files changed, 48 insertions(+), 17 deletions(-)

-- 
2.26.2


Re: [PULL 0/8] s390x update
Posted by Peter Maydell 3 years, 1 month ago
On Fri, 5 Mar 2021 at 15:55, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit c40ae5a3ee387b13116948cbfe7824f03311db7e:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-03-03 16:55:15 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/cohuck/qemu.git tags/s390x-20210305
>
> for you to fetch changes up to 39d5d1404ed695f4a1cd2b117a6cf2d92dd8e8b9:
>
>   target/s390x/kvm: Simplify debug code (2021-03-04 14:19:08 +0100)
>
> ----------------------------------------------------------------
> some accumulated s390x fixes
>
> ----------------------------------------------------------------
>



Applied, thanks.

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

-- PMM