Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'vfio-v6.0-rc1pt2' of https://github.com/awilliam/linux-vfio

Pull another VFIO update from Alex Williamson:

- Rename vfio source file to more easily allow additional source
files in the upcoming development cycles (Jason Gunthorpe)

* tag 'vfio-v6.0-rc1pt2' of https://github.com/awilliam/linux-vfio:
vfio: Move vfio.c to vfio_main.c

+2
+2
drivers/vfio/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 vfio_virqfd-y := virqfd.o 3 3 4 + vfio-y += vfio_main.o 5 + 4 6 obj-$(CONFIG_VFIO) += vfio.o 5 7 obj-$(CONFIG_VFIO_VIRQFD) += vfio_virqfd.o 6 8 obj-$(CONFIG_VFIO_IOMMU_TYPE1) += vfio_iommu_type1.o
drivers/vfio/vfio.c drivers/vfio/vfio_main.c