]> git.proxmox.com Git - qemu.git/commit - hw/acpi_piix4.c
acpi_piix4: save gpe and pci hotplug slot status
authorAlex Williamson <alex.williamson@redhat.com>
Wed, 2 Jun 2010 16:58:29 +0000 (10:58 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 14 Jun 2010 20:46:28 +0000 (15:46 -0500)
commit4cf3e6f3d85492f20a773dd6c9068ab89ba24a18
tree937bf5f37ff1ac1d626aae0d893f1b6430a1e073
parentb560a9ab9be06afcbb78b3791ab836dad208a239
acpi_piix4: save gpe and pci hotplug slot status

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 <alex.williamson@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/acpi_piix4.c