diff options
author | Cédric Le Goater <clg@redhat.com> | 2025-04-22 18:29:54 +0200 |
---|---|---|
committer | Cédric Le Goater <clg@redhat.com> | 2025-04-25 09:01:37 +0200 |
commit | 85ae745edd2815c504a3198410a545e50f583e6a (patch) | |
tree | 0aac923920bfaa94e093fd23bff582dbf82a8518 | |
parent | 7d810bb166820237f57b8e20272a366af2641f35 (diff) | |
download | qemu-85ae745edd2815c504a3198410a545e50f583e6a.zip qemu-85ae745edd2815c504a3198410a545e50f583e6a.tar.gz qemu-85ae745edd2815c504a3198410a545e50f583e6a.tar.bz2 |
MAINTAINERS: Add a maintainer for util/vfio-helpers.c
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.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/qemu-devel/20250422162954.210706-1-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 661a47d..a316907 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2197,6 +2197,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 |