On 6/8/26 10:10, Baptiste Daroussin wrote: > When modules.alias is not available (e.g. monolithic kernel), > virPCIDeviceFindBestVFIOVariant() would fail, causing the entire > PCI device detach to abort. > > Instead, log a warning and return success with no variant found, > allowing the caller to fall back to the generic vfio-pci driver. > > Signed-off-by: Baptiste Daroussin <[email protected]> > Reviewed-by: Peter Krempa <[email protected]> > --- > src/util/virpci.c | 6 ++++++ > 1 file changed, 6 insertions(+) >
Reviewed-by: Michal Privoznik <[email protected]> Michal
