diff options
author | Claudio Fontana | 2020-12-12 16:55:09 +0100 |
---|---|---|
committer | Eduardo Habkost | 2020-12-16 20:06:53 +0100 |
commit | 1fc33bb9f05b2c263232ab01dd66d6e33d31cedc (patch) | |
tree | 036a1db8b26ea86b6b2b07e3f7f40f9aa62a402e /MAINTAINERS | |
parent | i386: move kvm accel files into kvm/ (diff) | |
download | qemu-1fc33bb9f05b2c263232ab01dd66d6e33d31cedc.tar.gz qemu-1fc33bb9f05b2c263232ab01dd66d6e33d31cedc.tar.xz qemu-1fc33bb9f05b2c263232ab01dd66d6e33d31cedc.zip |
i386: move whpx accel files into whpx/
Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201212155530.23098-3-cfontana@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a77553833a..6f29b37834 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -452,11 +452,7 @@ F: include/sysemu/hvf.h WHPX CPUs M: Sunil Muthuswamy <sunilmut@microsoft.com> S: Supported -F: target/i386/whpx-all.c -F: target/i386/whpx-apic.c -F: target/i386/whpx-cpus.c -F: target/i386/whp-dispatch.h -F: accel/stubs/whpx-stub.c +F: target/i386/whpx/ F: include/sysemu/whpx.h Guest CPU Cores (Xen) |