aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson12-18/+4
2021-07-09accel/tcg: Log tb->cflags with -d execRichard Henderson1-3/+3
2021-07-09accel/tcg: Split out log_cpu_execRichard Henderson1-27/+34
2021-07-09accel/tcg: Move tb_lookup to cpu-exec.cRichard Henderson2-50/+30
2021-07-09accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.cRichard Henderson2-22/+30
2021-07-09target/i386: Use cpu_breakpoint_test in breakpoint_handlerRichard Henderson1-9/+3
2021-07-09tcg: Fix prologue disassemblyRichard Henderson1-2/+2
2021-07-09target/xtensa: Use translator_use_goto_tbRichard Henderson1-5/+1
2021-07-09target/tricore: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-1/+2
2021-07-09target/tricore: Use translator_use_goto_tbRichard Henderson1-15/+2
2021-07-09target/sparc: Use translator_use_goto_tbRichard Henderson1-14/+5
2021-07-09target/sh4: Use translator_use_goto_tbRichard Henderson1-8/+3
2021-07-09target/s390x: Remove use_exit_tbRichard Henderson1-9/+2
2021-07-09target/s390x: Use translator_use_goto_tbRichard Henderson1-6/+1
2021-07-09target/rx: Use translator_use_goto_tbRichard Henderson1-10/+1
2021-07-09target/riscv: Use translator_use_goto_tbRichard Henderson1-19/+1
2021-07-09target/ppc: Use translator_use_goto_tbRichard Henderson1-9/+1
2021-07-09target/openrisc: Use translator_use_goto_tbRichard Henderson1-7/+8
2021-07-09target/nios2: Use translator_use_goto_tbRichard Henderson1-14/+1
2021-07-09target/mips: Fix missing else in gen_goto_tbRichard Henderson1-1/+2
2021-07-09target/mips: Use translator_use_goto_tbRichard Henderson1-15/+2
2021-07-09target/microblaze: Use translator_use_goto_tbRichard Henderson1-10/+1
2021-07-09target/m68k: Use translator_use_goto_tbRichard Henderson1-11/+1
2021-07-09target/i386: Use translator_use_goto_tbRichard Henderson1-12/+2
2021-07-09target/hppa: Use translator_use_goto_tbRichard Henderson1-4/+1
2021-07-09target/cris: Use translator_use_goto_tbRichard Henderson1-3/+2
2021-07-09target/avr: Mark some helpers noreturnRichard Henderson1-4/+4
2021-07-09target/avr: Use translator_use_goto_tbRichard Henderson1-3/+6
2021-07-09target/arm: Use translator_use_goto_tb for aarch32Richard Henderson1-11/+1
2021-07-09target/arm: Use translator_use_goto_tb for aarch64Richard Henderson1-20/+5
2021-07-09target/arm: Use DISAS_TOO_MANY for ISB and SBRichard Henderson1-2/+2
2021-07-09target/alpha: Use translator_use_goto_tbRichard Henderson1-6/+1
2021-07-09target/alpha: Remove in_superpageRichard Henderson1-22/+2
2021-07-09target/alpha: Remove use_exit_tbRichard Henderson1-13/+2
2021-07-09accel/tcg: Introduce translator_use_goto_tbRichard Henderson2-0/+21
2021-07-09tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson4-21/+5
2021-07-09tcg: Bake tb_destroy() into tcg_region_treeLiren Wei3-18/+8
2021-07-09accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()Liren Wei1-1/+8
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé17-17/+0
2021-07-09tcg: Add separator in INDEX_op_call dumpRichard Henderson1-1/+1
2021-07-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell22-8/+115
2021-07-08Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell10-17/+161
2021-07-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell7-215/+235
2021-07-08tests/tcg: generalise the disabling of the signals testAlex Bennée3-6/+6
2021-07-07linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé1-94/+94
2021-07-07linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé1-99/+97
2021-07-07linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2-0/+4
2021-07-07linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé1-0/+2
2021-07-07linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé1-0/+2
2021-07-07linux-user: Fix style problems in linuxload.cRichard Henderson1-22/+20