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 v3
Date: Fri, 17 Jul 2009 13:51:41 +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!

V1 -> V2

 - remove unnecessary code for MP patch
 - include SoB

V2 -> V3

 - update to new configure
 - don't break 440
 - relax slot setting
 - fake dirty log when it's not available

Alexander Graf (7):
  Enable PPC KVM for non-embedded
  Set PVR in sregs
  Add mp_state to PPC CPU struct
  Fix warning in kvm-all.c
  Use correct input constant
  Set slots more carefully
  Fake dirty loggin when it's not there

 configure        |    3 ++-
 kvm-all.c        |   17 ++++++++++++++---
 target-ppc/cpu.h |    4 ++++
 target-ppc/kvm.c |   18 ++++++++++++++++--
 4 files changed, 36 insertions(+), 6 deletions(-)





reply via email to

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