aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
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
2008-11-18Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)aliguori
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-11-10KVM: simplify kvm_cpu_exec hookaliguori
2008-11-06Fix interrupt exclusion via SSTEP_NOIRQmalc
2008-11-06Remove unused reg_T2 definitionaurel32
2008-11-05Add KVM support to QEMUaliguori
2008-11-04Add safety net against potential infinite loopmalc
2008-10-26Preliminary BSD user emulator supportblueswir1
2008-10-07CRIS: Fix brk 8 and add S-flag emulation.edgar_igl
2008-09-15SH4: Privilege check for instructionsaurel32
2008-07-17Support for address maskingblueswir1
2008-07-08Fix r4641 (invalid token "=<" in a preprocessor expression)blueswir1
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths
2008-06-30Spelling fixes, spotted by Stuart Brady.ths
2008-06-29Add instruction counter.pbrook
2008-06-27More efficient target register / TC accesses.ths
2008-06-09CRIS: Emulate NMIs.edgar_igl
2008-06-07Multithreaded locking fixes.pbrook
2008-06-06CRIS: Add the P flag to the tb dependent flags.edgar_igl
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard
2008-06-02Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl).balrog
2008-05-29Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir1
2008-05-28SVM reworkbellard
2008-05-27removed unused codebellard
2008-05-27CRIS: Re-add the X flag to the tb flags, it allows for better code generation...edgar_igl
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir1
2008-05-19Fix Sparc32 compilation broken by r4484blueswir1
2008-05-18Fix Sparc64 host signal handlingblueswir1
2008-05-17Improved workaround for the annoying glibc global register mangling bugblueswir1
2008-05-15Always process real timers regardless of singlestep mode (Jason Wessel).edgar_igl
2008-05-14Fix compilation on Sparc host, implement ld and stblueswir1
2008-05-13CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl
2008-05-12use new helper namebellard