From: Thomas Huth Date: Fri, 9 Sep 2016 21:15:04 +0000 (+0200) Subject: MAINTAINERS: Add include/sysemu/cpus.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=460423d3a4e87eb45c18b94f5ec577c19e6851bc;p=qemu.git MAINTAINERS: Add include/sysemu/cpus.h This header seems to belong to the guest CPU section since it contains prototypes for cpus.c. Signed-off-by: Thomas Huth Signed-off-by: Michael Tokarev --- diff --git a/MAINTAINERS b/MAINTAINERS index 9b10356bf0..0605406ed2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -83,6 +83,7 @@ F: include/exec/cpu*.h F: include/exec/exec-all.h F: include/exec/helper*.h F: include/exec/tb-hash.h +F: include/sysemu/cpus.h FPU emulation M: Aurelien Jarno