From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLdvv-000329-Fh for qemu-devel@nongnu.org; Fri, 18 Dec 2009 09:35:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLdvq-00031B-7U for qemu-devel@nongnu.org; Fri, 18 Dec 2009 09:35:54 -0500 Received: from [199.232.76.173] (port=55637 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLdvq-000318-3o for qemu-devel@nongnu.org; Fri, 18 Dec 2009 09:35:50 -0500 Received: from mail-gx0-f223.google.com ([209.85.217.223]:47353) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLdvp-000066-Or for qemu-devel@nongnu.org; Fri, 18 Dec 2009 09:35:49 -0500 Received: by gxk23 with SMTP id 23so3284966gxk.2 for ; Fri, 18 Dec 2009 06:35:49 -0800 (PST) Message-ID: <4B2B9340.1020001@codemonkey.ws> Date: Fri, 18 Dec 2009 08:35:44 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1261134074-11795-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1261134074-11795-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [SeaBIOS] [PATCH 0/8] option rom loading overhaul. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Anthony Liguori , seabios@seabios.org, qemu-devel@nongnu.org Gerd Hoffmann wrote: > From: Anthony Liguori > > Hi, > > Option rom saga continued. This is the first series I consider ready > for merging. Changes: > > * pci roms: will be loaded via option pci rom bar. > * non-pci roms: will be loaded via fw_cfg. > > Note that using the old bochs-bios based pc-bios will stop working > with this patch series applied. > > The last two patches of this series are *not* intended to be merged, > they are just for testing convinience. They carry a new seabios > binary and the changes needed and turn on bios debug messages in qemu. > > Seabios patches will be posted shortly as separate patch series. > I know this series carries a good bit of risk but I'd like to bring it in 0.12.0. Because this has a guest visible change to the PCI devices, we cannot carry it in stable-0.12 post release and I think the functionality it brings it's very important. Otherwise, it's easy to trip up with using multiple nics and extboot in qemu-kvm. Any objections? Regards, Anthony Liguori