All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: ecessary simple pre-requisites for VMBus emulation
@ 2015-09-16  9:29 ` Denis V. Lunev
  0 siblings, 0 replies; 10+ 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] 10+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.