Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200227115431.32364-1-cohuck@redhat.com
Maintainers: Christian Borntraeger <borntraeger@de.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Paolo Bonzini <pbonzini@redhat.com>, David Hildenbrand <david@redhat.com>, Richard Henderson <rth@twiddle.net>, "Michael S. Tsirkin" <mst@redhat.com>, Thomas Huth <thuth@redhat.com>, Cornelia Huck <cohuck@redhat.com>
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%)