aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
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
2014-09-25target-xtensa: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson
2014-09-25target-ppc: Use cpu_exec_enter qom hookRichard Henderson
2014-09-25target-m68k: Use cpu_exec_enter/exit qom hooksRichard Henderson
2014-09-25target-i386: Use cpu_exec_enter/exit qom hooksRichard Henderson
2014-09-25cpu-exec: Remove do-nothing ifdef chainsRichard Henderson
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell
2014-09-12cpu-exec.c: Allow disabling of IRQs on ARM Cortex-M CPUsDavid Hoover