diff options
author | Thomas Huth | 2022-04-12 18:58:36 +0200 |
---|---|---|
committer | Thomas Huth | 2022-05-09 08:21:05 +0200 |
commit | 457248a54c9d3dbc3c7f4dc8e184f07ca858640c (patch) | |
tree | 4c30c2cbe12b85185fc14eb48734800d4fa70cac /MAINTAINERS | |
parent | disas: Remove old libopcode arm disassembler (diff) | |
download | qemu-457248a54c9d3dbc3c7f4dc8e184f07ca858640c.tar.gz qemu-457248a54c9d3dbc3c7f4dc8e184f07ca858640c.tar.xz qemu-457248a54c9d3dbc3c7f4dc8e184f07ca858640c.zip |
disas: Remove old libopcode i386 disassembler
Capstone should be superior to the old libopcode disassembler,
so we can drop the old file nowadays.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220412165836.355850-4-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7f3788b694..85d593a41f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -334,7 +334,6 @@ F: target/i386/tcg/ F: tests/tcg/i386/ F: tests/tcg/x86_64/ F: hw/i386/ -F: disas/i386.c F: docs/system/cpu-models-x86* T: git https://gitlab.com/ehabkost/qemu.git x86-next @@ -3275,7 +3274,6 @@ i386 TCG target M: Richard Henderson <richard.henderson@linaro.org> S: Maintained F: tcg/i386/ -F: disas/i386.c LoongArch64 TCG target M: WANG Xuerui <git@xen0n.name> |