From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNYUQ-0003S2-Mg for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:06:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNYUP-0003RT-Ok for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:06:54 -0500 Received: from [199.232.76.173] (port=48250 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNYUP-0003RO-K7 for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:06:53 -0500 Received: from e33.co.us.ibm.com ([32.97.110.151]:55299) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LNYUP-0001Qw-2Y for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:06:53 -0500 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e33.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n0FK5tJ7025375 for ; Thu, 15 Jan 2009 13:05:55 -0700 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n0FK6bHM134678 for ; Thu, 15 Jan 2009 13:06:40 -0700 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n0FK6ZP4019191 for ; Thu, 15 Jan 2009 13:06:35 -0700 From: Hollis Blanchard In-Reply-To: <1232022857-2315-1-git-send-email-yu.liu@freescale.com> References: <1232022857-2315-1-git-send-email-yu.liu@freescale.com> Content-Type: text/plain Date: Thu, 15 Jan 2009 14:06:34 -0600 Message-Id: <1232049994.6845.22.camel@slate.austin.ibm.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/9] powerpc/kvm: Add MPC85xx platform support Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Yu Cc: qemu-devel@nongnu.org, kvm-ppc@vger.kernel.org On Thu, 2009-01-15 at 20:34 +0800, Liu Yu wrote: > This patchset enable the support of MPC85xx platform in qemu/kvm. > > patch 1,2: bug fix > patch 3: enable mpic for E500 core. > patch 4: enable E500 mmu in kvm mode. > patch 5: add E500 pci controller emulation. > patch 6: add E500 irq support > patch 7: add E500 core emulation > patch 8: extern one function for E500 code use > patch 9: add MPC85xx boards emulation. (In case it was unclear to any of the Qemu folks, this is another KVM PowerPC platform. Like the 440 core, the MMU and a few other bits are not currently emulated in Qemu itself, so right now it's only functional in conjunction with KVM.) Looks pretty good, Yu. :) Patches 1, 2, 4, 8: Acked-by: Hollis Blanchard I've either commented on the other patches, or they're in areas of qemu with which I'm not too familiar. By the way, I think you forgot patch 9, which will tie it all together by emulating an 85xx SoC? -- Hollis Blanchard IBM Linux Technology Center