aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)Author
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
2018-06-15translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota
2018-06-15translate-all: discard TB when tb_link_page returns an existing matching TBEmilio G. Cota
2018-06-15translate-all: introduce assert_no_pages_lockedEmilio G. Cota
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota
2018-06-15qht: require a default comparison functionEmilio G. Cota
2018-05-31accel: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-15tcg: Optionally log FPU state in TCG -d cpu loggingpull-target-arm-20180515Peter Maydell
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-03-12cpu-exec: fix exception_index handlingPavel Dovgalyuk
2017-12-29tcg: add cs_base and flags to -d exec outputPaolo Bonzini
2017-12-21cpu-exec: fix missed CPU kick during interrupt injectionDavid Hildenbrand
2017-11-20Revert "cpu-exec: don't overwrite exception_index"Peter Maydell
2017-11-14cpu-exec: avoid cpu_exec_nocache infinite loop with record/replayPavel Dovgalyuk
2017-11-14cpu-exec: don't overwrite exception_indexPavel Dovgalyuk
2017-11-03cpu-exec: Exit exclusive region on longjmp from step_atomicPeter Maydell