aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)Author
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
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée
2021-03-06accel/tcg: rename tb_lookup__cpu_state and hoist state extractionAlex Bennée
2021-02-18accel/tcg: cache single instruction TB on pending replay exceptionAlex Bennée
2021-02-18accel/tcg: actually cache our partial icount TBAlex Bennée
2021-02-11accel/tcg: Add URL of clang bug to comment about our workaroundPeter Maydell
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé
2021-01-22tcg: update the cpu running flag in cpu_exec_step_atomicDouglas Crosher
2021-01-07tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson