[GIT PULL] VFIO updates for v6.4-rc1

From: Alex Williamson
Date: Tue May 02 2023 - 14:47:23 EST


Hi Linus,

The following changes since commit 09a9639e56c01c7a00d6c0ca63f4c7c41abe075d:

Linux 6.3-rc6 (2023-04-09 11:15:57 -0700)

are available in the Git repository at:

https://github.com/awilliam/linux-vfio.git tags/vfio-v6.4-rc1

for you to fetch changes up to 705b004ee377b789e39ae237519bab714297ac83:

docs: kvm: vfio: Suggest KVM_DEV_VFIO_GROUP_ADD vs VFIO_GROUP_GET_DEVICE_FD ordering (2023-04-21 13:48:44 -0600)

----------------------------------------------------------------
VFIO updates for v6.4-rc1

- Expose and allow R/W access to the PCIe DVSEC capability through
vfio-pci, as we already do with the legacy vendor capability.
(K V P Satyanarayana)

- Fix kernel-doc issues with structure definitions. (Simon Horman)

- Clarify ordering of operations relative to the kvm-vfio device for
driver dependencies against the kvm pointer. (Yi Liu)

----------------------------------------------------------------
K V P, Satyanarayana (1):
vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list.

Simon Horman (1):
vfio: correct kdoc for ops structures

Yi Liu (1):
docs: kvm: vfio: Suggest KVM_DEV_VFIO_GROUP_ADD vs VFIO_GROUP_GET_DEVICE_FD ordering

Documentation/virt/kvm/devices/vfio.rst | 5 +++++
drivers/vfio/pci/vfio_pci_config.c | 7 +++++++
include/linux/vfio.h | 5 +++++
3 files changed, 17 insertions(+)