Re: [RFC v3 1/3] vfio_pci: split vfio_pci.c into two source files

2019-05-14 Thread Alex Williamson
On Tue, 23 Apr 2019 20:14:38 +0800 "Liu, Yi L" wrote: > This patch splits the non-module specific codes from original > drivers/vfio/pci/vfio_pci.c into a common.c under drivers/vfio/pci. > This is for potential code sharing. e.g. vfio-mdev-pci driver > > Cc: Kevin Tian > Cc: Lu Baolu > Signed

[RFC v3 1/3] vfio_pci: split vfio_pci.c into two source files

2019-04-24 Thread Liu, Yi L
This patch splits the non-module specific codes from original drivers/vfio/pci/vfio_pci.c into a common.c under drivers/vfio/pci. This is for potential code sharing. e.g. vfio-mdev-pci driver Cc: Kevin Tian Cc: Lu Baolu Signed-off-by: Liu, Yi L --- drivers/vfio/pci/Makefile |2 +-