aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-10BSD user: add support for OpenBSD/i386 hostblueswir11-1/+12
2009-04-04Make i386-softmmu boot on Sparc hostblueswir11-0/+10
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-1/+0
2009-03-06Fix race condition on access to env->interrupt_requestaurel321-8/+8
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-19/+14
2009-01-14Get rid of user_mode_onlyaurel321-2/+4
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-20Fix remaining compiler warnings for mips targets.ths1-1/+1
2008-12-19When -icount is used and a TB is recompiled due to an IO access pbrook1-0/+1
2008-12-13target-i386: SVM: acknowledge interrupt only after it is takenaurel321-1/+1
2008-12-11target-ppc: rework exception codeaurel321-1/+1
2008-12-05Attached patch make cpu-exec.c compile on NetBSD.blueswir11-4/+19
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-1/+1
2008-11-22target-ppc: convert exceptions generation to TCGaurel321-1/+1
2008-11-18Add debug exception hook (Jan Kiszka)aliguori1-0/+13
2008-11-18Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)aliguori1-0/+11
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-61/+2
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-2/+2
2008-11-17TCG variable type checking.pbrook1-3/+3
2008-11-10KVM: simplify kvm_cpu_exec hookaliguori1-10/+2
2008-11-06Fix interrupt exclusion via SSTEP_NOIRQmalc1-2/+8
2008-11-06Remove unused reg_T2 definitionaurel321-4/+0