summaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-25target-m68k: Use cpu_exec_interrupt qom hookRichard Henderson1-13/+0
2014-09-25target-s390x: Use cpu_exec_interrupt qom hookRichard Henderson1-6/+0
2014-09-25target-xtensa: Use cpu_exec_interrupt qom hookRichard Henderson1-6/+0
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson1-5/+9
2014-09-25target-ppc: Use cpu_exec_enter qom hookRichard Henderson1-3/+0
2014-09-25target-m68k: Use cpu_exec_enter/exit qom hooksRichard Henderson1-12/+1
2014-09-25target-i386: Use cpu_exec_enter/exit qom hooksRichard Henderson1-12/+2
2014-09-25cpu-exec: Remove do-nothing ifdef chainsRichard Henderson1-32/+0
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson1-7/+2
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-10/+3
2014-09-12cpu-exec.c: Allow disabling of IRQs on ARM Cortex-M CPUsDavid Hoover1-2/+2
2014-09-01target-tricore: Add target stubs and qom-cpuBastian Koppelmann1-1/+10
2014-08-12trace: add some tcg tracing supportAlex Bennée1-0/+6
2014-08-07monitor: Add drift info to 'info jit'Sebastian Tanase1-0/+6
2014-08-06cpu-exec: Print to console if the guest is lateSebastian Tanase1-1/+32
2014-08-06cpu-exec: Add sleeping algorithmSebastian Tanase1-0/+79
2014-05-13cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini1-10/+13
2014-04-04cpu-exec: Unlock tb_lock if we longjmp out of code generationPeter Maydell1-0/+8
2014-03-13cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber1-3/+1
2014-03-13translate-all: Change tb_gen_code() argument to CPUStateAndreas Färber1-2/+2
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-8/+6
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber1-2/+3
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-25/+25
2014-03-13cpu: Move jmp_env field from CPU_COMMON to CPUStateAndreas Färber1-3/+5
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber1-2/+4
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber1-2/+2
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber1-5/+5
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-5/+0
2014-02-26target-arm: Store AIF bits in env->pstate for AArch32Peter Maydell1-2/+2
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+4
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-4/+10
2014-01-07exec: Delay CPU_LOG_TB_CPU until we actually execute a TBRichard Henderson1-17/+19