diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2022-03-15 11:29:57 -0600 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2022-03-17 09:57:11 -0600 |
commit | f621eb13facb7681a79f4fec8ec6553ae160da76 (patch) | |
tree | cba9a4b07754fbe5128712e47bd732556533a608 /Documentation/maintainer | |
parent | 8b8e7158aa757e47f2984004d0af0689592a494b (diff) | |
download | linux-f621eb13facb7681a79f4fec8ec6553ae160da76.tar.gz linux-f621eb13facb7681a79f4fec8ec6553ae160da76.tar.bz2 linux-f621eb13facb7681a79f4fec8ec6553ae160da76.zip |
vfio-pci: Provide reviewers and acceptance criteria for variant drivers
Device specific extensions for devices exposed to userspace through
the vfio-pci-core library open both new functionality and new risks.
Here we attempt to provided formalized requirements and expectations
to ensure that future drivers both collaborate in their interaction
with existing host drivers, as well as receive additional reviews
from community members with experience in this area.
Acked-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>
Reviewed-by: Yishai Hadas <yishaih@nvidia.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/164736509088.181560.2887686123582116702.stgit@omen
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'Documentation/maintainer')
-rw-r--r-- | Documentation/maintainer/maintainer-entry-profile.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/maintainer/maintainer-entry-profile.rst b/Documentation/maintainer/maintainer-entry-profile.rst index 5d5cc3acdf85..93b2ae6c34a9 100644 --- a/Documentation/maintainer/maintainer-entry-profile.rst +++ b/Documentation/maintainer/maintainer-entry-profile.rst @@ -103,3 +103,4 @@ to do something different in the near future. ../nvdimm/maintainer-entry-profile ../riscv/patch-acceptance ../driver-api/media/maintainer-entry-profile + ../driver-api/vfio-pci-device-specific-driver-acceptance |