From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41016 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5h7I-00043A-Pl for qemu-devel@nongnu.org; Fri, 01 Apr 2011 12:22:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5h6t-0000M7-2S for qemu-devel@nongnu.org; Fri, 01 Apr 2011 12:22:08 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:63540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5h6s-0000Lw-Se for qemu-devel@nongnu.org; Fri, 01 Apr 2011 12:22:06 -0400 Received: by iym10 with SMTP id 10so4312886iym.4 for ; Fri, 01 Apr 2011 09:22:06 -0700 (PDT) Message-ID: <4D95FBA9.4070902@codemonkey.ws> Date: Fri, 01 Apr 2011 11:22:01 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1301631334-30795-1-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [0/27] Implement emulation of pSeries logical partitions (v6) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: QEMU-devel Developers , Blue Swirl , Paul Mackerras , anton@samba.org, Aurelien Jarno , David Gibson On 04/01/2011 11:18 AM, Alexander Graf wrote: > On 01.04.2011, at 06:15, David Gibson wrote: > >> This patch series adds a "pseries" machine to qemu, allowing it to >> emulate IBM pSeries logical partitions. More specifically it >> implements the interface defined by the "PowerPC Architecture Platform >> Requirements" document (PAPR, or sPAPR for short). >> >> 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. >> >> Please apply. > Anyone with commit rights able to merge this? Full series is: Yup, ideally I'd prefer to get a pull request from you with a Signed-off-by though. If it's too much trouble, I'll do it myself. Regards, Anthony Liguori > Acked-by: Alexander Graf > > > Alex >