public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/7] Initial support for Microsoft Hyper-V
@ 2011-10-09 18:52 Vadim Rozenfeld
  2011-10-09 18:52 ` [RFC PATCH 1/7] [hyper-v] Add hyper-v parameters block Vadim Rozenfeld
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: Vadim Rozenfeld @ 2011-10-09 18:52 UTC (permalink / raw)
  To: kvm; +Cc: Avi Kivity, Vadim Rozenfeld

Enable some basic Hyper-V enlightenment functionalites,
including relaxed timing, spinlock, and virtual APIC. 

Vadim Rozenfeld (7):
  [hyper-v] Add hyper-v parameters block.
  [hyper-v] add hyper-v placeholders.
  [hyper-v] make Hyper-V option configurable.
  [hyper-v] hyper-v parameters
  [hyper-v] hyper-v helper functions
  [hyper-v] parse hyper-v parameters.
  [hyper-v] init hyper-v cpuid leafs

 Makefile.target   |    1 +
 configure         |   11 +++++++++
 hyperv.c          |   63 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 hyperv.h          |   19 ++++++++++++++++
 qemu-config.c     |   19 ++++++++++++++++
 qemu-config.h     |    1 +
 qemu-options.hx   |   23 +++++++++++++++++++
 target-i386/kvm.c |   53 +++++++++++++++++++++++++++++++++++++++++++-
 vl.c              |   12 ++++++++++
 9 files changed, 201 insertions(+), 1 deletions(-)
 create mode 100644 hyperv.c
 create mode 100644 hyperv.h

-- 
1.7.4.4


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

end of thread, other threads:[~2011-10-11 16:17 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09 18:52 [RFC PATCH 0/7] Initial support for Microsoft Hyper-V Vadim Rozenfeld
2011-10-09 18:52 ` [RFC PATCH 1/7] [hyper-v] Add hyper-v parameters block Vadim Rozenfeld
2011-10-10  6:54   ` Jan Kiszka
2011-10-10  9:40     ` Vadim Rozenfeld
2011-10-10 10:25       ` Jan Kiszka
2011-10-11  7:35   ` Paolo Bonzini
2011-10-11  7:42     ` Paolo Bonzini
2011-10-09 18:52 ` [RFC PATCH 2/7] [hyper-v] add hyper-v placeholders Vadim Rozenfeld
2011-10-11  7:40   ` Paolo Bonzini
2011-10-09 18:52 ` [RFC PATCH 3/7] [hyper-v] make Hyper-V option configurable Vadim Rozenfeld
2011-10-10  6:54   ` Jan Kiszka
2011-10-09 18:52 ` [RFC PATCH 4/7] [hyper-v] hyper-v parameters Vadim Rozenfeld
2011-10-09 18:52 ` [RFC PATCH 5/7] [hyper-v] hyper-v helper functions Vadim Rozenfeld
2011-10-09 19:01   ` Alon Levy
2011-10-10  6:45     ` Vadim Rozenfeld
2011-10-09 18:52 ` [RFC PATCH 6/7] [hyper-v] parse hyper-v parameters Vadim Rozenfeld
2011-10-09 18:52 ` [RFC PATCH 7/7] [hyper-v] init hyper-v cpuid leafs Vadim Rozenfeld
2011-10-11  7:38   ` Paolo Bonzini
2011-10-11 13:46     ` Vadim Rozenfeld
2011-10-11 15:52       ` Paolo Bonzini
2011-10-11 16:09         ` Vadim Rozenfeld
2011-10-11 16:17           ` Paolo Bonzini
2011-10-10  6:53 ` [RFC PATCH 0/7] Initial support for Microsoft Hyper-V Jan Kiszka
2011-10-10  9:39   ` Vadim Rozenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox