diff options
author | Claudio Fontana | 2020-07-07 10:21:10 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-10-05 16:41:22 +0200 |
commit | 1583a389885346208217e8170395624b3aa90480 (patch) | |
tree | 693c50df1924e5b911781d3387856e084db8746a /MAINTAINERS | |
parent | cpus: extract out TCG-specific code to accel/tcg (diff) | |
download | qemu-1583a389885346208217e8170395624b3aa90480.tar.gz qemu-1583a389885346208217e8170395624b3aa90480.tar.xz qemu-1583a389885346208217e8170395624b3aa90480.zip |
cpus: extract out qtest-specific code to accel/qtest
register a "CpusAccel" interface for qtest as well.
Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a59be84de6..ecc45dfac4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2492,7 +2492,7 @@ M: Laurent Vivier <lvivier@redhat.com> R: Paolo Bonzini <pbonzini@redhat.com> S: Maintained F: softmmu/qtest.c -F: accel/qtest.c +F: accel/qtest/ F: tests/qtest/ X: tests/qtest/bios-tables-test-allowed-diff.h |