diff options
| author | Thomas Huth | 2016-09-09 23:15:04 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2016-09-15 14:32:22 +0200 |
| commit | 460423d3a4e87eb45c18b94f5ec577c19e6851bc (patch) | |
| tree | 6299b66a215683350fc79d65eff8c5fff397099e | |
| parent | MAINTAINERS: Add include/hw/sh4/ to SH4 section (diff) | |
| download | qemu-460423d3a4e87eb45c18b94f5ec577c19e6851bc.tar.gz qemu-460423d3a4e87eb45c18b94f5ec577c19e6851bc.tar.xz 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-- | MAINTAINERS | 1 |
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> |
