aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
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
2015-08-06cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-06-26include/exec: Move tb hash functions outPeter Crosthwaite
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini
2015-02-16exec: introduce cpu_reload_memory_mapPaolo Bonzini
2015-02-10cpu-exec: simplify icount codePaolo Bonzini
2015-02-10cpu-exec: drop dead assignmentPaolo Bonzini
2015-02-02cpu-exec: simplify init_delay_paramsPaolo Bonzini
2015-02-02cpu-exec: simplify align_clocksPaolo Bonzini
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk
2014-12-15icount: set can_do_io outside TB executionPavel Dovgalyuk
2014-12-15cpu-exec: reset exception_index correctlyPavel Dovgalyuk