Age | Commit message (Expand) | Author | Files | Lines |
2022-06-06 | target/loongarch: Add disassembler | Song Gao | 1 | -0/+2 |
2022-05-09 | disas: Remove old libopcode ppc disassembler | Thomas Huth | 1 | -1/+0 |
2022-05-09 | disas: Remove old libopcode i386 disassembler | Thomas Huth | 1 | -1/+0 |
2022-05-09 | disas: Remove old libopcode arm disassembler | Thomas Huth | 1 | -1/+0 |
2022-05-04 | disas: Remove old libopcode s390 disassembler | Thomas Huth | 1 | -1/+0 |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 1 | -1/+1 |
2022-01-08 | target/riscv: setup everything for rv64 to support rv128 execution | Frédéric Pétrot | 1 | -0/+1 |
2021-10-22 | disas/nios2: Simplify endianess conversion | Philippe Mathieu-Daudé | 1 | -2/+1 |
2021-05-12 | Drop the deprecated lm32 target | Markus Armbruster | 1 | -3/+0 |
2021-05-12 | Remove the deprecated moxie target | Thomas Huth | 1 | -1/+0 |
2021-05-10 | include/disas/dis-asm.h: Handle being included outside 'extern "C"' | Peter Maydell | 1 | -2/+10 |
2021-02-18 | Hexagon (disas) disassembler | Taylor Simpson | 1 | -0/+1 |
2021-01-07 | disas: Push const down through host disassembly | Richard Henderson | 1 | -2/+2 |
2021-01-07 | tcg: Introduce tcg_splitwx_to_{rx,rw} | Richard Henderson | 1 | -1/+1 |
2020-10-03 | disas: Split out capstone code to disas/capstone.c | Richard Henderson | 1 | -0/+12 |
2020-10-03 | disas: Use qemu/bswap.h for bfd endian loads | Richard Henderson | 1 | -5/+27 |
2020-10-03 | disas: Clean up CPUDebug initialization | Richard Henderson | 1 | -62/+0 |
2020-10-03 | disas: Move host asm annotations to tb_gen_code | Richard Henderson | 1 | -1/+1 |
2020-07-11 | target/avr: Register AVR support with the rest of QEMU | Michael Rolnik | 1 | -0/+19 |
2020-05-15 | disas: include an optional note for the start of disassembly | Alex Bennée | 1 | -1/+1 |
2020-03-19 | target/rx: RX disassembler | Yoshinori Sato | 1 | -0/+5 |
2020-01-29 | disas: Add a field for target-dependant data to disassemble_info | Aleksandar Markovic | 1 | -0/+3 |
2019-10-28 | plugin: add qemu_plugin_insn_disas helper | Alex Bennée | 1 | -0/+2 |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Clean up a few header guard symbols | Markus Armbruster | 1 | -3/+3 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-05-13 | Normalize header guard symbol definition. | Markus Armbruster | 1 | -1/+1 |
2019-04-18 | include: Move fprintf_function to disas/ | Markus Armbruster | 1 | -2/+3 |
2019-04-18 | disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h | Markus Armbruster | 1 | -0/+0 |
2018-10-25 | target/mips: Add disassembler support for nanoMIPS | Aleksandar Markovic | 1 | -0/+1 |
2018-03-07 | RISC-V Disassembler | Michael Clark | 1 | -0/+2 |
2018-01-09 | target/xtensa: implement disassembler | Max Filippov | 1 | -0/+1 |
2017-11-09 | disas: Dump insn bytes along with capstone disassembly | Richard Henderson | 1 | -0/+2 |
2017-10-25 | disas: Support the Capstone disassembler library | Richard Henderson | 2 | -0/+42 |
2017-10-25 | disas: Remove unused flags arguments | Richard Henderson | 1 | -2/+2 |
2017-10-25 | target/arm: Move BE32 disassembler fixup | Richard Henderson | 1 | -7/+0 |
2017-10-12 | disas: Always initialize read_memory_inner_func properly | Thomas Huth | 1 | -0/+1 |
2017-02-07 | Fix Thumb-1 BE32 execution and disassembly. | Julian Brown | 1 | -0/+7 |
2017-01-24 | nios2: Add disas entries | Marek Vasut | 1 | -0/+6 |
2016-07-19 | disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers | Peter Maydell | 1 | -0/+2 |
2016-07-18 | disas: Remove unused macro '_' | Lluís Vilanova | 1 | -1/+0 |
2016-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2016-07-12 | disas: avoid including everything in headers compiled from C++ | Paolo Bonzini | 1 | -1/+1 |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster | 1 | -3/+3 |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -3/+3 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 1 | -0/+2 |
2015-07-09 | disas: Add print_insn to disassemble info | Peter Crosthwaite | 1 | -0/+6 |
2015-06-22 | disas: Remove uses of CPU env | Peter Crosthwaite | 1 | -2/+2 |
2014-02-08 | disas: Implement disassembly output for A64 | Claudio Fontana | 1 | -0/+1 |
2013-03-23 | Add moxie disassembler | Anthony Green | 1 | -0/+2 |