projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a90f90
)
MAINTAINERS: Add include/sysemu/cpus.h
author
Thomas Huth
<thuth@redhat.com>
Fri, 9 Sep 2016 21:15:04 +0000
(23:15 +0200)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Thu, 15 Sep 2016 12:32:22 +0000
(15:32 +0300)
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>
MAINTAINERS
patch
|
blob
|
history
diff --git
a/MAINTAINERS
b/MAINTAINERS
index 9b10356bf0ca0f63642cb16904d60a82d8a55929..0605406ed2d08b2150624c5b12d2563aa6f3f66e 100644
(file)
--- 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>