From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIDH1-0007l9-MH for qemu-devel@nongnu.org; Wed, 20 Mar 2013 03:17:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIDH0-0001AW-I3 for qemu-devel@nongnu.org; Wed, 20 Mar 2013 03:17:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIDH0-0001AS-AN for qemu-devel@nongnu.org; Wed, 20 Mar 2013 03:17:22 -0400 Message-ID: <5149627D.6010302@redhat.com> Date: Wed, 20 Mar 2013 08:17:17 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <20130319030657.14697.64825.stgit@bling.home> <20130319230808.GC20332@morn.localdomain> <1363755154.24132.485.camel@bling.home> <1363758326.24132.491.camel@bling.home> In-Reply-To: <1363758326.24132.491.camel@bling.home> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RESEND PATCH v2] pciinit: Enable default VGA device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: Kevin O'Connor , seabios@seabios.org, qemu-devel@nongnu.org Hi, > Turns out it's this: > > commit 76e58028d28e78431f9de3cee0b3c88d807fa39d > Author: Kevin O'Connor > Date: Wed Mar 6 21:50:09 2013 -0500 > > acpi: Eliminate BDAT parameter passing to DSDT code. > > The "BDAT" construct is the only ACPI mechanism that relies on SeaBIOS > reserved memory. Replace it with the SSDT based template system. > > Signed-off-by: Kevin O'Connor That is most likely dsdt + bios.bin not being in sync. Simply using 'qemu -bios /path/to/seabios/out/bios.bin' doesn't fly due to qemu using a non-matching dsdt then. With qemu/master you can just use 'qemu -L /path/to/seabios/out' instead and qemu will pick up both bios.bin and dsdt from the fresh seabios build directory then (and anything else it doesn't find there from the default locations). HTH, Gerd