From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLpU0-0004PH-M6 for qemu-devel@nongnu.org; Fri, 18 Dec 2009 21:55:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLpTu-0004NL-VV for qemu-devel@nongnu.org; Fri, 18 Dec 2009 21:55:51 -0500 Received: from [199.232.76.173] (port=48302 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLpTu-0004NA-Lh for qemu-devel@nongnu.org; Fri, 18 Dec 2009 21:55:46 -0500 Received: from mail-yw0-f171.google.com ([209.85.211.171]:40020) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLpTu-0007Py-Et for qemu-devel@nongnu.org; Fri, 18 Dec 2009 21:55:46 -0500 Received: by ywh1 with SMTP id 1so3506244ywh.18 for ; Fri, 18 Dec 2009 18:55:45 -0800 (PST) Message-ID: <4B2C40AA.3040904@codemonkey.ws> Date: Fri, 18 Dec 2009 20:55:38 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1261134964-12427-1-git-send-email-kraxel@redhat.com> <20091219003746.GA3149@morn.localdomain> In-Reply-To: <20091219003746.GA3149@morn.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [SeaBIOS] [PATCH 0/4] qemu option loading List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: seabios@seabios.org, Gerd Hoffmann , qemu-devel@nongnu.org Kevin O'Connor wrote: > On Fri, Dec 18, 2009 at 12:16:00PM +0100, Gerd Hoffmann wrote: > >> Hi, >> >> qemu is about to change the way how option roms are loaded. pci roms >> will be loaded into a option rom bar (like real hardware does). >> non-pci roms can be loaded using the qemu firmware interface. >> >> With this change seabios will deploy all roms instead of having qemu >> copy them to the 0xc0000 -> 0e0000 range. Advantages are: >> >> * roms can be packed better, especially in case they resize themself >> (like the gPXE roms do). >> * rom area is a bit larger as seabios can additionally use the >> unused regions of the 0xe0000 segment. >> * the whole process comes closer to what happens on real hardware. >> > > The SeaBIOS changes all look reasonable to me. Just need to make sure > they are coordinated with the associated qemu changes. > > Anthony - it looks like you've made some changes to your seabios repo, > but I don't think you've pushed them yet. > I've pushed now. Don't worry about merging them from me though, it's easy enough to let git do it's magic here. Regards, Anthony Liguori