aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
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
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir1
2009-04-10BSD user: add support for OpenBSD/amd64 hostblueswir1
2009-04-10BSD user: add support for OpenBSD/i386 hostblueswir1
2009-04-04Make i386-softmmu boot on Sparc hostblueswir1
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-06Fix race condition on access to env->interrupt_requestaurel32
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-14Get rid of user_mode_onlyaurel32
2009-01-14Remove all traces of __powerpc__malc
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-20Fix remaining compiler warnings for mips targets.ths
2008-12-19When -icount is used and a TB is recompiled due to an IO access pbrook
2008-12-13target-i386: SVM: acknowledge interrupt only after it is takenaurel32
2008-12-11target-ppc: rework exception codeaurel32
2008-12-05Attached patch make cpu-exec.c compile on NetBSD.blueswir1
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-22target-ppc: convert exceptions generation to TCGaurel32
2008-11-18Add debug exception hook (Jan Kiszka)aliguori