- 3d56284 disas: Enable capstone disassembly for s390x by Richard Henderson · 5 years ago
- f343346 disas: Split out capstone code to disas/capstone.c by Richard Henderson · 4 years, 3 months ago
- a4038a0 disas: Configure capstone for aarch64 host without libvixl by Richard Henderson · 4 years, 3 months ago
- b71f3a6 disas: Cleanup plugin_disas by Richard Henderson · 4 years, 3 months ago
- 86944d1 disas: Use qemu/bswap.h for bfd endian loads by Richard Henderson · 4 years, 3 months ago
- 12b6e9b disas: Clean up CPUDebug initialization by Richard Henderson · 4 years, 3 months ago
- 4c389f6 disas: Move host asm annotations to tb_gen_code by Richard Henderson · 4 years, 3 months ago
- 6766ba5 disas: Let disas::read_memory() handler return EIO on error by Philippe Mathieu-Daudé · 4 years, 7 months ago
- 16b22e0 disas: add optional note support to cap_disas by Alex Bennée · 4 years, 7 months ago
- e5ef4ec disas: include an optional note for the start of disassembly by Alex Bennée · 4 years, 7 months ago
- cbafa23 plugin: add qemu_plugin_insn_disas helper by Alex Bennée · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 3979fca disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h by Markus Armbruster · 6 years ago
- 30cc983 monitor: Clean up how monitor_disas() funnels output to monitor by Markus Armbruster · 6 years ago
- 91468b2 disas: Add RISC-V support by Alistair Francis · 6 years ago
- f2c6abc disas.c: Use address_space_read() to read memory by Peter Maydell · 6 years ago
- ea10325 RISC-V Disassembler by Michael Clark · 7 years ago
- 15fa1a0 disas: Dump insn bytes along with capstone disassembly by Richard Henderson · 7 years ago
- b8d8720 disas: Remove monitor_disas_is_physical by Richard Henderson · 7 years ago
- ac22689 ppc: Support Capstone in disas_set_info by Richard Henderson · 7 years ago
- 110f6c7 arm: Support Capstone in disas_set_info by Richard Henderson · 7 years ago
- b666d2a i386: Support Capstone in disas_set_info by Richard Henderson · 7 years ago
- 8ca8076 disas: Support the Capstone disassembler library by Richard Henderson · 7 years ago
- 1d48474 disas: Remove unused flags arguments by Richard Henderson · 7 years ago
- 0eea8cd target/ppc: Convert to disas_set_info hook by Richard Henderson · 7 years ago
- f50f3dd target/i386: Convert to disas_set_info hook by Richard Henderson · 7 years ago
- eb584b4 disas: Always initialize read_memory_inner_func properly by Thomas Huth · 7 years ago
- a46c124 tcg: Remove support for ia64 as host by Richard Henderson · 7 years ago
- f7478a9 Fix Thumb-1 BE32 execution and disassembly. by Julian Brown · 8 years ago
- 429b31a Revert "Remove remainders of HPPA backend" by Richard Henderson · 8 years ago
- d41f3c3 Remove remainders of HPPA backend by Thomas Huth · 8 years ago
- d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
- 0960be7 disas: QOMify alpha specific disas setup by Peter Crosthwaite · 9 years ago
- 63a946c disas: QOMify mips specific disas setup by Peter Crosthwaite · 9 years ago
- d49dd52 disas: QOMify sh4 specific disas setup by Peter Crosthwaite · 9 years ago
- 2098467 disas: QOMify lm32 specific disas setup by Peter Crosthwaite · 9 years ago
- df0900e disas: QOMify sparc specific disas setup by Peter Crosthwaite · 9 years ago
- 4f66990 disas: QOMify m68k specific disas setup by Peter Crosthwaite · 9 years ago
- 9f87a4c disas: QOMify moxie specific disas setup by Peter Crosthwaite · 9 years ago
- dbad6b7 disas: QOMify s390x specific disas setup by Peter Crosthwaite · 9 years ago
- caf1531 monitor: make monitor_fprintf and mon_get_cpu externally visible by Pavel Butsykin · 9 years ago
- 9504c54 disas: Defeature print_target_address by Peter Crosthwaite · 9 years ago
- 6b625fd disas: cris: QOMify target specific disas setup by Peter Crosthwaite · 9 years ago
- efc6674 disas: microblaze: QOMify target specific disas setup by Peter Crosthwaite · 9 years ago
- 4844062 disas: arm: QOMify target specific disas setup by Peter Crosthwaite · 9 years ago
- 37b9de4 disas: QOMify target specific setup by Peter Crosthwaite · 9 years ago
- 2de295c disas: Add print_insn to disassemble info by Peter Crosthwaite · 9 years ago
- d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
- 1c38f84 monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode by Tom Musta · 11 years ago
- e13951f target-ppc: Fix target_disas by Tom Musta · 11 years ago
- 999b53e disas: Implement disassembly output for A64 by Claudio Fontana · 11 years ago
- c46ffd5 disas: Implement fallback to dump object code as hex by Richard Henderson · 11 years ago
- f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 11 years ago
- 88770fe disas: Disassemble all ppc insns for the guest by Aurelien Jarno · 12 years ago
- 66d4f6a disas: Disassemble all ppc insns for the host by Richard Henderson · 12 years ago
- bd86a88 Add moxie disassembler by Anthony Green · 12 years ago
- 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
- 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
- f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
- 9b9c37c tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. by Richard Henderson · 12 years ago
- 636bd28 disas: Fix printing of addresses in disassembly by Peter Maydell · 12 years ago
- a31f053 fix some common typos by Jim Meyering · 13 years ago
- b0b0f1c disas: Replace 'unsigned long' by 'uintptr_t' by Stefan Weil · 13 years ago
- d8fd295 Userspace ARM BE8 support by Paul Brook · 13 years ago
- 79368f4 target-lm32: add simple disassembler by Michael Walle · 13 years ago
- 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
- 5826e51 tcg: Add tci disassembler by Stefan Weil · 13 years ago
- e99722f disasm: update comment by Frediano Ziglio · 13 years ago
- 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
- b9bec75 target-alpha: Disassemble EV6 PALcode instructions. by Richard Henderson · 14 years ago
- 54f7b4a Replace cpu_physical_memory_rw were possible by Stefan Weil · 14 years ago
- db50060 s390x: Enable disassembler for s390x by Ulrich Hecht · 14 years ago
- 0f136d9 disas: remove opcode printing on ARM hosts by Aurelien Jarno · 14 years ago
- b09cd07 cris: Support disassembly of crisv10 by Edgar E. Iglesias · 14 years ago
- 8b7968f Use GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
- 903ec55 ia64 disas support by Aurelien Jarno · 15 years ago
- b4e1f07 sh4 disasm fixes by Magnus Damm · 15 years ago
- e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
- e90e390 microblaze: Add disassembler. by Edgar E. Iglesias · 16 years ago
- e612a1f Fix disassembler memory accesses by Blue Swirl · 16 years ago
- 754d00a Safety net for the cases where disassembler/translator disagree over instruction decoding by malc · 16 years ago
- 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
- 7e000c2 Allow disassembling last addresses of the address space by blueswir1 · 16 years ago
- e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
- 3a742b7 Update old fashioned function prototypes. by pbrook · 16 years ago
- 49918a7 * Use function pointers for symbol lookup (currently for elf32 and elf64, by pbrook · 16 years ago
- a5f1b96 Fix warnings that would be generated by gcc -Wstrict-prototypes by blueswir1 · 16 years ago
- f54b3f9 HPPA (PA-RISC) host support by aurel32 · 17 years ago
- cbd669d One more bit of alpha support. by ths · 17 years ago
- a25fd13 Wire up CRIS disassembler, by Edgar E. Iglesias. by ths · 17 years ago
- 237c0af Define the proper bfd_mach to be used by the disassembler for each by j_mayer · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- 8f860bb s390 disassembler support, by Ulrich Hecht. by ths · 17 years ago
- a8fcf88 One day we might support MIPS16... by ths · 18 years ago
- e91c8a7 Spelling fixes, by Stefan Weil. by ths · 18 years ago
- 682c4f1 Fix monitor disasm output for Sparc64 target by blueswir1 · 18 years ago
- 6ecd453 Fix generated code disasm output on Sparc64 host by blueswir1 · 18 years ago
- eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
- 04e897e Remove duplicate TARGET_M68K case. by pbrook · 18 years ago