qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] tests/functional: Add PCI hotplug test for aarch64


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2] tests/functional: Add PCI hotplug test for aarch64
Date: Mon, 12 May 2025 16:15:51 +0200
User-agent: Mozilla Thunderbird

On 12/5/25 14:36, Gustavo Romero wrote:
Add a functional test, aarch64_hotplug_pci, to exercise PCI hotplug and
hot-unplug on arm64. Currently, the aarch64 'virt' machine uses the PCIe
native controller and does not support ACPI-based hotplugging. However,
since support is planned, this test sets 'acpi=force' and specifies an
EDK2 firmware image in advance. This is harmless and prepares for future
ACPI support.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
---
  MAINTAINERS                                  |  5 ++
  tests/functional/meson.build                 |  1 +
  tests/functional/test_aarch64_hotplug_pci.py | 73 ++++++++++++++++++++
  3 files changed, 79 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.romero@linaro.org>

Cc: qemu-arm@?

+S: Supported
+F: tests/functional/test_aarch64_hotplug_pci.py
+
  ACPI/SMBIOS
  M: Michael S. Tsirkin <mst@redhat.com>
  M: Igor Mammedov <imammedo@redhat.com>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]