summaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-16cpu-exec: Migrate some generic fns to cpu-exec-commonPeter Crosthwaite1-59/+0
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-49/+70
2015-09-11cpu-exec: introduce loop exit with restore functionPavel Dovgalyuk1-0/+9
2015-09-09cpu-exec: fix lock hierarchy for user-mode emulationPaolo Bonzini1-18/+53
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic1-11/+3
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini1-1/+1
2015-09-09tcg: synchronize exit_request and tcg_current_cpu accessesPaolo Bonzini1-1/+1
2015-09-09tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini1-1/+5
2015-09-09tcg: assign cpu->current_tb in a simpler placePaolo Bonzini1-8/+2
2015-09-09tcg: introduce tcg_current_cpuPaolo Bonzini1-9/+5
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini1-1/+1
2015-08-06cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov1-6/+2
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-15/+13
2015-06-26include/exec: Move tb hash functions outPeter Crosthwaite1-0/+1
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+33
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini1-1/+24
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini1-1/+5
2015-02-16exec: introduce cpu_reload_memory_mapPaolo Bonzini1-0/+6
2015-02-10cpu-exec: simplify icount codePaolo Bonzini1-8/+3
2015-02-10cpu-exec: drop dead assignmentPaolo Bonzini1-1/+0
2015-02-02cpu-exec: simplify init_delay_paramsPaolo Bonzini1-4/+2
2015-02-02cpu-exec: simplify align_clocksPaolo Bonzini1-2/+1
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk1-1/+1
2014-12-15icount: set can_do_io outside TB executionPavel Dovgalyuk1-0/+3
2014-12-15cpu-exec: reset exception_index correctlyPavel Dovgalyuk1-1/+2
2014-12-15cpu-exec: fix cpu_exec_nocachePavel Dovgalyuk1-1/+6
2014-09-25cpu-exec: Do CPU_INTERRUPT_HALT unconditionallyRichard Henderson1-5/+0
2014-09-25target-i386: Use cpu_exec_interrupt qom hookRichard Henderson1-64/+0
2014-09-25target-ppc: Use cpu_exec_interrupt qom hookRichard Henderson1-8/+0
2014-09-25target-lm32: Use cpu_exec_interrupt qom hookRichard Henderson1-7/+0
2014-09-25target-microblaze: Use cpu_exec_interrupt qom hookRichard Henderson1-9/+0
2014-09-25target-mips: Use cpu_exec_interrupt qom hookRichard Henderson1-9/+0
2014-09-25target-tricore: Remove the dummy interrupt boilerplateRichard Henderson1-5/+0
2014-09-25target-openrisc: Use cpu_exec_interrupt qom hookRichard Henderson1-18/+0
2014-09-25target-sparc: Use cpu_exec_interrupt qom hookRichard Henderson1-16/+0
2014-09-25target-arm: Use cpu_exec_interrupt qom hookRichard Henderson1-23/+0
2014-09-25target-unicore32: Use cpu_exec_interrupt qom hookRichard Henderson1-7/+0
2014-09-25target-sh4: Use cpu_exec_interrupt qom hookRichard Henderson1-5/+0
2014-09-25target-alpha: Use cpu_exec_interrupt qom hookRichard Henderson1-32/+0
2014-09-25target-cris: Use cpu_exec_interrupt qom hookRichard Henderson1-21/+0