aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-19add assertions about env->current_tbPaolo Bonzini1-1/+5
2010-01-19clean up env->current_tbPaolo Bonzini1-0/+2
2010-01-19fix wrong indentationPaolo Bonzini1-3/+1
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-9/+0
2010-01-08sparc64: interrupt trap handlingIgor V. Kovalenko1-14/+14
2009-12-05S/390 CPU fake emulationAlexander Graf1-0/+2
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl1-1/+1
2009-10-18bsd-user: FreeBSD updateJuergen Lock1-2/+25
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-1/+1
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-409/+6
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-37/+1
2009-08-22sparc32 remove an unnecessary cpu irq setBlue Swirl1-3/+0
2009-07-27rename DEBUG_EXEC to CONFIG_DEBUG_EXECJuan Quintela1-3/+3
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela1-5/+5
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-12sparc64: trap handling correctionsIgor Kovalenko1-2/+2
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying1-0/+4
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov1-1/+8
2009-05-26microblaze: linux-user support.Edgar E. Iglesias1-1/+67
2009-04-25Recognize V9 stores and CAS accesses as writesBlue Swirl1-0/+12
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-0/+5
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-3/+3
2009-04-10BSD user: add support for OpenBSD/amd64 hostblueswir11-11/+19