[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);
>>
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);
> > +}
>
>