From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCGYa-0000lx-Q0 for qemu-devel@nongnu.org; Mon, 15 Dec 2008 11:44:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCGYW-0000ik-OT for qemu-devel@nongnu.org; Mon, 15 Dec 2008 11:44:30 -0500 Received: from [199.232.76.173] (port=38049 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCGYV-0000i6-OZ for qemu-devel@nongnu.org; Mon, 15 Dec 2008 11:44:27 -0500 Received: from e3.ny.us.ibm.com ([32.97.182.143]:52468) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LCGYU-0006U6-Ov for qemu-devel@nongnu.org; Mon, 15 Dec 2008 11:44:26 -0500 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id mBFGhXZ9007157 for ; Mon, 15 Dec 2008 11:43:33 -0500 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id mBFGiKvc194830 for ; Mon, 15 Dec 2008 11:44:20 -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 mBFGiJg9004411 for ; Mon, 15 Dec 2008 11:44:19 -0500 From: Hollis Blanchard Date: Mon, 15 Dec 2008 10:44:11 -0600 Message-Id: <1229359459-21404-1-git-send-email-hollisb@us.ibm.com> Subject: [Qemu-devel] KVM PowerPC support 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: kvm-ppc@vger.kernel.org I believe all comments from the first series have been addressed (thanks for the quick review!). I was able to drop the first patch entirely, but realized I should move/rename the 4xx SDRAM controller code, so that change is new. Summary: These patches implement KVM support for the PowerPC Bamboo board, a system built around the 440EP SoC. In the KVM model, the KVM kernel module is responsible for all instruction execution, so it doesn't matter that TCG doesn't emulate the 440 core. We've only tested KVM and Bamboo with the -kernel option. I have no idea what it would take to run a firmware like u-boot inside the VM, but it's basically the same problem as running u-boot inside a 405 VM. -Hollis