[PATCH] MAINTAINERS: Add include/sysemu/qtest.h to the qtest section

Thomas Huth posted 1 patch 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231012111401.871711-1-thuth@redhat.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add include/sysemu/qtest.h to the qtest section
Posted by Thomas Huth 7 months ago
We already list system/qtest.c in the qtest section, so the
corresponding header file should be listed here, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f90c9d814c..bf8ce0e6c7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3160,6 +3160,7 @@ M: Laurent Vivier <lvivier@redhat.com>
 R: Paolo Bonzini <pbonzini@redhat.com>
 S: Maintained
 F: system/qtest.c
+F: include/sysemu/qtest.h
 F: accel/qtest/
 F: tests/qtest/
 F: docs/devel/qgraph.rst
-- 
2.41.0
Re: [PATCH] MAINTAINERS: Add include/sysemu/qtest.h to the qtest section
Posted by Philippe Mathieu-Daudé 7 months ago
On 12/10/23 13:14, Thomas Huth wrote:
> We already list system/qtest.c in the qtest section, so the
> corresponding header file should be listed here, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>