From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NN642-0002Nk-C4 for qemu-devel@nongnu.org; Tue, 22 Dec 2009 09:50:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NN63x-0002N6-SW for qemu-devel@nongnu.org; Tue, 22 Dec 2009 09:50:17 -0500 Received: from [199.232.76.173] (port=40975 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NN63x-0002Mv-MA for qemu-devel@nongnu.org; Tue, 22 Dec 2009 09:50:13 -0500 Received: from mail-yw0-f171.google.com ([209.85.211.171]:50010) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NN63x-0000FG-D6 for qemu-devel@nongnu.org; Tue, 22 Dec 2009 09:50:13 -0500 Received: by ywh1 with SMTP id 1so5820480ywh.18 for ; Tue, 22 Dec 2009 06:50:10 -0800 (PST) Message-ID: <4B30DC9D.7060903@codemonkey.ws> Date: Tue, 22 Dec 2009 08:50:05 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1261475822-31679-1-git-send-email-avi@redhat.com> In-Reply-To: <1261475822-31679-1-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 master, stable-0.12] Don't load options roms intended to be loaded by the bios in qemu List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On 12/22/2009 03:57 AM, Avi Kivity wrote: > The first such option rom will load at address 0, which isn't very nice, > and the second will report a conflict and abort, which is horrible. > > Signed-off-by: Avi Kivity > This fixes extboot in qemu-kvm? Regards, Anthony Liguori