Re: [RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status

2010-06-16 Thread Juan Quintela
Alex Williamson wrote: > On Wed, 2010-06-16 at 20:43 +0200, Juan Quintela wrote: >> Alex Williamson wrote: >> > On Wed, 2010-06-16 at 17:47 +0200, Juan Quintela wrote: >> >> Anthony Liguori wrote: >> >> > On 06/14/2010 03:28 PM, Alex Williamson wrote: >> >> >> PCI hotplug currently doesn't work

Re: [RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status

2010-06-16 Thread Alex Williamson
On Wed, 2010-06-16 at 20:43 +0200, Juan Quintela wrote: > Alex Williamson wrote: > > On Wed, 2010-06-16 at 17:47 +0200, Juan Quintela wrote: > >> Anthony Liguori wrote: > >> > On 06/14/2010 03:28 PM, Alex Williamson wrote: > >> >> PCI hotplug currently doesn't work after a migration because > >>

Re: [RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status

2010-06-16 Thread Anthony Liguori
On 06/16/2010 01:43 PM, Juan Quintela wrote: Alex Williamson wrote: On Wed, 2010-06-16 at 17:47 +0200, Juan Quintela wrote: Anthony Liguori wrote: On 06/14/2010 03:28 PM, Alex Williamson wrote: PCI hotplug currently doesn't work after a migration because we don't

Re: [RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status

2010-06-16 Thread Juan Quintela
Alex Williamson wrote: > On Wed, 2010-06-16 at 17:47 +0200, Juan Quintela wrote: >> Anthony Liguori wrote: >> > On 06/14/2010 03:28 PM, Alex Williamson wrote: >> >> PCI hotplug currently doesn't work after a migration because >> >> we don't migrate the enable bits of the GPE state. Pull hotplug

Re: [RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status

2010-06-16 Thread Alex Williamson
On Wed, 2010-06-16 at 17:47 +0200, Juan Quintela wrote: > Anthony Liguori wrote: > > On 06/14/2010 03:28 PM, Alex Williamson wrote: > >> PCI hotplug currently doesn't work after a migration because > >> we don't migrate the enable bits of the GPE state. Pull hotplug > >> structs into vmstate. > >

Re: [RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status

2010-06-16 Thread Juan Quintela
Anthony Liguori wrote: > On 06/14/2010 03:28 PM, Alex Williamson wrote: >> PCI hotplug currently doesn't work after a migration because >> we don't migrate the enable bits of the GPE state. Pull hotplug >> structs into vmstate. >> >> Signed-off-by: Alex Williamson >> > > Applied. Thanks. > >

Re: [Qemu-devel] [RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status

2010-06-14 Thread Alexander Graf
On 14.06.2010, at 22:58, Anthony Liguori wrote: > On 06/14/2010 03:28 PM, Alex Williamson wrote: >> PCI hotplug currently doesn't work after a migration because >> we don't migrate the enable bits of the GPE state. Pull hotplug >> structs into vmstate. >> >> Signed-off-by: Alex Williamson >>

Re: [Qemu-devel] [RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status

2010-06-14 Thread Anthony Liguori
On 06/14/2010 03:28 PM, Alex Williamson wrote: PCI hotplug currently doesn't work after a migration because we don't migrate the enable bits of the GPE state. Pull hotplug structs into vmstate. Signed-off-by: Alex Williamson Applied. Thanks. Regards, Anthony Liguori --- hw/acpi_pii

[RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status

2010-06-14 Thread Alex Williamson
PCI hotplug currently doesn't work after a migration because we don't migrate the enable bits of the GPE state. Pull hotplug structs into vmstate. Signed-off-by: Alex Williamson --- hw/acpi_piix4.c | 29 - 1 files changed, 28 insertions(+), 1 deletions(-) diff --