qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] Add preliminary KVM support for non-embedded PP


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 0/4] Add preliminary KVM support for non-embedded PPC
Date: Thu, 16 Jul 2009 18:22:47 +0200

With KVM support emerging for Book3S (PPC64), let's add support for it in Qemu
too, so we have a user of this awesome new infrastructure.

This patchset enabled building of Qemu on KVM, though it does not work
completely due to

  1) Brokenness of Qemu (PPC32 and PPC64 targets are broken for me atm)
  2) Brokenness in Slot management (guest breaks in Linux's PCI init code)

Nevertheless, this is a good starting point for anyone who wants to get
involved with KVM on PowerPC!

Alexander Graf (4):
  Enable PPC KVM for non-embedded
  Set PVR in sregs
  Add mp_state to PPC CPU struct
  Fix warning in kvm-all.c

 configure        |   13 +++++++++++++
 kvm-all.c        |    2 +-
 target-ppc/cpu.h |    4 ++++
 target-ppc/kvm.c |   11 +++++++++--
 4 files changed, 27 insertions(+), 3 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]