aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini
2017-02-24cpu-exec: remove unnecessary check of cpu->exit_requestPaolo Bonzini
2017-02-24replay: check icount in cpu exec loopPavel Dovgalyuk
2017-02-24tcg: handle EXCP_ATOMIC exception for system emulationPranith Kumar
2017-02-24tcg: enable thread-per-vCPUAlex Bennée
2017-02-24tcg: remove global exit_requestAlex Bennée
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka
2017-02-24tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée
2017-02-24mttcg: Add missing tb_lock/unlock() in cpu_exec_step()Pranith Kumar
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini
2017-02-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini
2017-02-16cpu-exec: remove outermost infinite loopPaolo Bonzini
2017-02-16cpu-exec: avoid repeated sigsetjmp on interruptsPaolo Bonzini
2017-02-16cpu-exec: avoid cpu_loop_exit in cpu_handle_interruptPaolo Bonzini
2017-02-16cpu-exec: tighten barrier on TCG_EXIT_REQUESTEDPaolo Bonzini
2017-02-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2017-01-27replay: improve interrupt handlingPavel Dovgalyuk
2016-11-01log: Add locking to large logging blocksRichard Henderson
2016-10-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell
2016-10-31tcg: protect translation related stuff with tb_lock.KONRAD Frederic
2016-10-31cpu-exec: include cpu_index in CPU_LOG_EXEC messagesAlex Bennée
2016-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...Peter Maydell
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-25target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()Laurent Vivier
2016-10-04cpu: atomically modify cpu->exit_requestAlex Bennée
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov
2016-09-16cpu-exec: Check -dfilter for -d cpuRichard Henderson
2016-09-13tcg: rename tb_find_physical()Sergey Fedorov
2016-09-13tcg: Merge tb_find_slow() and tb_find_fast()Sergey Fedorov
2016-09-13tcg: Avoid bouncing tb_lock between tb_gen_code() and tb_add_jump()Sergey Fedorov
2016-09-13tcg: cpu-exec: remove tb_lock from the hot-pathAlex Bennée
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini
2016-09-13tcg: Prepare safe access to tb_flushed out of tb_lockSergey Fedorov
2016-09-13tcg: Prepare safe tb_jmp_cache lookup out of tb_lockSergey Fedorov
2016-09-13tcg: Pass last_tb by value to tb_find_fast()Sergey Fedorov
2016-07-17cpu-exec: Move down some declarations in cpu_exec()Sergey Fedorov
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota
2016-05-26cpu-exec: Fix direct jump to TB spanning pageSergey Fedorov
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-12cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()Sergey Fedorov
2016-05-12cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move TB execution stuff out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move interrupt handling out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move exception handling out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move halt handling out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Remove relic orphaned commentSergey Fedorov
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov