mbox

[PULL,0/6] s390x patches for 6.0 softfreeze

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

Pull-request

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

Message

Cornelia Huck March 16, 2021, 10:12 a.m. UTC
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(-)

Comments

Peter Maydell March 17, 2021, 4:23 p.m. UTC | #1
On Tue, 16 Mar 2021 at 10:12, Cornelia Huck <cohuck@redhat.com> wrote:
>
> 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
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM