summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2016-09-09 23:15:04 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2016-09-15 15:32:22 +0300
commit460423d3a4e87eb45c18b94f5ec577c19e6851bc (patch)
tree6299b66a215683350fc79d65eff8c5fff397099e
parent8a90f9008ba8d45de617ee5979a81e6d1e5026a8 (diff)
downloadfocaccia-qemu-460423d3a4e87eb45c18b94f5ec577c19e6851bc.tar.gz
focaccia-qemu-460423d3a4e87eb45c18b94f5ec577c19e6851bc.zip
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 <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
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 <aurelien@aurel32.net>