aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-09accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.cRichard Henderson1-0/+30
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé1-3/+3
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé1-0/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell1-1/+0
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson1-3/+0
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée1-8/+8
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée1-5/+4
2021-03-06accel/tcg: rename tb_lookup__cpu_state and hoist state extractionAlex Bennée1-2/+8
2021-02-18accel/tcg: cache single instruction TB on pending replay exceptionAlex Bennée1-40/+4
2021-02-18accel/tcg: actually cache our partial icount TBAlex Bennée1-8/+9
2021-02-11accel/tcg: Add URL of clang bug to comment about our workaroundPeter Maydell1-6/+19
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-13/+14
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-2/+2
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost1-2/+2
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-6/+6
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-2/+2
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana1-0/+28
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov1-0/+2
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé1-0/+1
2021-01-22tcg: update the cpu running flag in cpu_exec_step_atomicDouglas Crosher1-0/+4
2021-01-07tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson1-14/+21
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson1-1/+3
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson1-1/+1
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono1-0/+11
2020-12-16tcg: Make CPUClass.debug_excp_handler optionalEduardo Habkost1-1/+3
2020-12-16tcg: make CPUClass.cpu_exec_* optionalEduardo Habkost1-3/+8
2020-12-16tcg: cpu_exec_{enter,exit} helpersEduardo Habkost1-5/+18
2020-12-15accel/tcg: Remove special case for GCC < 4.6Philippe Mathieu-Daudé1-1/+1
2020-12-15icount: improve exec nocache usagePavel Dovgalyuk1-1/+1
2020-10-06replay: don't record interrupt pollPavel Dovgalyuk1-3/+18
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana1-3/+3
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-5/+34
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-7/+8
2020-07-17tcg/cpu-exec: precise single-stepping after an interruptRichard Henderson1-1/+7