On 12/5/25 16:45, Gustavo Romero wrote:
Add a functional test, aarch64_hotplug_pci, to exercise PCI hotplug and
hot-unplug on arm64.
Signed-off-by: Gustavo Romero <gustavo.rom...@linaro.org>
Reviewed-by: Daniel P. Berrangé <berra...@redhat.com>
---
MAINTAINERS | 5 ++
tests/functional/meson.build | 1 +
tests/functional/test_aarch64_hotplug_pci.py | 74 ++++++++++++++++++++
3 files changed, 80 insertions(+)
create mode 100755 tests/functional/test_aarch64_hotplug_pci.py
diff --git a/MAINTAINERS b/MAINTAINERS
index 23174b4ca7..9ebb768214 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2065,6 +2065,11 @@ S: Supported
F: include/hw/pci/pcie_doe.h
F: hw/pci/pcie_doe.c
+ARM PCI Hotplug
+M: Gustavo Romero <gustavo.rom...@linaro.org>
As mentioned in v2, since this might interest ARM contributors:
L: qemu-...@nongnu.org
+S: Supported
+F: tests/functional/test_aarch64_hotplug_pci.py