
On Tue, Aug 19, 2025 at 18:22:16 +0200, Andrea Bolognani via Devel wrote:
The isapc machine type doesn't support PCI, so attempting to add a PCI controller should fail. It currently doesn't, and we're going to address that in an upcoming commit.
Note that the domain gets a PCI memballoon device added automatically. That also shouldn't happen, and will similarly be fixed.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- .../isapc-pci.x86_64-latest.args | 32 +++++++++++++++++++ .../isapc-pci.x86_64-latest.xml | 28 ++++++++++++++++ tests/qemuxmlconfdata/isapc-pci.xml | 13 ++++++++ tests/qemuxmlconftest.c | 2 ++ 4 files changed, 75 insertions(+) create mode 100644 tests/qemuxmlconfdata/isapc-pci.x86_64-latest.args create mode 100644 tests/qemuxmlconfdata/isapc-pci.x86_64-latest.xml create mode 100644 tests/qemuxmlconfdata/isapc-pci.xml
Reviewed-by: Peter Krempa <pkrempa@redhat.com>