18 Sep
                
                    2025
                
            
            
                18 Sep
                
                '25
                
            
            
            
        
    
                2:55 p.m.
            
        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 <abologna@redhat.com> --- src/qemu/qemu_validate.c | 7 +++++++ 1 file changed, 7 insertions(+)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>