diff options
author | Max Filippov | 2017-11-01 00:17:43 +0100 |
---|---|---|
committer | Max Filippov | 2018-01-09 18:55:39 +0100 |
commit | 5a6539e627faf9251e1db78238b9f9b870610518 (patch) | |
tree | cf1d5f6c9ff660be906c294b9f44596c4b6c2320 /MAINTAINERS | |
parent | target/xtensa: implement const16 (diff) | |
download | qemu-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-- | MAINTAINERS | 1 |
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> |