Re: [Qemu-devel] [PATCH v2 repost 8/9] i386: generate pc guest info

2013-07-24 Thread Michael S. Tsirkin
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. > >> > >>

Re: [Qemu-devel] [PATCH v2 repost 8/9] i386: generate pc guest info

2013-07-24 Thread Laszlo Ersek
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 +

Re: [Qemu-devel] [PATCH v2 repost 8/9] i386: generate pc guest info

2013-07-18 Thread Hu Tao
<...> > +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

Re: [Qemu-devel] [PATCH v2 repost 8/9] i386: generate pc guest info

2013-07-17 Thread Laszlo Ersek
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 +

[Qemu-devel] [PATCH v2 repost 8/9] i386: generate pc guest info

2013-07-10 Thread Michael S. Tsirkin
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 |