mbox

[PULL,0/8] s390x update

Message ID 20210305155517.1604547-1-cohuck@redhat.com
State New
Headers show

Pull-request

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

Message

Cornelia Huck March 5, 2021, 3:55 p.m. UTC
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(-)

Comments

Peter Maydell March 5, 2021, 10:52 p.m. UTC | #1
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