aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
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
2014-12-15cpu-exec: fix cpu_exec_nocachePavel Dovgalyuk
2014-09-25cpu-exec: Do CPU_INTERRUPT_HALT unconditionallyRichard Henderson
2014-09-25target-i386: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-ppc: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-lm32: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-microblaze: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-mips: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-tricore: Remove the dummy interrupt boilerplateRichard Henderson
2014-09-25target-openrisc: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-sparc: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-arm: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-unicore32: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-sh4: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-alpha: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-cris: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-m68k: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-s390x: Use cpu_exec_interrupt qom hookRichard Henderson