From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUQHP-0005pg-Ik for qemu-devel@nongnu.org; Mon, 11 Jan 2010 14:50:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUQHK-0005oQ-FR for qemu-devel@nongnu.org; Mon, 11 Jan 2010 14:50:23 -0500 Received: from [199.232.76.173] (port=34007 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUQHK-0005oJ-CY for qemu-devel@nongnu.org; Mon, 11 Jan 2010 14:50:18 -0500 Received: from qw-out-1920.google.com ([74.125.92.148]:52215) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUQHK-00037k-1A for qemu-devel@nongnu.org; Mon, 11 Jan 2010 14:50:18 -0500 Received: by qw-out-1920.google.com with SMTP id 5so3770142qwc.4 for ; Mon, 11 Jan 2010 11:50:16 -0800 (PST) Message-ID: <4B4B80F0.5000906@codemonkey.ws> Date: Mon, 11 Jan 2010 13:50:08 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] pc-bios: Update README (SeaBIOS) References: <20100107172723.GC4537@redhat.com> <1262888869-24382-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1262888869-24382-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org, gleb@redhat.com On 01/07/2010 12:27 PM, Stefan Weil wrote: > The PC BIOS no longer comes from Bochs. > This patch updates the related entry. > > V2 - Modify SeaBIOS description and URL > (Thanks to Gleb Natapov for the hint). > > Signed-off-by: Stefan Weil > Applied. Thanks. Regards, Anthony Liguori > --- > pc-bios/README | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/pc-bios/README b/pc-bios/README > index 1b7a666..7dfa459 100644 > --- a/pc-bios/README > +++ b/pc-bios/README > @@ -1,4 +1,5 @@ > -- The PC BIOS comes from the Bochs project (http://bochs.sourceforge.net/). > +- SeaBIOS (bios.bin) is the successor of pc bios. > + See http://www.seabios.org/ for more information. > > - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios > project (http://www.nongnu.org/vgabios/). >