From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ2Bp-0004TQ-Dt for qemu-devel@nongnu.org; Thu, 22 Jan 2009 11:13:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ2Bn-0004TA-MU for qemu-devel@nongnu.org; Thu, 22 Jan 2009 11:13:57 -0500 Received: from [199.232.76.173] (port=56811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ2Bn-0004T7-Ea for qemu-devel@nongnu.org; Thu, 22 Jan 2009 11:13:55 -0500 Received: from e3.ny.us.ibm.com ([32.97.182.143]:59401) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQ2Bn-00074a-6B for qemu-devel@nongnu.org; Thu, 22 Jan 2009 11:13:55 -0500 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e3.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n0MGCCbj021848 for ; Thu, 22 Jan 2009 11:12:12 -0500 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n0MGDsU7197064 for ; Thu, 22 Jan 2009 11:13:54 -0500 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n0MGDr73029100 for ; Thu, 22 Jan 2009 11:13:54 -0500 From: Hollis Blanchard In-Reply-To: <1232619256-18807-1-git-send-email-yu.liu@freescale.com> References: <1232619256-18807-1-git-send-email-yu.liu@freescale.com> Content-Type: text/plain Date: Thu, 22 Jan 2009 10:13:53 -0600 Message-Id: <1232640833.23202.16.camel@slate.austin.ibm.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/6] kvm/powerpc: Add emulation for MPC85xx in KVM mode 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: Aurelien Jarno , qemu-devel@nongnu.org, kvm-ppc@vger.kernel.org On Thu, 2009-01-22 at 18:14 +0800, Liu Yu wrote: > This patch set enable another KVM PowerPC platform E500. > 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. > > The emulation of MPC85xx boards (which use E500 as its core) > can be run on any MPC85xx hosts. > The code has been tested on MPC8544DS and MPC8572DS. > > Patch 1: enable the MPIC for MPC85xx platform > Patch 2: add emulation of freescale PCI controller for MPC85xx platform > Patch 3: add IRQ support for E500 core > Patch 4: extern one function for MPC85xx code use > Patch 5: add MPC85xx board emulation > Patch 6: flat device tree of MPC85xx Patches 1-4: Acked-by: Hollis Blanchard I've posted some comments on patches 5 and 6. Aurelian, would you mind reviewing patches 1-3? -- Hollis Blanchard IBM Linux Technology Center