| Commit message (Expand) | Author | Age | Files | Lines |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h | Markus Armbruster | 2019-04-18 | 1 | -1/+1 |
* | monitor: Clean up how monitor_disas() funnels output to monitor | Markus Armbruster | 2019-04-18 | 1 | -1/+2 |
* | disas: Add RISC-V support | Alistair Francis | 2018-12-25 | 1 | -2/+8 |
* | disas.c: Use address_space_read() to read memory | Peter Maydell | 2018-12-14 | 1 | -1/+4 |
* | RISC-V Disassembler | Michael Clark | 2018-03-06 | 1 | -0/+2 |
* | disas: Dump insn bytes along with capstone disassembly | Richard Henderson | 2017-11-09 | 1 | -12/+84 |
* | disas: Remove monitor_disas_is_physical | Richard Henderson | 2017-10-25 | 1 | -12/+4 |
* | ppc: Support Capstone in disas_set_info | Richard Henderson | 2017-10-25 | 1 | -0/+4 |
* | arm: Support Capstone in disas_set_info | Richard Henderson | 2017-10-25 | 1 | -0/+3 |
* | i386: Support Capstone in disas_set_info | Richard Henderson | 2017-10-25 | 1 | -0/+4 |
* | disas: Support the Capstone disassembler library | Richard Henderson | 2017-10-25 | 1 | -13/+206 |
* | disas: Remove unused flags arguments | Richard Henderson | 2017-10-25 | 1 | -11/+4 |
* | target/ppc: Convert to disas_set_info hook | Richard Henderson | 2017-10-25 | 1 | -33/+0 |
* | target/i386: Convert to disas_set_info hook | Richard Henderson | 2017-10-25 | 1 | -20/+2 |
* | disas: Always initialize read_memory_inner_func properly | Thomas Huth | 2017-10-12 | 1 | -1/+0 |
* | tcg: Remove support for ia64 as host | Richard Henderson | 2017-09-05 | 1 | -2/+0 |
* | Fix Thumb-1 BE32 execution and disassembly. | Julian Brown | 2017-02-07 | 1 | -0/+1 |
* | Revert "Remove remainders of HPPA backend" | Richard Henderson | 2017-01-23 | 1 | -0/+2 |
* | Remove remainders of HPPA backend | Thomas Huth | 2016-09-15 | 1 | -2/+0 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -2/+1 |
* | disas: QOMify alpha specific disas setup | Peter Crosthwaite | 2015-10-22 | 1 | -5/+0 |
* | disas: QOMify mips specific disas setup | Peter Crosthwaite | 2015-10-22 | 1 | -12/+0 |
* | disas: QOMify sh4 specific disas setup | Peter Crosthwaite | 2015-10-22 | 1 | -6/+0 |
* | disas: QOMify lm32 specific disas setup | Peter Crosthwaite | 2015-10-22 | 1 | -6/+0 |
* | disas: QOMify sparc specific disas setup | Peter Crosthwaite | 2015-10-22 | 1 | -10/+0 |
* | disas: QOMify m68k specific disas setup | Peter Crosthwaite | 2015-10-22 | 1 | -4/+0 |
* | disas: QOMify moxie specific disas setup | Peter Crosthwaite | 2015-10-22 | 1 | -6/+0 |
* | disas: QOMify s390x specific disas setup | Peter Crosthwaite | 2015-10-22 | 1 | -6/+0 |
* | monitor: make monitor_fprintf and mon_get_cpu externally visible | Pavel Butsykin | 2015-09-25 | 1 | -10/+0 |
* | disas: Defeature print_target_address | Peter Crosthwaite | 2015-08-14 | 1 | -10/+2 |
* | disas: cris: QOMify target specific disas setup | Peter Crosthwaite | 2015-07-09 | 1 | -8/+0 |
* | disas: microblaze: QOMify target specific disas setup | Peter Crosthwaite | 2015-07-09 | 1 | -3/+0 |
* | disas: arm: QOMify target specific disas setup | Peter Crosthwaite | 2015-07-09 | 1 | -32/+0 |
* | disas: QOMify target specific setup | Peter Crosthwaite | 2015-07-09 | 1 | -4/+18 |
* | disas: Add print_insn to disassemble info | Peter Crosthwaite | 2015-07-09 | 1 | -35/+33 |
* | disas: Remove uses of CPU env | Peter Crosthwaite | 2015-06-22 | 1 | -7/+7 |
* | monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode | Tom Musta | 2014-06-16 | 1 | -2/+12 |
* | target-ppc: Fix target_disas | Tom Musta | 2014-06-16 | 1 | -3/+4 |
* | disas: Implement disassembly output for A64 | Claudio Fontana | 2014-02-08 | 1 | -2/+12 |
* | disas: Implement fallback to dump object code as hex | Richard Henderson | 2013-08-24 | 1 | -10/+37 |
* | exec: Change cpu_memory_rw_debug() argument to CPUState | Andreas Färber | 2013-07-23 | 1 | -2/+2 |
* | disas: Disassemble all ppc insns for the guest | Aurelien Jarno | 2013-04-26 | 1 | -0/+1 |
* | disas: Disassemble all ppc insns for the host | Richard Henderson | 2013-04-15 | 1 | -0/+1 |
* | Add moxie disassembler | Anthony Green | 2013-03-23 | 1 | -0/+6 |
* | monitor: move include files to include/monitor/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | disas: avoid using cpu_single_env | Blue Swirl | 2012-11-10 | 1 | -68/+81 |
* | tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. | Richard Henderson | 2012-09-21 | 1 | -2/+0 |
* | disas: Fix printing of addresses in disassembly | Peter Maydell | 2012-07-14 | 1 | -0/+19 |