aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-18s390x: Enable s390x-softmmu targetAlexander Graf
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao
2011-03-15x86: Unbreak TCG support for hardware breakpointsJan Kiszka
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2011-03-07LatticeMico32 target supportMichael Walle
2011-02-14kvm: Separate TCG from KVM cpu executionJan Kiszka
2011-02-14Move debug exception handling out of cpu_execJan Kiszka
2010-12-27target-mips: fix host CPU consumption when guest is idleAurelien Jarno
2010-12-05Speedup 'tb_find_slow' by using the same heuristic as during memory page lookupKirill Batuzov
2010-08-06mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias
2010-07-22Fix cpu_exit for tcp_cpu_execJan Kiszka
2010-07-22Fix cpu_unlink_tb raceJan Kiszka
2010-07-22Introduce proper compiler barrierJan Kiszka
2010-06-11tcg-s390: Compute is_write in cpu_signal_handler.Richard Henderson
2010-05-11make SIG_IPI to tcg vcpu thread reliableMarcelo Tosatti
2010-05-05Enable -d cpu logging by default.Richard Henderson
2010-04-08tcg-hppa: Compute is_write in cpu_signal_handler.Richard Henderson
2010-04-01linux-user/ia64: workaround ia64 strangenessesAurelien Jarno
2010-03-12Add tb_page_addr_tPaul Brook
2010-02-23declare saved_env_reg as volatilePaolo Bonzini
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2010-02-21kvm: Fix eflags corruption in kvm modeJan Kiszka
2010-02-20Add FreeBSD/ppc host ucontext definitions.Juergen Lock
2010-02-18get rid of hostregs_helper.hPaolo Bonzini
2010-02-15cris: Prepare for CRISv10.Edgar E. Iglesias
2010-01-19avoid unreachable statement after breakPaolo Bonzini
2010-01-19remove assertionsPaolo Bonzini
2010-01-19change while to ifPaolo Bonzini
2010-01-19add assertions about env->current_tbPaolo Bonzini
2010-01-19clean up env->current_tbPaolo Bonzini
2010-01-19fix wrong indentationPaolo Bonzini
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2010-01-08sparc64: interrupt trap handlingIgor V. Kovalenko
2009-12-05S/390 CPU fake emulationAlexander Graf
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl
2009-10-18bsd-user: FreeBSD updateJuergen Lock
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-08-22sparc32 remove an unnecessary cpu irq setBlue Swirl
2009-07-27rename DEBUG_EXEC to CONFIG_DEBUG_EXECJuan Quintela
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-12sparc64: trap handling correctionsIgor Kovalenko
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov
2009-05-26microblaze: linux-user support.Edgar E. Iglesias
2009-04-25Recognize V9 stores and CAS accesses as writesBlue Swirl
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori