From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRTjg-0002iH-8m for qemu-devel@nongnu.org; Thu, 16 Jul 2009 12:23:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRTjW-0002Yj-0A for qemu-devel@nongnu.org; Thu, 16 Jul 2009 12:23:04 -0400 Received: from [199.232.76.173] (port=49202 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRTjU-0002Y9-1q for qemu-devel@nongnu.org; Thu, 16 Jul 2009 12:22:56 -0400 Received: from cantor.suse.de ([195.135.220.2]:45330 helo=mx1.suse.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRTjT-0006r2-AF for qemu-devel@nongnu.org; Thu, 16 Jul 2009 12:22:55 -0400 Received: from relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 33CEE93717 for ; Thu, 16 Jul 2009 18:22:53 +0200 (CEST) From: Alexander Graf Date: Thu, 16 Jul 2009 18:22:47 +0200 Message-Id: <1247761371-16980-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH 0/4] Add preliminary KVM support for non-embedded PPC List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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(-)