From: Thomas Huth Date: Fri, 29 Sep 2023 12:44:39 +0000 (+0200) Subject: MAINTAINERS: Add include folder to the hw/char/ section X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=63fc07233e7939d595ee4e8e24710c637b9785c0;p=qemu.git MAINTAINERS: Add include folder to the hw/char/ section The "Character devices" section only covers hw/char/ but misses the corresponding include/hw/char/ folder. Add it now. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Michael Tokarev --- diff --git a/MAINTAINERS b/MAINTAINERS index e80fca855a..0f9c4b263e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1988,6 +1988,7 @@ M: Marc-André Lureau R: Paolo Bonzini S: Odd Fixes F: hw/char/ +F: include/hw/char/ Network devices M: Jason Wang