aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)Author
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
2021-07-21accel/tcg: Merge tb_find into its only callerRichard Henderson
2021-07-21accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomicRichard Henderson
2021-07-21accel/tcg: Handle -singlestep in curr_cflagsRichard Henderson
2021-07-21accel/tcg: Drop CF_NO_GOTO_PTR from -d nochainRichard Henderson
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson
2021-07-21accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson
2021-07-09accel/tcg: Log tb->cflags with -d execRichard Henderson
2021-07-09accel/tcg: Split out log_cpu_execRichard Henderson
2021-07-09accel/tcg: Move tb_lookup to cpu-exec.cRichard Henderson
2021-07-09accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.cRichard Henderson
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson