From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPwi8-00028L-P9 for qemu-devel@nongnu.org; Thu, 22 Jan 2009 05:22:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPwi7-00027B-2e for qemu-devel@nongnu.org; Thu, 22 Jan 2009 05:22:56 -0500 Received: from [199.232.76.173] (port=50036 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPwi6-000274-V1 for qemu-devel@nongnu.org; Thu, 22 Jan 2009 05:22:54 -0500 Received: from az33egw02.freescale.net ([192.88.158.103]:37826) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LPwi6-0007by-Jh for qemu-devel@nongnu.org; Thu, 22 Jan 2009 05:22:54 -0500 Received: from de01smr02.am.mot.com (de01smr02.freescale.net [10.208.0.151]) by az33egw02.freescale.net (8.14.3/az33egw02) with ESMTP id n0MAMp5J000280 for ; Thu, 22 Jan 2009 03:22:51 -0700 (MST) Received: from zch01exm26.fsl.freescale.net (zch01exm26.ap.freescale.net [10.192.129.221]) by de01smr02.am.mot.com (8.13.1/8.13.0) with ESMTP id n0MAMnjw003871 for ; Thu, 22 Jan 2009 04:22:50 -0600 (CST) From: Liu Yu Date: Thu, 22 Jan 2009 18:14:10 +0800 Message-Id: <1232619256-18807-1-git-send-email-yu.liu@freescale.com> Subject: [Qemu-devel] [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: qemu-devel@nongnu.org Cc: hollisb@us.ibm.com, kvm-ppc@vger.kernel.org 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