summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMax Filippov2017-11-01 00:17:43 +0100
committerMax Filippov2018-01-09 18:55:39 +0100
commit5a6539e627faf9251e1db78238b9f9b870610518 (patch)
treecf1d5f6c9ff660be906c294b9f44596c4b6c2320 /MAINTAINERS
parenttarget/xtensa: implement const16 (diff)
downloadqemu-5a6539e627faf9251e1db78238b9f9b870610518.tar.gz
qemu-5a6539e627faf9251e1db78238b9f9b870610518.tar.xz
qemu-5a6539e627faf9251e1db78238b9f9b870610518.zip
target/xtensa: implement disassembler
Add disas/xtensa.c and use libisa for instruction decoding/opcode name lookup. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0255113470..4e2795bc02 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -259,6 +259,7 @@ S: Maintained
F: target/xtensa/
F: hw/xtensa/
F: tests/tcg/xtensa/
+F: disas/xtensa.c
TriCore
M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>