Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180921082041.29380-1-rkagan@virtuozzo.com
default-configs/hyperv.mak | 2 +
default-configs/i386-softmmu.mak | 2 +-
include/hw/hyperv/hyperv-proto.h | 129 +++++++++++++++++++
{target/i386 => include/hw/hyperv}/hyperv.h | 23 ++--
target/i386/hyperv-proto.h | 115 +----------------
target/i386/hyperv.h | 15 +--
{target/i386 => hw/hyperv}/hyperv.c | 79 ++----------
hw/misc/hyperv_testdev.c | 2 +-
target/i386/hyperv-stub.c | 33 +++++
target/i386/hyperv.c | 130 +-------------------
target/i386/kvm.c | 5 +-
hw/Makefile.objs | 1 +
hw/hyperv/Makefile.objs | 1 +
target/i386/Makefile.objs | 4 +-
14 files changed, 201 insertions(+), 340 deletions(-)
create mode 100644 default-configs/hyperv.mak
create mode 100644 include/hw/hyperv/hyperv-proto.h
copy {target/i386 => include/hw/hyperv}/hyperv.h (59%)
copy {target/i386 => hw/hyperv}/hyperv.c (65%)
create mode 100644 target/i386/hyperv-stub.c
create mode 100644 hw/hyperv/Makefile.objs