[PATCH] MAINTAINERS: Add a maintainer for util/vfio-helpers.c

Cédric Le Goater posted 1 patch 6 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250422162954.210706-1-clg@redhat.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add a maintainer for util/vfio-helpers.c
Posted by Cédric Le Goater 6 months, 3 weeks ago
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


Re: [PATCH] MAINTAINERS: Add a maintainer for util/vfio-helpers.c
Posted by Cédric Le Goater 6 months, 3 weeks ago
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.



Re: [PATCH] MAINTAINERS: Add a maintainer for util/vfio-helpers.c
Posted by Philippe Mathieu-Daudé 6 months, 3 weeks ago
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>