[PATCH] MAINTAINERS: Add include folder to the hw/char/ 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/20230929124446.392909-1-thuth@redhat.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add include folder to the hw/char/ section
Posted by Thomas Huth 7 months ago
The "Character devices" section only covers hw/char/ but
misses the corresponding include/hw/char/ folder. Add it now.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 1313257180..7ecf3fbc2d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1980,6 +1980,7 @@ M: Marc-André Lureau <marcandre.lureau@redhat.com>
 R: Paolo Bonzini <pbonzini@redhat.com>
 S: Odd Fixes
 F: hw/char/
+F: include/hw/char/
 
 Network devices
 M: Jason Wang <jasowang@redhat.com>
-- 
2.41.0


Re: [PATCH] MAINTAINERS: Add include folder to the hw/char/ section
Posted by Michael Tokarev 7 months ago
29.09.2023 15:44, Thomas Huth wrote:
> The "Character devices" section only covers hw/char/ but
> misses the corresponding include/hw/char/ folder. Add it now.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Applied to my trivial-patches tree, thanks!

/mjt
Re: [PATCH] MAINTAINERS: Add include folder to the hw/char/ section
Posted by Philippe Mathieu-Daudé 7 months ago
On 29/9/23 14:44, Thomas Huth wrote:
> The "Character devices" section only covers hw/char/ but
> misses the corresponding include/hw/char/ folder. Add it now.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

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