qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/7] s390x updates


From: Cornelia Huck
Subject: [PULL 0/7] s390x updates
Date: Thu, 27 Feb 2020 12:54:24 +0100

The following changes since commit db736e0437aa6fd7c1b7e4599c17f9619ab6b837:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging 
(2020-02-25 13:31:16 +0000)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20200227

for you to fetch changes up to b6c2dbd7214b0b2396e1dcf9668c8b48ab571115:

  s390x: Rename and use constants for short PSW address and mask (2020-02-27 
11:10:29 +0100)

----------------------------------------------------------------
Includes a headers update against 5.6-current.
- add missing vcpu reset functionality
- rstfy some s390 documentation
- fixes and enhancements

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

Christian Borntraeger (1):
  s390/sclp: improve special wait psw logic

Cornelia Huck (3):
  linux-headers: update
  docs: rstfy s390 dasd ipl documentation
  docs: rstfy vfio-ap documentation

Janosch Frank (2):
  s390x: Add missing vcpu reset functions
  s390x: Rename and use constants for short PSW address and mask

Thomas Huth (1):
  target/s390x/translate: Fix RNSBG instruction

 MAINTAINERS                                   |   4 +-
 docs/devel/index.rst                          |   1 +
 .../{s390-dasd-ipl.txt => s390-dasd-ipl.rst}  | 119 +--
 docs/system/index.rst                         |   1 +
 docs/{vfio-ap.txt => system/vfio-ap.rst}      | 796 +++++++++---------
 hw/s390x/ipl.c                                |   2 +-
 include/standard-headers/drm/drm_fourcc.h     |  24 +
 include/standard-headers/linux/ethtool.h      |  11 +
 include/standard-headers/linux/input.h        |   1 +
 include/standard-headers/linux/pci_regs.h     |   1 +
 linux-headers/asm-arm/unistd-common.h         |   2 +
 linux-headers/asm-arm64/kvm.h                 |  12 +-
 linux-headers/asm-arm64/unistd.h              |   1 +
 linux-headers/asm-generic/mman-common.h       |   2 +
 linux-headers/asm-generic/unistd.h            |   7 +-
 linux-headers/asm-mips/unistd_n32.h           |   2 +
 linux-headers/asm-mips/unistd_n64.h           |   2 +
 linux-headers/asm-mips/unistd_o32.h           |   2 +
 linux-headers/asm-powerpc/unistd_32.h         |   2 +
 linux-headers/asm-powerpc/unistd_64.h         |   2 +
 linux-headers/asm-s390/unistd_32.h            |   2 +
 linux-headers/asm-s390/unistd_64.h            |   2 +
 linux-headers/asm-x86/unistd_32.h             |   2 +
 linux-headers/asm-x86/unistd_64.h             |   2 +
 linux-headers/asm-x86/unistd_x32.h            |   2 +
 linux-headers/linux/kvm.h                     |   5 +
 target/s390x/cpu.c                            |  18 +-
 target/s390x/cpu.h                            |   3 +-
 target/s390x/helper.c                         |   2 +-
 target/s390x/kvm-stub.c                       |  10 +-
 target/s390x/kvm.c                            |  42 +-
 target/s390x/kvm_s390x.h                      |   4 +-
 target/s390x/translate.c                      |   2 +-
 33 files changed, 632 insertions(+), 458 deletions(-)
 rename docs/devel/{s390-dasd-ipl.txt => s390-dasd-ipl.rst} (51%)
 rename docs/{vfio-ap.txt => system/vfio-ap.rst} (55%)


base-commit: db736e0437aa6fd7c1b7e4599c17f9619ab6b837
-- 
2.21.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]