From 85ae745edd2815c504a3198410a545e50f583e6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 22 Apr 2025 18:29:54 +0200 Subject: [PATCH] MAINTAINERS: Add a maintainer for util/vfio-helpers.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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é Link: https://lore.kernel.org/qemu-devel/20250422162954.210706-1-clg@redhat.com Signed-off-by: Cédric Le Goater --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 661a47db5a..a316907e76 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2197,6 +2197,7 @@ M: Alex Williamson M: Cédric Le Goater 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.39.5