summaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini1-1/+1
2017-03-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini1-3/+4
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
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-4/+0
2016-05-12cpu-exec: Move TB chaining into tb_find_fast()Sergey Fedorov1-16/+19
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov1-10/+11
2016-05-12tcg: Clean up from 'next_tb'Sergey Fedorov1-27/+32
2016-05-12cpu-exec: elide more icount code if CONFIG_USER_ONLYPaolo Bonzini1-0/+8
2016-05-12tcg: reorganize tb_find_physical loopAlex Bennée1-20/+24
2016-05-12tcg: Clean up direct block chaining safety checksSergey Fedorov1-5/+2
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-3/+3
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée1-6/+7
2016-03-22qemu-log: Improve the "exec" TB execution loggingPeter Maydell1-9/+11
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29exec: Clean up includesPeter Maydell1-1/+1
2015-11-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell1-13/+42
2015-11-06replay: interrupts and exceptionsPavel Dovgalyuk1-10/+38
2015-11-05cpu-exec: allow temporary disabling icountPavel Dovgalyuk1-3/+4
2015-11-04cpu-exec: Fix compiler warning (-Werror=clobbered)Stefan Weil1-3/+15
2015-10-19cpu-exec: Add "nochain" debug flagRichard Henderson1-1/+2
2015-09-25i386: partial revert of interrupt poll fixPavel Dovgalyuk1-0/+9