aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)Author
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell
2023-04-04accel/tcg: Fix jump cache set in cpu_exec_loopRichard Henderson
2023-03-22tcg: Clear plugin_mem_cbs on TB exitRichard Henderson
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01accel/tcg: Move jmp-cache `CF_PCREL` checks to callerAnton Johansson
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-27accel/tcg: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota
2023-02-02cpu: free cpu->tb_jmp_cache with RCUEmilio Cota
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson
2023-01-16accel/tcg: Split out cpu_exec_{setjmp,loop}Richard Henderson
2022-11-01accel/tcg: Complete cpu initialization before registrationRichard Henderson
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson
2022-10-26accel/tcg: Add a quicker check for breakpointsLeandro Lupori
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
2022-10-04accel/tcg: Do not align tb->page_addr[0]Richard Henderson
2022-09-06accel/tcg: Document the faulting lookup in tb_lookup_cmpRichard Henderson
2022-09-06accel/tcg: Make tb_htable_lookup staticRichard Henderson
2022-09-06accel/tcg: Unlock mmap_lock after longjmpRichard Henderson
2022-06-11accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow
2022-06-11accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow
2022-04-20accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlockRichard Henderson
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-06accel/tcg: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé
2022-02-28accel/tcg/cpu-exec: Fix precise single-stepping after interruptLuc Michel
2022-02-09replay: use CF_NOIRQ for special exception-replaying TBPavel Dovgalyuk
2022-01-18monitor: move x-query-profile into accel/tcg to fix buildAlex Bennée
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée
2021-11-03Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé
2021-10-30accel/tcg: Move clear_helper_retaddr to cpu loopRichard Henderson
2021-10-15accel/tcg: Handle gdb singlestep in cpu_tb_execRichard Henderson
2021-09-21accel/tcg: Restrict cpu_handle_halt() to sysemuPhilippe Mathieu-Daudé
2021-09-14accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemuPhilippe Mathieu-Daudé
2021-09-14accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé
2021-07-26accel/tcg: Remove unused variable in cpu_execRichard Henderson
2021-07-26accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb()Peter Maydell
2021-07-26accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.lowPeter Maydell
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson
2021-07-21accel/tcg: Move breakpoint recognition outside translationRichard Henderson