aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota1-0/+2
2023-02-02cpu: free cpu->tb_jmp_cache with RCUEmilio Cota1-2/+1
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson1-12/+11
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson1-3/+8
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-3/+2
2023-01-16accel/tcg: Split out cpu_exec_{setjmp,loop}Richard Henderson1-57/+54
2022-11-01accel/tcg: Complete cpu initialization before registrationRichard Henderson1-3/+5
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson1-4/+5
2022-10-26accel/tcg: Add a quicker check for breakpointsLeandro Lupori1-6/+9
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson1-6/+10
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-21/+25
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-3/+7
2022-10-04accel/tcg: Do not align tb->page_addr[0]Richard Henderson1-8/+8
2022-09-06accel/tcg: Document the faulting lookup in tb_lookup_cmpRichard Henderson1-1/+10
2022-09-06accel/tcg: Make tb_htable_lookup staticRichard Henderson1-61/+61
2022-09-06accel/tcg: Unlock mmap_lock after longjmpRichard Henderson1-6/+6
2022-06-11accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow1-1/+1
2022-06-11accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow1-1/+1
2022-04-20accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlockRichard Henderson1-1/+1
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-7/+9
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-06accel/tcg: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé1-2/+2
2022-02-28accel/tcg/cpu-exec: Fix precise single-stepping after interruptLuc Michel1-2/+6
2022-02-09replay: use CF_NOIRQ for special exception-replaying TBPavel Dovgalyuk1-1/+2
2022-01-18monitor: move x-query-profile into accel/tcg to fix buildAlex Bennée1-0/+31
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée1-0/+9
2021-11-03Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson1-9/+42
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé1-0/+14
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé1-9/+28
2021-10-30accel/tcg: Move clear_helper_retaddr to cpu loopRichard Henderson1-1/+2
2021-10-15accel/tcg: Handle gdb singlestep in cpu_tb_execRichard Henderson1-0/+11
2021-09-21accel/tcg: Restrict cpu_handle_halt() to sysemuPhilippe Mathieu-Daudé1-2/+4
2021-09-14accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemuPhilippe Mathieu-Daudé1-3/+7
2021-09-14accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé1-2/+2
2021-07-26accel/tcg: Remove unused variable in cpu_execRichard Henderson1-8/+2
2021-07-26accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb()Peter Maydell1-1/+3
2021-07-26accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.lowPeter Maydell1-1/+1
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson1-1/+6
2021-07-21accel/tcg: Move breakpoint recognition outside translationRichard Henderson1-3/+88
2021-07-21accel/tcg: Merge tb_find into its only callerRichard Henderson1-43/+42
2021-07-21accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomicRichard Henderson1-3/+8
2021-07-21accel/tcg: Handle -singlestep in curr_cflagsRichard Henderson1-1/+7
2021-07-21accel/tcg: Drop CF_NO_GOTO_PTR from -d nochainRichard Henderson1-1/+1
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson1-1/+7
2021-07-21accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson1-0/+5
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 Henderson1-1/+30