From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49671 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoMUr-00069O-Hy for qemu-devel@nongnu.org; Sat, 12 Feb 2011 15:55:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoMUq-0006CY-Ih for qemu-devel@nongnu.org; Sat, 12 Feb 2011 15:55:13 -0500 Received: from gate.crashing.org ([63.228.1.57]:36269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoMUq-0006CJ-75 for qemu-devel@nongnu.org; Sat, 12 Feb 2011 15:55:12 -0500 From: Benjamin Herrenschmidt In-Reply-To: References: <1297522467-5975-1-git-send-email-david@gibson.dropbear.id.au> <1297522467-5975-15-git-send-email-david@gibson.dropbear.id.au> <58FA3D65-5D7B-4637-BA55-E5D645DBF0F1@suse.de> Content-Type: text/plain; charset="UTF-8" Date: Sun, 13 Feb 2011 07:54:53 +1100 Message-ID: <1297544093.14982.623.camel@pasglop> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH 14/15] Start implementing pSeries logical partition machine List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: "qemu-devel@nongnu.org List" , Paul Mackerras , Alexander Graf , anton@samba.org, David Gibson On Sat, 2011-02-12 at 18:40 +0200, Blue Swirl wrote: >=20 > sPAPREnvironment has a certain aroma reminding of aHungarian > nNotation, but otherwise the bouquet is entirely passable.=20 It's just the smell, like a good french cheese :-) sPAPR as "server Power Architecture=C2=AE Platform Requirements", which is really "Power Architecture=C2=AE Platform Requirements+" with th= e "server" bit added by us to differenciate from the newer ePAPR for embedded :-) A bit messy ... but sPAPR is what we tend to call it nowadays. Cheers, Ben.