The following changes since commit 6157b0e19721aadb4c7fdcfe57b2924af6144b14:
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-request' into staging (2021-03-14 17:47:49 +0000) are available in the Git repository at: https://gitlab.com/cohuck/qemu.git tags/s390x-20210316 for you to fetch changes up to 5793f5aafb05dae30e9dcb57d0d1c8f1a9633f6d: s390x/pci: Add missing initialization for g_autofree variables (2021-03-15 15:47:18 +0100) ---------------------------------------------------------------- s390x updates: - get rid of legacy_s390_alloc() and phys_mem_set_alloc() - tcg: implement the MVPG condition-code-option bit - fix g_autofree variable handing in the pci vfio code - use official z15 names in the cpu model definitions ---------------------------------------------------------------- Cornelia Huck (1): s390x/cpu_model: use official name for 8562 David Hildenbrand (3): s390x/kvm: Get rid of legacy_s390_alloc() exec: Get rid of phys_mem_set_alloc() target/s390x: Store r1/r2 for page-translation exceptions during MVPG Miroslav Rezanina (1): s390x/pci: Add missing initialization for g_autofree variables Richard Henderson (1): target/s390x: Implement the MVPG condition-code-option bit hw/s390x/s390-pci-vfio.c | 9 +-- include/sysemu/kvm.h | 4 - softmmu/physmem.c | 36 +-------- target/s390x/cpu.h | 5 ++ target/s390x/cpu_models.c | 4 +- target/s390x/excp_helper.c | 3 + target/s390x/helper.h | 2 +- target/s390x/insn-data.def | 2 +- target/s390x/kvm.c | 43 ++-------- target/s390x/mem_helper.c | 160 ++++++++++++++++++++++++++++++------- target/s390x/translate.c | 7 +- 11 files changed, 159 insertions(+), 116 deletions(-) -- 2.26.3