On Tue, Aug 19, 2025 at 18:22:21 +0200, Andrea Bolognani via Devel wrote: > The sparc architecture doesn't support PCI, and neither does > the isapc machine type.
You're mixing architectures with machines :P (spell out the arch for isapc) > One of the isapc tests starts failing as a consequence of > this change, which is expected; somewhat surprisingly, another > test for the same machine type goes from an early/hard failure > (PARSE_ERROR) to a late/soft one (FAILURE) instead. This will > be rectified by a later commit. > > Signed-off-by: Andrea Bolognani <abolo...@redhat.com> > --- > src/qemu/qemu_domain.c | 10 ++++++ > .../isapc-pci.x86_64-latest.args | 31 ------------------- > .../isapc-pci.x86_64-latest.err | 1 + > ...ontroller-default-isapc.x86_64-latest.xml} | 5 +-- > tests/qemuxmlconftest.c | 4 +-- > 5 files changed, 16 insertions(+), 35 deletions(-) > delete mode 100644 tests/qemuxmlconfdata/isapc-pci.x86_64-latest.args > create mode 100644 tests/qemuxmlconfdata/isapc-pci.x86_64-latest.err > rename tests/qemuxmlconfdata/{isapc-pci.x86_64-latest.xml => > usb-controller-default-isapc.x86_64-latest.xml} (86%) Reviewed-by: Peter Krempa <pkre...@redhat.com>