aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
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
2016-05-12cpu-exec: Move TB chaining into tb_find_fast()Sergey Fedorov
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov
2016-05-12tcg: Clean up from 'next_tb'Sergey Fedorov
2016-05-12cpu-exec: elide more icount code if CONFIG_USER_ONLYPaolo Bonzini
2016-05-12tcg: reorganize tb_find_physical loopAlex Bennée
2016-05-12tcg: Clean up direct block chaining safety checksSergey Fedorov
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée
2016-03-22qemu-log: Improve the "exec" TB execution loggingPeter Maydell
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29exec: Clean up includesPeter Maydell
2015-11-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell
2015-11-06replay: interrupts and exceptionsPavel Dovgalyuk
2015-11-05cpu-exec: allow temporary disabling icountPavel Dovgalyuk
2015-11-04cpu-exec: Fix compiler warning (-Werror=clobbered)Stefan Weil
2015-10-19cpu-exec: Add "nochain" debug flagRichard Henderson
2015-09-25i386: partial revert of interrupt poll fixPavel Dovgalyuk
2015-09-16cpu-exec: Migrate some generic fns to cpu-exec-commonPeter Crosthwaite
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11cpu-exec: introduce loop exit with restore functionPavel Dovgalyuk
2015-09-09cpu-exec: fix lock hierarchy for user-mode emulationPaolo Bonzini
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini
2015-09-09tcg: synchronize exit_request and tcg_current_cpu accessesPaolo Bonzini
2015-09-09tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini
2015-09-09tcg: assign cpu->current_tb in a simpler placePaolo Bonzini
2015-09-09tcg: introduce tcg_current_cpuPaolo Bonzini
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini