From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53300 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpCyB-0008Qp-Nh for qemu-devel@nongnu.org; Mon, 14 Feb 2011 23:57:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpCyA-0001a9-ME for qemu-devel@nongnu.org; Mon, 14 Feb 2011 23:56:59 -0500 Received: from ozlabs.org ([203.10.76.45]:34718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpCyA-0001ZQ-Ci for qemu-devel@nongnu.org; Mon, 14 Feb 2011 23:56:58 -0500 From: qemu@gibson.dropbear.id.au Date: Tue, 15 Feb 2011 15:56:11 +1100 Message-Id: <1297745799-26148-1-git-send-email-qemu@gibson.dropbear.id.au> Subject: [Qemu-devel] RFC: Implement emulation of pSeries logical partitions (v2) 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. Changes since v1 of this series: * numerous coding style fixups * incorporated most review comments from initial version * moved to a wholly dynamic hypercall registration scheme * assorted other cleanups * many more patches implementing VIO devices and basic partition firmware