qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH RFC] acpi: add reset register to fadt


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH RFC] acpi: add reset register to fadt
Date: Fri, 27 Jan 2017 17:05:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1


On 27/01/2017 14:57, Igor Mammedov wrote:
>> +    fadt->reset_register.space_id   = 1;
>> +    fadt->reset_register.bit_width = 8;
>> +    fadt->reset_register.address            = ICH9_RST_CNT_IOPORT;
> cpu_to_le64
> 
> + specify explicitly all fields of GAS structure: reset_register
> 
> + is reset_register applicable only to q35 or to both machine types?
> If it's only q35, you should do above only for it.
> 

It applies to i440FX as well.

Paolo



reply via email to

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