aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-05Add KVM support to QEMUaliguori1-0/+14
2008-11-04Add safety net against potential infinite loopmalc1-0/+8
2008-10-26Preliminary BSD user emulator supportblueswir11-0/+16
2008-10-07CRIS: Fix brk 8 and add S-flag emulation.edgar_igl1-1/+1
2008-09-15SH4: Privilege check for instructionsaurel321-1/+4
2008-07-17Support for address maskingblueswir11-2/+3
2008-07-08Fix r4641 (invalid token "=<" in a preprocessor expression)blueswir11-1/+1
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths1-3/+3
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-1/+1
2008-06-29Add instruction counter.pbrook1-30/+63
2008-06-27More efficient target register / TC accesses.ths1-1/+1
2008-06-09CRIS: Emulate NMIs.edgar_igl1-1/+9
2008-06-07Multithreaded locking fixes.pbrook1-14/+11
2008-06-06CRIS: Add the P flag to the tb dependent flags.edgar_igl1-1/+1
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard1-44/+45
2008-06-02Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl).balrog1-0/+4
2008-05-29Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir11-13/+0
2008-05-28SVM reworkbellard1-1/+0
2008-05-27removed unused codebellard1-7/+0
2008-05-27CRIS: Re-add the X flag to the tb flags, it allows for better code generation...edgar_igl1-1/+1
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir11-2/+3
2008-05-19Fix Sparc32 compilation broken by r4484blueswir11-1/+1