kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add rudimentary Hyper-V guest support v2
@ 2009-05-19 10:53 Alexander Graf
  2009-05-19 10:54 ` [PATCH 1/4] Add definition for IGNNE MSR Alexander Graf
  0 siblings, 1 reply; 19+ messages in thread
From: Alexander Graf @ 2009-05-19 10:53 UTC (permalink / raw)
  To: kvm; +Cc: joerg.roedel

Now that we have nested SVM in place, let's make use of it and virtualize
something non-kvm.
The first interesting target that came to my mind here was Hyper-V.

This patchset makes Windows Server 2008 boot with Hyper-V, which runs
the "dom0" in virtualized mode already. It hangs somewhere in IDE code when
booted, so I haven't been able to run a second VM within for now yet.

Please keep in mind that Hyper-V won't work unless you apply the userspace
patches too and the PAT bit patch

v2 changes:
  - remove reserved PAT check patch (Avi will do this)
  - remove #PF inject on emulated_read
  - take comments from v1 into account (listed individually)

Alexander Graf (4):
  Add definition for IGNNE MSR
  Implement Hyper-V MSRs v2
  Nested SVM: Implement INVLPGA v2
  Nested SVM: Improve interrupt injection v2

 arch/x86/include/asm/msr-index.h |    1 +
 arch/x86/kvm/svm.c               |   59 +++++++++++++++++++++++++++----------
 2 files changed, 44 insertions(+), 16 deletions(-)


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

end of thread, other threads:[~2009-06-15 11:56 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-19 10:53 [PATCH 0/4] Add rudimentary Hyper-V guest support v2 Alexander Graf
2009-05-19 10:54 ` [PATCH 1/4] Add definition for IGNNE MSR Alexander Graf
2009-05-19 10:54   ` [PATCH 2/4] Implement Hyper-V MSRs v2 Alexander Graf
2009-05-19 10:54     ` [PATCH 3/4] Nested SVM: Implement INVLPGA v2 Alexander Graf
2009-05-19 10:54       ` [PATCH 4/4] Nested SVM: Improve interrupt injection v2 Alexander Graf
2009-05-19 13:22         ` Gleb Natapov
2009-06-15 11:47           ` Alexander Graf
2009-06-15 11:56             ` Gleb Natapov
2009-05-19 12:58       ` [PATCH 3/4] Nested SVM: Implement INVLPGA v2 Avi Kivity
2009-05-19 13:10         ` Alexander Graf
2009-05-19 13:19           ` Avi Kivity
2009-05-19 13:54         ` Marcelo Tosatti
2009-05-19 13:56           ` Avi Kivity
2009-05-19 13:58             ` Marcelo Tosatti
2009-05-19 15:18               ` Alexander Graf
2009-05-19 16:33                 ` Marcelo Tosatti
2009-05-19 16:35                 ` Avi Kivity
2009-05-19 12:52     ` [PATCH 2/4] Implement Hyper-V MSRs v2 Avi Kivity
2009-06-15 11:45       ` Alexander Graf

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