From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnUlS-0001EI-OT for qemu-devel@nongnu.org; Fri, 14 Jun 2013 10:14:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnUlO-0001N3-7V for qemu-devel@nongnu.org; Fri, 14 Jun 2013 10:14:06 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:45117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnUlO-0001Mm-0h for qemu-devel@nongnu.org; Fri, 14 Jun 2013 10:14:02 -0400 Message-ID: <51BB2528.8070002@msgid.tls.msk.ru> Date: Fri, 14 Jun 2013 18:14:00 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <51B979E6.1030504@msgid.tls.msk.ru> <51BA2C56.80106@msgid.tls.msk.ru> <20130613234752.GA14585@morn.localdomain> <51BAB3DE.6000402@msgid.tls.msk.ru> <51BB0E64.9040309@redhat.com> In-Reply-To: <51BB0E64.9040309@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] solaris x86 in qemu? [bisected] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Kevin O'Connor , seabios , qemu-devel 14.06.2013 16:36, Gerd Hoffmann wrote: > Hi, > >> Hmm. Speaking of the splitting. Does the current bios include the >> the tables which were split into separate files? > > Yes, they are in out/ too after building seabios. Use "qemu -L > /path/to/seabios/out" to make sure qemu picks up matching bios.bin and dsdt. Yes I know they're built in seabios/out, and I know one may use -L option here. So that, for example, -bios option of qemu makes less sense now than it was before. But my question was about something different. Can I use current seabios with old qemu which does not provide the separate ACPI tables? For example, does current bios contain these tables too, so they're both separate and embedded? And the reverse, can I use old bios with new qemu which do provide the separate tables? Which tables will be used in each case? Thanks, /mjt