On Wed, Jul 24, 2013 at 05:36:58PM +0200, Laszlo Ersek wrote:
> On 07/17/13 17:07, Laszlo Ersek wrote:
> > On 07/10/13 15:51, Michael S. Tsirkin wrote:
> >> This fills in guest info table with misc
> >> information of interest to the guest.
> >> Will be used by ACPI table generation code.
> >>
> >>
On 07/17/13 17:07, Laszlo Ersek wrote:
> On 07/10/13 15:51, Michael S. Tsirkin wrote:
>> 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 +
<...>
> +void ich9_lpc_set_guest_info(PcGuestInfo *guest_info)
> +{
> +guest_info->sci_int = 9;
> +guest_info->acpi_enable_cmd = ICH9_APM_ACPI_ENABLE;
> +guest_info->acpi_disable_cmd = ICH9_APM_ACPI_DISABLE;
> +}
> +
This function has to be called somewhere(ich9_lpc_pm_init?) to setup
On 07/10/13 15:51, Michael S. Tsirkin wrote:
> 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 +
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 |