diff options
author | Thomas Huth | 2022-06-03 18:42:49 +0200 |
---|---|---|
committer | Thomas Huth | 2022-07-05 10:15:49 +0200 |
commit | 2116650254117a873ab316038803cef657ae2820 (patch) | |
tree | 131f687eb9b5b8b4f586b40eb5ed9bc2a31c2e41 /MAINTAINERS | |
parent | tests: use consistent bandwidth/downtime limits in migration tests (diff) | |
download | qemu-2116650254117a873ab316038803cef657ae2820.tar.gz qemu-2116650254117a873ab316038803cef657ae2820.tar.xz qemu-2116650254117a873ab316038803cef657ae2820.zip |
disas: Remove libvixl disassembler
The disassembly via capstone should be superiour to our old vixl
sources nowadays, so let's finally cut this old disassembler out
of the QEMU source tree.
Message-Id: <20220603164249.112459-1-thuth@redhat.com>
Tested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d9378511b7..450abd0252 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -165,8 +165,6 @@ F: tests/qtest/arm-cpu-features.c F: hw/arm/ F: hw/cpu/a*mpcore.c F: include/hw/cpu/a*mpcore.h -F: disas/arm-a64.cc -F: disas/libvixl/ F: docs/system/target-arm.rst F: docs/system/arm/cpu-features.rst @@ -3313,8 +3311,6 @@ M: Richard Henderson <richard.henderson@linaro.org> S: Maintained L: qemu-arm@nongnu.org F: tcg/aarch64/ -F: disas/arm-a64.cc -F: disas/libvixl/ ARM TCG target M: Richard Henderson <richard.henderson@linaro.org> |