diff options
author | Eric Auger <eric.auger@redhat.com> | 2025-07-14 10:05:07 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2025-07-15 02:56:40 -0400 |
commit | 1c2efc8ae03111f60d58806ba794109f5eb0c4ac (patch) | |
tree | 320f6b0c9d63b6827624b2873b3aa1170d7a4f55 /include/hw/arm | |
parent | 4dfb1418278a43f3acbf177dfcafe955da8ffaf6 (diff) | |
download | qemu-1c2efc8ae03111f60d58806ba794109f5eb0c4ac.zip qemu-1c2efc8ae03111f60d58806ba794109f5eb0c4ac.tar.gz qemu-1c2efc8ae03111f60d58806ba794109f5eb0c4ac.tar.bz2 |
hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplug
Modify the DSDT ACPI table to enable ACPI PCI hotplug.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20250714080639.2525563-24-eric.auger@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/arm')
-rw-r--r-- | include/hw/arm/virt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h index 4375819..365a28b 100644 --- a/include/hw/arm/virt.h +++ b/include/hw/arm/virt.h @@ -80,6 +80,7 @@ enum { VIRT_ACPI_GED, VIRT_NVDIMM_ACPI, VIRT_PVTIME, + VIRT_ACPI_PCIHP, VIRT_LOWMEMMAP_LAST, }; |