Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210107150640.539239-1-vkuznets@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, Thomas Huth <thuth@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS | 1 +
docs/hyperv.txt | 16 +-
.../infiniband/hw/vmw_pvrdma/pvrdma_verbs.h | 2 +-
include/standard-headers/drm/drm_fourcc.h | 175 +++++-
include/standard-headers/linux/const.h | 36 ++
include/standard-headers/linux/ethtool.h | 2 +-
include/standard-headers/linux/fuse.h | 30 +-
include/standard-headers/linux/kernel.h | 9 +-
include/standard-headers/linux/pci_regs.h | 16 +
include/standard-headers/linux/vhost_types.h | 9 +
include/standard-headers/linux/virtio_gpu.h | 82 +++
include/standard-headers/linux/virtio_ids.h | 44 +-
linux-headers/asm-arm64/kvm.h | 3 -
linux-headers/asm-generic/unistd.h | 6 +-
linux-headers/asm-mips/unistd_n32.h | 1 +
linux-headers/asm-mips/unistd_n64.h | 1 +
linux-headers/asm-mips/unistd_o32.h | 1 +
linux-headers/asm-powerpc/unistd_32.h | 1 +
linux-headers/asm-powerpc/unistd_64.h | 1 +
linux-headers/asm-s390/unistd_32.h | 1 +
linux-headers/asm-s390/unistd_64.h | 1 +
linux-headers/asm-x86/kvm.h | 1 +
linux-headers/asm-x86/unistd_32.h | 1 +
linux-headers/asm-x86/unistd_64.h | 1 +
linux-headers/asm-x86/unistd_x32.h | 1 +
linux-headers/linux/kvm.h | 56 +-
linux-headers/linux/userfaultfd.h | 9 +
linux-headers/linux/vfio.h | 1 +
linux-headers/linux/vhost.h | 4 +
scripts/update-linux-headers.sh | 5 +-
target/i386/cpu.c | 151 ++---
target/i386/cpu.h | 11 +-
target/i386/kvm/kvm-stub.c | 10 +
target/i386/kvm/kvm.c | 524 ++++++++++--------
target/i386/kvm/kvm_i386.h | 2 +
tests/qtest/hyperv-test.c | 238 ++++++++
tests/qtest/meson.build | 3 +-
37 files changed, 1074 insertions(+), 382 deletions(-)
create mode 100644 include/standard-headers/linux/const.h
create mode 100644 tests/qtest/hyperv-test.c