public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add rudimentary Hyper-V guest support v3
@ 2009-06-15 13:21 Alexander Graf
  2009-06-15 13:21 ` [PATCH 1/4] Add definition for IGNNE MSR Alexander Graf
  2009-06-16 13:46 ` [PATCH 0/4] Add rudimentary Hyper-V guest support v3 Avi Kivity
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander Graf @ 2009-06-15 13:21 UTC (permalink / raw)
  To: kvm

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)

v3 changes:
  - forward-port to current git

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] 6+ messages in thread

end of thread, other threads:[~2009-06-16 13:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 13:21 [PATCH 0/4] Add rudimentary Hyper-V guest support v3 Alexander Graf
2009-06-15 13:21 ` [PATCH 1/4] Add definition for IGNNE MSR Alexander Graf
2009-06-15 13:21   ` [PATCH 2/4] Implement Hyper-V MSRs Alexander Graf
2009-06-15 13:21     ` [PATCH 3/4] Nested SVM: Implement INVLPGA Alexander Graf
2009-06-15 13:21       ` [PATCH 4/4] Nested SVM: Improve interrupt injection Alexander Graf
2009-06-16 13:46 ` [PATCH 0/4] Add rudimentary Hyper-V guest support v3 Avi Kivity

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