qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Add preliminary KVM support for non-embedded PPC v3
@ 2009-07-17 11:51 Alexander Graf
  2009-07-17 11:51 ` [Qemu-devel] [PATCH 1/7] Enable PPC KVM for non-embedded Alexander Graf
  2009-07-21 22:36 ` [Qemu-devel] Re: [PATCH 0/4] Add preliminary KVM support for non-embedded PPC v3 Hollis Blanchard
  0 siblings, 2 replies; 32+ messages in thread
From: Alexander Graf @ 2009-07-17 11:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: hollisb

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

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

end of thread, other threads:[~2009-07-22 19:11 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-17 11:51 [Qemu-devel] [PATCH 0/4] Add preliminary KVM support for non-embedded PPC v3 Alexander Graf
2009-07-17 11:51 ` [Qemu-devel] [PATCH 1/7] Enable PPC KVM for non-embedded Alexander Graf
2009-07-17 11:51   ` [Qemu-devel] [PATCH 2/7] Set PVR in sregs Alexander Graf
2009-07-17 11:51     ` [Qemu-devel] [PATCH 3/7] Add mp_state to PPC CPU struct Alexander Graf
2009-07-17 11:51       ` [Qemu-devel] [PATCH 4/7] Fix warning in kvm-all.c Alexander Graf
2009-07-17 11:51         ` [Qemu-devel] [PATCH 5/7] Use correct input constant Alexander Graf
2009-07-17 11:51           ` [Qemu-devel] [PATCH 6/7] Set slots more carefully Alexander Graf
2009-07-17 11:51             ` [Qemu-devel] [PATCH 7/7] Fake dirty loggin when it's not there Alexander Graf
2009-07-17 12:10               ` Stefano Stabellini
2009-07-17 12:14                 ` Alexander Graf
2009-07-17 12:18                 ` Alexander Graf
2009-07-17 12:25                   ` Stefano Stabellini
2009-07-17 12:27                   ` Alexander Graf
2009-07-17 13:18                     ` Stefano Stabellini
2009-07-17 13:23                       ` Alexander Graf
2009-07-17 14:37               ` [Qemu-devel] " Jan Kiszka
2009-07-17 15:00                 ` Alexander Graf
2009-07-17 15:47                   ` Jan Kiszka
2009-07-17 13:48             ` [Qemu-devel] Re: [PATCH 6/7] Set slots more carefully Jan Kiszka
2009-07-17 13:53               ` Alexander Graf
2009-07-17 14:18                 ` Jan Kiszka
2009-07-17 14:23                   ` Alexander Graf
2009-07-17 14:30                     ` Jan Kiszka
2009-07-21 22:55             ` [Qemu-devel] " Anthony Liguori
2009-07-22 15:34       ` [Qemu-devel] [PATCH 3/7] Add mp_state to PPC CPU struct Anthony Liguori
2009-07-22 15:59         ` Hollis Blanchard
2009-07-22 16:22           ` Anthony Liguori
2009-07-22 16:26             ` Hollis Blanchard
2009-07-22 16:51               ` [Qemu-devel] " Jan Kiszka
2009-07-22 18:11                 ` Anthony Liguori
2009-07-22 19:11                   ` Jan Kiszka
2009-07-21 22:36 ` [Qemu-devel] Re: [PATCH 0/4] Add preliminary KVM support for non-embedded PPC v3 Hollis Blanchard

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