All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] QEMU: necessary simple pre-requisites for VMBus emulation
@ 2015-09-16  9:59 Denis V. Lunev
  2015-09-16  9:59 ` [Qemu-devel] [PATCH 1/3] target-i386/kvm: Hyper-V HV_X64_MSR_RESET support Denis V. Lunev
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Denis V. Lunev @ 2015-09-16  9:59 UTC (permalink / raw)
  Cc: Eduardo Habkost, Marcelo Tosatti, qemu-devel, Paolo Bonzini,
	Andrey Smetanin, Denis V. Lunev, Andreas Färber,
	Richard Henderson

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 <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: Richard Henderson <rth@twiddle.net>
CC: Eduardo Habkost <ehabkost@redhat.com>
CC: "Andreas Färber" <afaerber@suse.de>
CC: Marcelo Tosatti <mtosatti@redhat.com>

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

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16  9:59 [Qemu-devel] [PATCH 0/3] QEMU: necessary simple pre-requisites for VMBus emulation Denis V. Lunev
2015-09-16  9:59 ` [Qemu-devel] [PATCH 1/3] target-i386/kvm: Hyper-V HV_X64_MSR_RESET support Denis V. Lunev
2015-09-16  9:59 ` [Qemu-devel] [PATCH 2/3] target-i386/kvm: set Hyper-V features cpuid bit HV_X64_MSR_VP_INDEX_AVAILABLE Denis V. Lunev
2015-09-16  9:59 ` [Qemu-devel] [PATCH 3/3] target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME support Denis V. Lunev
2015-09-16 10:32 ` [Qemu-devel] [PATCH 0/3] QEMU: necessary simple pre-requisites for VMBus emulation Paolo Bonzini
2015-09-16 10:41   ` Denis V. Lunev

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.