qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] KVM: ecessary simple pre-requisites for VMBus emulation
@ 2015-09-16  9:29 Denis V. Lunev
  2015-09-16  9:29 ` [Qemu-devel] [PATCH 1/3] kvm/x86: Hyper-V HV_X64_MSR_RESET msr Denis V. Lunev
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Denis V. Lunev @ 2015-09-16  9:29 UTC (permalink / raw)
  Cc: kvm, Gleb Natapov, qemu-devel, Paolo Bonzini, Andrey Smetanin,
	Denis V. Lunev

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.

Signed-off-by: Andrey Smetanin <asmetanin@virtuozzo.com>
Reviewed-by: Roman Kagan <rkagan@virtuozzo.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Paolo Bonzini <pbonzini@redhat.com>
CC: Gleb Natapov <gleb@kernel.org>

Andrey Smetanin (3):
  kvm/x86: Hyper-V HV_X64_MSR_RESET msr
  kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU.
  kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support

 arch/x86/include/asm/kvm_host.h    |  1 +
 arch/x86/include/uapi/asm/hyperv.h |  6 ++++++
 arch/x86/kvm/hyperv.c              | 31 +++++++++++++++++++++++++++++--
 arch/x86/kvm/x86.c                 |  9 +++++++++
 include/linux/kvm_host.h           |  1 +
 kernel/sched/cputime.c             |  2 ++
 6 files changed, 48 insertions(+), 2 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-16  9:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16  9:29 [Qemu-devel] [PATCH 0/3] KVM: ecessary simple pre-requisites for VMBus emulation Denis V. Lunev
2015-09-16  9:29 ` [Qemu-devel] [PATCH 1/3] kvm/x86: Hyper-V HV_X64_MSR_RESET msr Denis V. Lunev
2015-09-16  9:29 ` [Qemu-devel] [PATCH 2/3] kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU Denis V. Lunev
2015-09-16  9:29 ` [Qemu-devel] [PATCH 3/3] kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support Denis V. Lunev
2015-09-16  9:55 ` [Qemu-devel] [PATCH 0/3] KVM: ecessary simple pre-requisites for VMBus emulation Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).