From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42095 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoGs2-0008TM-9v for qemu-devel@nongnu.org; Sat, 12 Feb 2011 09:54:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoGs0-0006rh-SN for qemu-devel@nongnu.org; Sat, 12 Feb 2011 09:54:45 -0500 Received: from ozlabs.org ([203.10.76.45]:59862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoGs0-0006pk-FW for qemu-devel@nongnu.org; Sat, 12 Feb 2011 09:54:44 -0500 From: David Gibson Date: Sun, 13 Feb 2011 01:54:12 +1100 Message-Id: <1297522467-5975-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] RFC: Implement emulation of pSeries logical partitions List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: paulus@samba.org, agraf@suse.de, anton@samba.org This patch series adds a "pseries" machine to qemu, allowing it to emulate IBM pSeries logical partitions. Along the way we add a bunch of support for more modern ppc CPUs than are currently supported. It also makes some significant cleanups to the translation code for hash page table based ppc MMUs. This is a first version of this series for review. There are a number of additional patches adding features such as virtual IO devices to the emulated pSeries platform, which will be added to the series once they're a bit more polished.