diff options
author | Philippe Mathieu-Daudé | 2020-06-18 14:33:34 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-07-11 00:02:20 +0200 |
commit | 79ac391592c4853bc4d83bba6e513324ea56e44a (patch) | |
tree | cdf6915b3c3e715a17e97d69cd9ac9b5fe842ac4 /MAINTAINERS | |
parent | MAINTAINERS: Fix KVM path expansion glob (diff) | |
download | qemu-79ac391592c4853bc4d83bba6e513324ea56e44a.tar.gz qemu-79ac391592c4853bc4d83bba6e513324ea56e44a.tar.xz qemu-79ac391592c4853bc4d83bba6e513324ea56e44a.zip |
MAINTAINERS: Add an 'overall' entry for accelerators
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4f001eda15..39bea4a0f1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -416,6 +416,17 @@ S: Supported F: target/i386/kvm.c F: scripts/kvm/vmxcap +Guest CPU Cores (other accelerators) +------------------------------------ +Overall +M: Richard Henderson <rth@twiddle.net> +R: Paolo Bonzini <pbonzini@redhat.com> +S: Maintained +F: include/sysemu/accel.h +F: accel/accel.c +F: accel/Makefile.objs +F: accel/stubs/Makefile.objs + X86 HVF CPUs M: Cameron Esfahani <dirty@apple.com> M: Roman Bolshakov <r.bolshakov@yadro.com> |