Re: [PATCH v19 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper

From: Ankit Agrawal
Date: Thu Feb 22 2024 - 21:51:38 EST


>> Ankit Agrawal (3):
>>   vfio/pci: rename and export do_io_rw()
>>   vfio/pci: rename and export range_intersect_range
>>   vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
>>
>>  MAINTAINERS                           |  16 +-
>>  drivers/vfio/pci/Kconfig              |   2 +
>>  drivers/vfio/pci/Makefile             |   2 +
>>  drivers/vfio/pci/nvgrace-gpu/Kconfig  |  10 +
>>  drivers/vfio/pci/nvgrace-gpu/Makefile |   3 +
>>  drivers/vfio/pci/nvgrace-gpu/main.c   | 879 ++++++++++++++++++++++++++
>>  drivers/vfio/pci/vfio_pci_config.c    |  42 ++
>>  drivers/vfio/pci/vfio_pci_rdwr.c      |  16 +-
>>  drivers/vfio/pci/virtio/main.c        |  72 +--
>>  include/linux/vfio_pci_core.h         |  10 +-
>>  10 files changed, 993 insertions(+), 59 deletions(-)
>>  create mode 100644 drivers/vfio/pci/nvgrace-gpu/Kconfig
>>  create mode 100644 drivers/vfio/pci/nvgrace-gpu/Makefile
>>  create mode 100644 drivers/vfio/pci/nvgrace-gpu/main.c
>>
>
> Applied to vfio next branch for v6.9.  Thanks,
>
> Alex

Thanks Alex! Appreciate this along with your guidance and help in the reviews.