qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] QEMU: necessary simple pre-requisites for VMBus


From: Denis V. Lunev
Subject: [Qemu-devel] [PATCH 0/3] QEMU: necessary simple pre-requisites for VMBus emulation
Date: Wed, 16 Sep 2015 12:59:41 +0300

Hyper-V reset, vp index, vp runtime support is required to
support loading Windows guest driver Winhv.sys. Winhv.sys in guest
is required to support Windows VMBus.

These changes are simple and straightforward. Let's them go first.

Paolo, I am sending these patches without taking into account your
patchset with header cleanup. Should we do something? I would be also
be happy to hear news about remaining patches from Andrey about HyperV
panic. Please let us know is something from our side will improve the
situation.

Signed-off-by: Andrey Smetanin <address@hidden>
Reviewed-by: Roman Kagan <address@hidden>
Signed-off-by: Denis V. Lunev <address@hidden>
CC: Paolo Bonzini <address@hidden>
CC: Richard Henderson <address@hidden>
CC: Eduardo Habkost <address@hidden>
CC: "Andreas Färber" <address@hidden>
CC: Marcelo Tosatti <address@hidden>

Andrey Smetanin (3):
  target-i386/kvm: Hyper-V HV_X64_MSR_RESET support
  target-i386/kvm: set Hyper-V features cpuid bit
    HV_X64_MSR_VP_INDEX_AVAILABLE
  target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME support

 linux-headers/asm-x86/hyperv.h |  6 ++++++
 target-i386/cpu-qom.h          |  3 +++
 target-i386/cpu.c              |  3 +++
 target-i386/cpu.h              |  1 +
 target-i386/kvm.c              | 39 ++++++++++++++++++++++++++++++++++++++-
 target-i386/machine.c          | 20 ++++++++++++++++++++
 6 files changed, 71 insertions(+), 1 deletion(-)

-- 
2.1.4




reply via email to

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