diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-10-14 18:01:20 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-01-26 13:11:44 +0200 |
commit | 9e047b982452c633882b486682966c1d97097015 (patch) | |
tree | bc201b3d0e1f0b2b149a55bb4c40d5e24adb3d58 /include | |
parent | db4728e6fec0364b866d3106125974eedc00e091 (diff) | |
download | qemu-9e047b982452c633882b486682966c1d97097015.zip qemu-9e047b982452c633882b486682966c1d97097015.tar.gz qemu-9e047b982452c633882b486682966c1d97097015.tar.bz2 |
piix4: add acpi pci hotplug support
Add support for acpi pci hotplug using the
new infrastructure.
PIIX4 legacy interface is maintained as is for
machine types 1.7 and older.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/i386/pc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 7fe2bd1..92eabeb 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -265,6 +265,11 @@ int e820_add_entry(uint64_t, uint64_t, uint32_t); .driver = TYPE_USB_DEVICE,\ .property = "msos-desc",\ .value = "no",\ + },\ + {\ + .driver = "PIIX4_PM",\ + .property = "acpi-pci-hotplug-with-bridge-support",\ + .value = "off",\ } #define PC_COMPAT_1_6 \ |