Now all the enablers are there for ACPI PCI hotplug support, let's use it by default for 10.1 virt machine onwards.
Signed-off-by: Eric Auger <eric.au...@redhat.com> --- hw/arm/virt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 5e6562e754..ecdc1fcfbb 100644 --- a/hw/arm/virt.c +++ b/hw/arm/virt.c @@ -3446,8 +3446,8 @@ static void virt_instance_init(Object *obj) } } - /* default disallows ACPI PCI hotplug */ - vms->acpi_pcihp = false; + /* default allows ACPI PCI hotplug */ + vms->acpi_pcihp = true; /* Default disallows iommu instantiation */ vms->iommu = VIRT_IOMMU_NONE; -- 2.49.0