On Tue, Aug 19, 2025 at 18:22:20 +0200, Andrea Bolognani via Devel wrote: > The qemuValidateDomainDeviceDefControllerPCI() function is > called if PCI controllers are present in the domain > configuration, which shouldn't happen if the machine type > doesn't support PCI. If we somehow find ourselves in that > scenario, reporting an error would be the right thing to do. > > Signed-off-by: Andrea Bolognani <[email protected]> > --- > src/qemu/qemu_validate.c | 7 +++++++ > 1 file changed, 7 insertions(+)
Reviewed-by: Peter Krempa <[email protected]>
