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