[GIT PULL] VFIO updates for v6.0-rc1 (part 2)
From: Alex Williamson
Date: Thu Aug 11 2022 - 17:36:46 EST
Hi Linus,
We've had a request to get this into the current merge window to ease
re-bases in the next development cycle. Thanks,
Alex
The following changes since commit c8a684e2e110376c58f0bfa30fb3855d1e319670:
Merge tag 'leds-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds (2022-08-08 11:36:21 -0700)
are available in the Git repository at:
https://github.com/awilliam/linux-vfio.git tags/vfio-v6.0-rc1pt2
for you to fetch changes up to 0f3e72b5c8cfa0b57dc4fc7703a0a42dbc200ba9:
vfio: Move vfio.c to vfio_main.c (2022-08-08 14:33:41 -0600)
----------------------------------------------------------------
VFIO updates for v6.0-rc1 (part 2)
- Rename vfio source file to more easily allow additional source
files in the upcoming development cycles (Jason Gunthorpe)
----------------------------------------------------------------
Jason Gunthorpe (1):
vfio: Move vfio.c to vfio_main.c
drivers/vfio/Makefile | 2 ++
drivers/vfio/{vfio.c => vfio_main.c} | 0
2 files changed, 2 insertions(+)
rename drivers/vfio/{vfio.c => vfio_main.c} (100%)