qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC v3 0/2] Initial support for Microsoft Hyper-V.
@ 2011-12-18 20:48 Vadim Rozenfeld
  2011-12-18 20:48 ` [Qemu-devel] [PATCH RFC v3 1/2] hyper-v: introduce Hyper-V support infrastructure Vadim Rozenfeld
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Vadim Rozenfeld @ 2011-12-18 20:48 UTC (permalink / raw)
  To: kvm; +Cc: Jan Kiszka, Vadim Rozenfeld, Avi Kivity, qemu-devel

With the following series of patches we are starting to implement
some basic Microsoft Hyper-V Enlightenment functionality. This series
is mostly about adding support for relaxed timing, spinlock,
and virtual apic.

For more Hyper-V related information please see:
"Hypervisor Functional Specification v2.0: For Windows Server 2008 R2" at
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=18673

Changelog:
 v3->v2
  - fix indention,
  - drop reading HV MSRs inside of kvm_get_msrs routine.
 v2->v1
  - remove KVM_CAP_IRQCHIP ifdef,
  - remove CONFIG_HYPERV config option,
  - move KVM leaves to new location (0x40000100),
  - cosmetic changes.
 v0->v1
  - move hyper-v parameters under cpu category,
  - move hyper-v stuff to target-i386 directory,
  - make CONFIG_HYPERV enabled by default for
    i386-softmmu and x86_64-softmmu configurations,
  - rearrange the patches from v0,
  - set HV_X64_MSR_HYPERCALL, HV_X64_MSR_GUEST_OS_ID,
    and HV_X64_MSR_APIC_ASSIST_PAGE to 0 on system reset.


Vadim Rozenfeld (2):
  hyper-v: introduce Hyper-V support infrastructure.
  hyper-v: initialize Hyper-V CPUID leaves.

 Makefile.target      |    2 +
 target-i386/cpuid.c  |   14 ++++++++++
 target-i386/hyperv.c |   65 ++++++++++++++++++++++++++++++++++++++++++++++++++
 target-i386/hyperv.h |   37 ++++++++++++++++++++++++++++
 target-i386/kvm.c    |   65 ++++++++++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 181 insertions(+), 2 deletions(-)
 create mode 100644 target-i386/hyperv.c
 create mode 100644 target-i386/hyperv.h

-- 
1.7.4.4

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

end of thread, other threads:[~2012-01-18 20:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18 20:48 [Qemu-devel] [PATCH RFC v3 0/2] Initial support for Microsoft Hyper-V Vadim Rozenfeld
2011-12-18 20:48 ` [Qemu-devel] [PATCH RFC v3 1/2] hyper-v: introduce Hyper-V support infrastructure Vadim Rozenfeld
2012-01-18 20:05   ` Jan Kiszka
2012-01-18 20:43     ` Jan Kiszka
2011-12-18 20:48 ` [Qemu-devel] [PATCH RFC v3 2/2] hyper-v: initialize Hyper-V CPUID leaves Vadim Rozenfeld
2011-12-23 10:19 ` [Qemu-devel] [PATCH RFC v3 0/2] Initial support for Microsoft Hyper-V Marcelo Tosatti
2012-01-09 12:08 ` Marcelo Tosatti

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).