aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06PPC: Fix sync instructions problem in SMPElie Richa1-0/+1
2011-09-10target-xtensa: implement exceptionsMax Filippov1-0/+6
2011-09-10target-xtensa: add target stubsMax Filippov1-0/+2
2011-09-10cpu-exec: remove unnecessary assignmentBlue Swirl1-2/+3
2011-07-12tcg: Reload local variables after return from longjmpJan Kiszka1-0/+4
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl1-54/+20
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-1/+1
2011-06-26cpu-exec: unify do_interrupt callBlue Swirl1-26/+0
2011-06-26m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl1-2/+2
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl1-26/+15
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-8/+8
2011-06-20Remove unneeded kvm.h from cpu-exec.cJan Kiszka1-1/+0
2011-05-31target-alpha: Disable interrupts properly.Richard Henderson1-3/+30
2011-05-28Move user emulator stuff from cpu-exec.c to user-exec.cBlue Swirl1-655/+0
2011-05-28cpu-exec: prepare for user and softmmu splitBlue Swirl1-131/+172
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl1-13/+0
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-2/+2
2011-05-08target-sparc: Do not check CPU_INTERRUPT_TIMER.Richard Henderson1-3/+0
2011-05-08irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.Richard Henderson1-4/+1
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (interupt -> interrupt)Stefan Weil1-1/+1
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-18s390x: Enable s390x-softmmu targetAlexander Graf1-0/+8
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao1-1/+11
2011-03-15x86: Unbreak TCG support for hardware breakpointsJan Kiszka1-0/+27
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-2/+7
2011-03-07LatticeMico32 target supportMichael Walle1-1/+12
2011-02-14kvm: Separate TCG from KVM cpu executionJan Kiszka1-13/+6
2011-02-14Move debug exception handling out of cpu_execJan Kiszka1-24/+0
2010-12-27target-mips: fix host CPU consumption when guest is idleAurelien Jarno1-5/+1
2010-12-05Speedup 'tb_find_slow' by using the same heuristic as during memory page lookupKirill Batuzov1-0/+6
2010-08-06mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias1-1/+1
2010-07-22Fix cpu_exit for tcp_cpu_execJan Kiszka1-2/+1
2010-07-22Fix cpu_unlink_tb raceJan Kiszka1-3/+4
2010-07-22Introduce proper compiler barrierJan Kiszka1-2/+3
2010-06-11tcg-s390: Compute is_write in cpu_signal_handler.Richard Henderson1-3/+39
2010-05-11make SIG_IPI to tcg vcpu thread reliableMarcelo Tosatti1-0/+7
2010-05-05Enable -d cpu logging by default.Richard Henderson1-19/+3
2010-04-08tcg-hppa: Compute is_write in cpu_signal_handler.Richard Henderson1-7/+31
2010-04-01linux-user/ia64: workaround ia64 strangenessesAurelien Jarno1-1/+5
2010-03-12Add tb_page_addr_tPaul Brook1-3/+4
2010-02-23declare saved_env_reg as volatilePaolo Bonzini1-1/+1
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-5/+7
2010-02-21kvm: Fix eflags corruption in kvm modeJan Kiszka1-5/+7
2010-02-20Add FreeBSD/ppc host ucontext definitions.Juergen Lock1-0/+18
2010-02-18get rid of hostregs_helper.hPaolo Bonzini1-6/+9
2010-02-15cris: Prepare for CRISv10.Edgar E. Iglesias1-1/+2
2010-01-19avoid unreachable statement after breakPaolo Bonzini1-1/+1
2010-01-19remove assertionsPaolo Bonzini1-4/+0
2010-01-19change while to ifPaolo Bonzini1-7/+3