aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-16tcg/cpu-exec: precise single-stepping after an exceptionLuc Michel1-0/+11
2020-02-28accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025)Alex Bennée1-10/+11
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+2
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota1-0/+3
2019-10-28cpu: introduce cpu_in_exclusive_context()Emilio G. Cota1-4/+1
2019-08-20icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk1-1/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+2
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson1-11/+12
2019-02-07Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into stagingPeter Maydell1-3/+0
2019-02-06accel/tcg: Consider cluster index in tb_lookup__cpu_state()Peter Maydell1-3/+0
2019-02-05cpu-exec: reset BQL after longjmp in cpu_exec_step_atomicEmilio G. Cota1-0/+3
2019-02-05cpu-exec: add assert_no_pages_locked() after longjmpEmilio G. Cota1-0/+1
2019-01-30tcg: Fix LGPL version numberThomas Huth1-1/+1
2019-01-29accel/tcg: Add cluster number to TCG TB hashPeter Maydell1-0/+3
2018-10-18tcg: Implement CPU_LOG_TB_NOCHAIN during expansionRichard Henderson1-1/+1
2018-08-14accel/tcg: Handle get_page_addr_code() returning -1 in hashtable lookupsPeter Maydell1-0/+3