[PATCH] MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too

Thomas Huth posted 1 patch 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231020062142.525405-1-thuth@redhat.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too
Posted by Thomas Huth 1 year, 1 month ago
We already cover util/qemu-timer.c in MAINTAINERS - change this entry
to util/qemu-timer*.c so that it covers util/qemu-timer-common.c, too.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 4cc71d1675..efd3eda7d1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2968,7 +2968,7 @@ F: include/qemu/main-loop.h
 F: include/sysemu/runstate.h
 F: include/sysemu/runstate-action.h
 F: util/main-loop.c
-F: util/qemu-timer.c
+F: util/qemu-timer*.c
 F: system/vl.c
 F: system/main.c
 F: system/cpus.c
-- 
2.41.0
Re: [PATCH] MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too
Posted by Philippe Mathieu-Daudé 1 year, 1 month ago
On 20/10/23 08:21, Thomas Huth wrote:
> We already cover util/qemu-timer.c in MAINTAINERS - change this entry
> to util/qemu-timer*.c so that it covers util/qemu-timer-common.c, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, patch queued.
Re: [PATCH] MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too
Posted by Philippe Mathieu-Daudé 1 year, 1 month ago
On 20/10/23 08:21, Thomas Huth wrote:
> We already cover util/qemu-timer.c in MAINTAINERS - change this entry
> to util/qemu-timer*.c so that it covers util/qemu-timer-common.c, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

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