The NVMe Block device driver makes use of a reduced VFIO library
managing the host interface. These routines are VFIO related and do
not have a maintainer. Move util/vfio-helpers.c under VFIO jurisdiction.
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index d54b5578f88392667fd9713fc0eb6a7406d445fa..66006b68499ece21cf7f60ba477890b706ba2892 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2184,6 +2184,7 @@ M: Alex Williamson <alex.williamson@redhat.com>
M: Cédric Le Goater <clg@redhat.com>
S: Supported
F: hw/vfio/*
+F: util/vfio-helpers.c
F: include/hw/vfio/
F: docs/devel/migration/vfio.rst
F: qapi/vfio.json
--
2.49.0
On 4/22/25 18:29, Cédric Le Goater wrote: > The NVMe Block device driver makes use of a reduced VFIO library > managing the host interface. These routines are VFIO related and do > not have a maintainer. Move util/vfio-helpers.c under VFIO jurisdiction. > > Signed-off-by: Cédric Le Goater <clg@redhat.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d54b5578f88392667fd9713fc0eb6a7406d445fa..66006b68499ece21cf7f60ba477890b706ba2892 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2184,6 +2184,7 @@ M: Alex Williamson <alex.williamson@redhat.com> > M: Cédric Le Goater <clg@redhat.com> > S: Supported > F: hw/vfio/* > +F: util/vfio-helpers.c > F: include/hw/vfio/ > F: docs/devel/migration/vfio.rst > F: qapi/vfio.json Applied to vfio-next. Thanks, C.
On 22/4/25 18:29, Cédric Le Goater wrote: > The NVMe Block device driver makes use of a reduced VFIO library > managing the host interface. These routines are VFIO related and do > not have a maintainer. Move util/vfio-helpers.c under VFIO jurisdiction. > > Signed-off-by: Cédric Le Goater <clg@redhat.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) Thanks :) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
© 2016 - 2025 Red Hat, Inc.