Re: [PATCH v3 00/14] Embed struct vfio_device in all sub-structures
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-04-06 19:45:49
Also in:
kvm
On Tue, Apr 06, 2021 at 01:38:15PM -0600, Alex Williamson wrote:
On Tue, 23 Mar 2021 13:14:52 -0300 Jason Gunthorpe [off-list ref] wrote:quoted
Documentation/driver-api/vfio.rst | 48 ++-- drivers/vfio/fsl-mc/vfio_fsl_mc.c | 127 +++++---- drivers/vfio/fsl-mc/vfio_fsl_mc_private.h | 1 + drivers/vfio/mdev/mdev_private.h | 5 +- drivers/vfio/mdev/vfio_mdev.c | 53 ++-- drivers/vfio/pci/vfio_pci.c | 253 ++++++++++-------- drivers/vfio/pci/vfio_pci_private.h | 1 + drivers/vfio/platform/vfio_amba.c | 8 +- drivers/vfio/platform/vfio_platform.c | 20 +- drivers/vfio/platform/vfio_platform_common.c | 56 ++-- drivers/vfio/platform/vfio_platform_private.h | 5 +- drivers/vfio/vfio.c | 210 +++++---------- include/linux/vfio.h | 37 ++- 13 files changed, 417 insertions(+), 407 deletions(-)Applied to vfio next branch for v5.13. Thanks!
Thanks! I just sent v2 of the mdev one, there was not much to revise there, it should be good if there are no comments in the next days. I have to polish the 'create fails' workflow on the vfio_mdev.c removal series then I will post it. Not sure I can make this cycle. Jason