qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric Blake
Subject: Re: [Qemu-devel] [PULL v2 37/39] i386: ACPI table generation code from seabios
Date: Mon, 28 Apr 2014 09:03:48 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

[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 <address@hidden> wrote:
>> This adds C code for generating ACPI tables at runtime,

<snip ~ 50k>

>> +    if (misc.has_hpet) {
>> +        build_hpet(tables->table_data, tables->linker);
>> +    }
> 
> If no hpet, the acpi table is corrupt. The following is the corrected code:
> 
>    build_madt(tables->table_data, tables->linker, &cpu, guest_info);
>    if (misc.has_hpet) {
>         acpi_add_table(table_offsets, tables->table_data);
>         build_hpet(tables->table_data, tables->linker);
>     }
> 
> 
>> +    if (guest_info->numa_nodes) {

<snip ~20k>

Hiding less than 10 lines of reply about 50k into a 70k message is not
nice.  Good netiquette says that you should trim quoted portions of your
message down to the relevant part of what your reply is in reference to.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]