summaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)Author
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
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono
2020-12-16tcg: Make CPUClass.debug_excp_handler optionalEduardo Habkost
2020-12-16tcg: make CPUClass.cpu_exec_* optionalEduardo Habkost
2020-12-16tcg: cpu_exec_{enter,exit} helpersEduardo Habkost
2020-12-15accel/tcg: Remove special case for GCC < 4.6Philippe Mathieu-Daudé
2020-12-15icount: improve exec nocache usagePavel Dovgalyuk
2020-10-06replay: don't record interrupt pollPavel Dovgalyuk
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-07-17tcg/cpu-exec: precise single-stepping after an interruptRichard Henderson
2020-07-16tcg/cpu-exec: precise single-stepping after an exceptionLuc Michel
2020-02-28accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025)Alex Bennée
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota
2019-10-28cpu: introduce cpu_in_exclusive_context()Emilio G. Cota
2019-08-20icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson
2019-02-07Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into stagingPeter Maydell
2019-02-06accel/tcg: Consider cluster index in tb_lookup__cpu_state()Peter Maydell
2019-02-05cpu-exec: reset BQL after longjmp in cpu_exec_step_atomicEmilio G. Cota
2019-02-05cpu-exec: add assert_no_pages_locked() after longjmpEmilio G. Cota
2019-01-30tcg: Fix LGPL version numberThomas Huth
2019-01-29accel/tcg: Add cluster number to TCG TB hashPeter Maydell
2018-10-18tcg: Implement CPU_LOG_TB_NOCHAIN during expansionRichard Henderson
2018-08-14accel/tcg: Handle get_page_addr_code() returning -1 in hashtable lookupsPeter Maydell
2018-06-15tcg: remove tb_lockEmilio G. Cota