From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLaaL-00067k-C3 for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:01:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLaaG-00066Y-CM for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:01:24 -0500 Received: from [199.232.76.173] (port=33822 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLaaG-00066Q-0I for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:01:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58348) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLaaF-0004Ci-6s for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:01:19 -0500 From: Gerd Hoffmann Date: Fri, 18 Dec 2009 12:01:06 +0100 Message-Id: <1261134074-11795-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/8] option rom loading overhaul. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, seabios@seabios.org Cc: Anthony Liguori 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. cheers, Gerd