summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorThomas Huth2018-11-22 13:57:18 +0100
committerPaolo Bonzini2018-11-27 15:35:19 +0100
commit9681ad3e2b3e7ed858968ccc7c82a73c6a1d21b9 (patch)
treebce9e2d698d9c4d4a095979bb29e5134164ce788 /MAINTAINERS
parenttarget/i386: Generate #UD when applying LOCK to a register destination (diff)
downloadqemu-9681ad3e2b3e7ed858968ccc7c82a73c6a1d21b9.tar.gz
qemu-9681ad3e2b3e7ed858968ccc7c82a73c6a1d21b9.tar.xz
qemu-9681ad3e2b3e7ed858968ccc7c82a73c6a1d21b9.zip
MAINTAINERS: Add some missing entries related to accelerators
Add some files from accel/stubs/, include/hw/kvm/ and scripts/kvm/ to the MAINTAINERS file. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1542891438-13329-1-git-send-email-thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9410bbb7cf..c7acb554b6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -117,6 +117,7 @@ S: Maintained
F: cpus.c
F: exec.c
F: accel/tcg/
+F: accel/stubs/tcg-stub.c
F: include/exec/cpu*.h
F: include/exec/exec-all.h
F: include/exec/helper*.h
@@ -341,7 +342,10 @@ L: kvm@vger.kernel.org
S: Supported
F: */kvm.*
F: accel/kvm/
+F: accel/stubs/kvm-stub.c
+F: include/hw/kvm/
F: include/sysemu/kvm*.h
+F: scripts/kvm/kvm_flightrecorder
ARM
M: Peter Maydell <peter.maydell@linaro.org>
@@ -384,6 +388,7 @@ M: Marcelo Tosatti <mtosatti@redhat.com>
L: kvm@vger.kernel.org
S: Supported
F: target/i386/kvm.c
+F: scripts/kvm/vmxcap
Guest CPU Cores (Xen):
----------------------