On Mon, Feb 26, 2024 at 11:55:56AM -0700, Alex Williamson wrote: > On Wed, 21 Feb 2024 23:50:08 +0800 > Xin Zeng <xin.zeng@xxxxxxxxx> wrote: > > diff --git a/drivers/vfio/pci/Kconfig b/drivers/vfio/pci/Kconfig > > index 18c397df566d..329d25c53274 100644 > > --- a/drivers/vfio/pci/Kconfig > > +++ b/drivers/vfio/pci/Kconfig > > @@ -67,4 +67,6 @@ source "drivers/vfio/pci/pds/Kconfig" > > > > source "drivers/vfio/pci/virtio/Kconfig" > > > > +source "drivers/vfio/pci/intel/qat/Kconfig" > > This will be the first intel vfio-pci variant driver, I don't think we > need an intel sub-directory just yet. I made that suggestion since there is another vfio-pci variant driver for an Intel device in development that will be sent soon. I wanted to avoid patch that moves paths. Anyway, we can move this driver to a subdirectory whenever the new driver will be sent out or keep both driver in the main directory, driver/vfio/pci. Regards, -- Giovanni