[SeaBIOS] [PATCH 1/4] Fix return type of le64_to_cpu() and be64_to_cpu()

Kevin O'Connor kevin at koconnor.net
Sun Feb 24 18:18:23 CET 2013


On Sat, Feb 23, 2013 at 06:02:38PM +0100, Peter Stuge wrote:
> David Woodhouse wrote:
> > > IMO, we need to move the ACPI table creation (and PIR/MPTABLE/SMBIOS)
> > > to QEMU and just have QEMU pass the tables to SeaBIOS for it to copy
> > > into memory like it does on CSM, coreboot, and Xen.
> > 
> > I believe it's on Laszlo's TODO list.
> 
> Put them in coreboot.

That wont help - coreboot would be in the same situation.  The QEMU
hardware is dynamic, and it's very hard for any guest to create tables
that describe all the possible variants.  That's why I think QEMU
should create the tables directly - it's the only place that has all
the info on the hardware being emulated.

-Kevin



More information about the SeaBIOS mailing list