From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35092 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2KnU-0003W4-3V for qemu-devel@nongnu.org; Wed, 23 Mar 2011 05:56:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2KnS-0006Oh-FE for qemu-devel@nongnu.org; Wed, 23 Mar 2011 05:56:11 -0400 Received: from gate.crashing.org ([63.228.1.57]:33509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2KnS-0006Oc-5M for qemu-devel@nongnu.org; Wed, 23 Mar 2011 05:56:10 -0400 From: Benjamin Herrenschmidt In-Reply-To: <1300870315.2402.341.camel@pasglop> References: <1300858247-8197-1-git-send-email-david@gibson.dropbear.id.au> <1300858247-8197-28-git-send-email-david@gibson.dropbear.id.au> <1300870315.2402.341.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Date: Wed, 23 Mar 2011 20:55:53 +1100 Message-ID: <1300874153.2402.343.camel@pasglop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 27/27] Add SLOF-based partition firmware for pSeries machine, allowing more boot options List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: paulus@samba.org, agraf@suse.de, qemu-devel@nongnu.org On Wed, 2011-03-23 at 19:51 +1100, Benjamin Herrenschmidt wrote: > On Wed, 2011-03-23 at 16:30 +1100, David Gibson wrote: > > +- SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware > > + implementation for certain IBM POWER hardware. The image currently > > + in qemu is built from git tag qemu-slof-20110323. > > + > > For those who can't wait to check it out ... > > David forgot to mention the actual git URL ;-) > > It's on github (https://github.com/dgibson/SLOF) And I just realized it wasn't actually pushed out either :-) I've just fixed that. Cheers, Ben.