summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dp8393x: Replace address_space_rw(is_write=1) by address_space_write()Philippe Mathieu-Daudé2021-07-111-4/+4
| * | | dp8393x: fix CAM descriptor entry indexMark Cave-Ayland2021-07-111-2/+2
| * | | target/mips: Rewrite UHI errno_mips() using switch statementPhilippe Mathieu-Daudé2021-07-111-15/+9
| * | | target/mips/tx79: Introduce SQ opcode (Store Quadword)Philippe Mathieu-Daudé2021-07-112-0/+28
| * | | target/mips/tx79: Introduce LQ opcode (Load Quadword)Philippe Mathieu-Daudé2021-07-113-14/+45
| * | | target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)Philippe Mathieu-Daudé2021-07-112-0/+29
| * | | target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)Philippe Mathieu-Daudé2021-07-112-0/+31
| * | | target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)Philippe Mathieu-Daudé2021-07-112-0/+21
| * | | target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)Philippe Mathieu-Daudé2021-07-112-0/+69
| * | | target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)Philippe Mathieu-Daudé2021-07-112-0/+78
| * | | target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)Philippe Mathieu-Daudé2021-07-112-0/+34
| * | | target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)Philippe Mathieu-Daudé2021-07-112-0/+25
| * | | target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)Philippe Mathieu-Daudé2021-07-112-0/+58
| * | | hw/pci-host/raven: Add PCI_IO_BASE_ADDR definitionPhilippe Mathieu-Daudé2021-07-111-4/+7
| * | | hw/pci-host: Rename Raven ASIC PCI bridge as raven.cPhilippe Mathieu-Daudé2021-07-115-4/+4
* | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-1246-439/+217
|\ \ \ \ | |_|_|/ |/| | |
| * | | cpu: Add breakpoint tracepointsRichard Henderson2021-07-092-4/+14
| * | | tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson2021-07-0912-18/+4
| * | | accel/tcg: Log tb->cflags with -d execRichard Henderson2021-07-091-3/+3
| * | | accel/tcg: Split out log_cpu_execRichard Henderson2021-07-091-27/+34
| * | | accel/tcg: Move tb_lookup to cpu-exec.cRichard Henderson2021-07-092-50/+30
| * | | accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.cRichard Henderson2021-07-092-22/+30
| * | | target/i386: Use cpu_breakpoint_test in breakpoint_handlerRichard Henderson2021-07-091-9/+3
| * | | tcg: Fix prologue disassemblyRichard Henderson2021-07-091-2/+2
| * | | target/xtensa: Use translator_use_goto_tbRichard Henderson2021-07-091-5/+1
| * | | target/tricore: Use tcg_gen_lookup_and_goto_ptrRichard Henderson2021-07-091-1/+2
| * | | target/tricore: Use translator_use_goto_tbRichard Henderson2021-07-091-15/+2
| * | | target/sparc: Use translator_use_goto_tbRichard Henderson2021-07-091-14/+5
| * | | target/sh4: Use translator_use_goto_tbRichard Henderson2021-07-091-8/+3
| * | | target/s390x: Remove use_exit_tbRichard Henderson2021-07-091-9/+2
| * | | target/s390x: Use translator_use_goto_tbRichard Henderson2021-07-091-6/+1
| * | | target/rx: Use translator_use_goto_tbRichard Henderson2021-07-091-10/+1
| * | | target/riscv: Use translator_use_goto_tbRichard Henderson2021-07-091-19/+1
| * | | target/ppc: Use translator_use_goto_tbRichard Henderson2021-07-091-9/+1
| * | | target/openrisc: Use translator_use_goto_tbRichard Henderson2021-07-091-7/+8
| * | | target/nios2: Use translator_use_goto_tbRichard Henderson2021-07-091-14/+1
| * | | target/mips: Fix missing else in gen_goto_tbRichard Henderson2021-07-091-1/+2
| * | | target/mips: Use translator_use_goto_tbRichard Henderson2021-07-091-15/+2
| * | | target/microblaze: Use translator_use_goto_tbRichard Henderson2021-07-091-10/+1
| * | | target/m68k: Use translator_use_goto_tbRichard Henderson2021-07-091-11/+1
| * | | target/i386: Use translator_use_goto_tbRichard Henderson2021-07-091-12/+2
| * | | target/hppa: Use translator_use_goto_tbRichard Henderson2021-07-091-4/+1
| * | | target/cris: Use translator_use_goto_tbRichard Henderson2021-07-091-3/+2
| * | | target/avr: Mark some helpers noreturnRichard Henderson2021-07-091-4/+4
| * | | target/avr: Use translator_use_goto_tbRichard Henderson2021-07-091-3/+6
| * | | target/arm: Use translator_use_goto_tb for aarch32Richard Henderson2021-07-091-11/+1
| * | | target/arm: Use translator_use_goto_tb for aarch64Richard Henderson2021-07-091-20/+5
| * | | target/arm: Use DISAS_TOO_MANY for ISB and SBRichard Henderson2021-07-091-2/+2
| * | | target/alpha: Use translator_use_goto_tbRichard Henderson2021-07-091-6/+1
| * | | target/alpha: Remove in_superpageRichard Henderson2021-07-091-22/+2