Re: [Qemu-devel] [PULL v2 37/39] i386: ACPI table generation code from seabios

2014-04-28 Thread Eric Blake
[meta-comment] On 04/27/2014 11:07 PM, TeLeMan wrote: > -- > SUN OF A BEACH > > > On Tue, Oct 15, 2013 at 2:33 PM, Michael S. Tsirkin wrote: >> This adds C code for generating ACPI tables at runtime, >> +if (misc.has_hpet) { >> +build_hpet(tables->table_data, tables->linker); >>

Re: [Qemu-devel] [PULL v2 37/39] i386: ACPI table generation code from seabios

2014-04-27 Thread Michael S. Tsirkin
On Mon, Apr 28, 2014 at 01:07:08PM +0800, TeLeMan wrote: > > +build_madt(tables->table_data, tables->linker, &cpu, guest_info); > > +acpi_add_table(table_offsets, tables->table_data); > > +if (misc.has_hpet) { > > +build_hpet(tables->table_data, tables->linker); > > +} > >