From: Thomas Huth <[email protected]> The "Character devices" section only covers hw/char/ but misses the corresponding include/hw/char/ folder. Add it now.
Signed-off-by: Thomas Huth <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e80fca855a..0f9c4b263e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1988,6 +1988,7 @@ M: Marc-André Lureau <[email protected]> R: Paolo Bonzini <[email protected]> S: Odd Fixes F: hw/char/ +F: include/hw/char/ Network devices M: Jason Wang <[email protected]> -- 2.39.2
