Re: [Qemu-devel] [PATCH RFC 12/13] i386: ACPI table generation code from seabios

2013-05-13 Thread Peter Maydell
On 13 May 2013 21:01, Michael S. Tsirkin wrote: > hw/i386/acpi-build.c | 685 > +++ I'm sitting here hoping nobody ever asks me to add ACPI support for ARM QEMU :-) [not totally impossible one day in the future...] -- PMM

[Qemu-devel] [PATCH RFC 12/13] i386: ACPI table generation code from seabios

2013-05-13 Thread Michael S. Tsirkin
This adds C code for generating ACPI tables at runtime, imported from seabios git tree commit 51684b7ced75fb76776e8ee84833fcfb6ecf12dd Although ACPI tables come from a system BIOS on real hw, it makes sense that the ACPI tables are coupled with the virtual machine, since they have to abstract