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 /hw/acpi/pcihp.c | |
| parent | 4dfb1418278a43f3acbf177dfcafe955da8ffaf6 (diff) | |
| download | focaccia-qemu-1c2efc8ae03111f60d58806ba794109f5eb0c4ac.tar.gz focaccia-qemu-1c2efc8ae03111f60d58806ba794109f5eb0c4ac.zip | |
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 'hw/acpi/pcihp.c')
| -rw-r--r-- | hw/acpi/pcihp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/acpi/pcihp.c b/hw/acpi/pcihp.c index 2db2f16940..f1594e664a 100644 --- a/hw/acpi/pcihp.c +++ b/hw/acpi/pcihp.c @@ -43,7 +43,6 @@ #include "qobject/qnum.h" #include "trace.h" -#define ACPI_PCIHP_SIZE 0x0018 #define PCI_UP_BASE 0x0000 #define PCI_DOWN_BASE 0x0004 #define PCI_EJ_BASE 0x0008 |