Re: [Qemu-devel] [PATCH v2 3/4] i386: generate pc guest info

2013-07-11 Thread Michael S. Tsirkin
On Mon, Jul 08, 2013 at 02:10:03PM -0500, Anthony Liguori wrote: > > +uint16_t sci_int; > > +uint8_t acpi_enable_cmd; > > +uint8_t acpi_disable_cmd; > > +uint32_t gpe0_blk; > > +uint32_t gpe0_blk_len; ... > > This is all stuff that should be obtained via QOM. Okay, so I am a

[Qemu-devel] [PATCH v2 3/4] i386: generate pc guest info

2013-07-08 Thread Michael S. Tsirkin
This fills in guest info table with misc information of interest to the guest. Will be used by ACPI table generation code. Signed-off-by: Michael S. Tsirkin --- hw/acpi/ich9.c | 7 ++- hw/acpi/piix4.c| 44 +++- hw/i386/Makefile.objs |