From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te9yg-0005Px-C0 for qemu-devel@nongnu.org; Thu, 29 Nov 2012 14:40:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Te9yf-0002mn-4Y for qemu-devel@nongnu.org; Thu, 29 Nov 2012 14:40:54 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:50448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te9ye-0002mf-UD for qemu-devel@nongnu.org; Thu, 29 Nov 2012 14:40:53 -0500 Received: by mail-pa0-f45.google.com with SMTP id bg2so7869284pad.4 for ; Thu, 29 Nov 2012 11:40:52 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50B7BA3D.5010600@redhat.com> Date: Thu, 29 Nov 2012 20:40:45 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <2093724096.16404973.1354216910353.JavaMail.root@redhat.com> <9FB55746-DDB0-4E07-BF8D-46CC7A61A2F3@suse.de> In-Reply-To: <9FB55746-DDB0-4E07-BF8D-46CC7A61A2F3@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.3?] multiboot: fix e801 memory map List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel@nongnu.org Il 29/11/2012 20:24, Alexander Graf ha scritto: >> > It is in hw/multiboot.c: >> > >> > stl_p(bootinfo + MBI_MEM_LOWER, 640); > You want to remove that one then. I wasn't sure of what happens if the multiboot option ROM is old. Do we support that to any extent? > > Regarding the testcase, Xen will touch the EBDA without this patch and > > with http://permalink.gmane.org/gmane.comp.emulators.xen.devel/144855. > > However, SeaBIOS does not complain. > > I see :). Well, the patch is unintrusive enough for be ok for 1.3 IMHO. Actually it's relatively easy to see a failure with Xen and a need to PCI passthrough something with a bulky boot ROM; iSCSI or FC cards will do. You'll need both the Xen patch above, and this patch to boot successfully. Otherwise, it will fail to boot. Paolo