summaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
Commit message (Expand)AuthorAgeFilesLines
* Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov2009-06-221-1/+8
* microblaze: linux-user support.Edgar E. Iglesias2009-05-261-1/+67
* Recognize V9 stores and CAS accesses as writesBlue Swirl2009-04-251-0/+12
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-0/+5
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-3/+3
* BSD user: add support for OpenBSD/amd64 hostblueswir12009-04-101-11/+19
* BSD user: add support for OpenBSD/i386 hostblueswir12009-04-101-1/+12
* Make i386-softmmu boot on Sparc hostblueswir12009-04-041-0/+10
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-1/+0Star
* Fix race condition on access to env->interrupt_requestaurel322009-03-061-8/+8
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-19/+14Star
* Get rid of user_mode_onlyaurel322009-01-141-2/+4
* Remove all traces of __powerpc__malc2009-01-141-1/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Fix remaining compiler warnings for mips targets.ths2008-12-201-1/+1
* When -icount is used and a TB is recompiled due to an IO access pbrook2008-12-191-0/+1
* target-i386: SVM: acknowledge interrupt only after it is takenaurel322008-12-131-1/+1
* target-ppc: rework exception codeaurel322008-12-111-1/+1
* Attached patch make cpu-exec.c compile on NetBSD.blueswir12008-12-051-4/+19
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-1/+1
* target-ppc: convert exceptions generation to TCGaurel322008-11-221-1/+1
* Add debug exception hook (Jan Kiszka)aliguori2008-11-181-0/+13
* Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)aliguori2008-11-181-0/+11
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-61/+2Star
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-2/+2
* TCG variable type checking.pbrook2008-11-171-3/+3
* KVM: simplify kvm_cpu_exec hookaliguori2008-11-101-10/+2Star
* Fix interrupt exclusion via SSTEP_NOIRQmalc2008-11-061-2/+8
* Remove unused reg_T2 definitionaurel322008-11-061-4/+0Star
* Add KVM support to QEMUaliguori2008-11-051-0/+14
* Add safety net against potential infinite loopmalc2008-11-041-0/+8
* Preliminary BSD user emulator supportblueswir12008-10-261-0/+16
* CRIS: Fix brk 8 and add S-flag emulation.edgar_igl2008-10-081-1/+1
* SH4: Privilege check for instructionsaurel322008-09-151-1/+4
* Support for address maskingblueswir12008-07-171-2/+3
* Fix r4641 (invalid token "=<" in a preprocessor expression)blueswir12008-07-081-1/+1
* Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2008-07-031-3/+3
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-1/+1
* Add instruction counter.pbrook2008-06-291-30/+63
* More efficient target register / TC accesses.ths2008-06-271-1/+1
* CRIS: Emulate NMIs.edgar_igl2008-06-101-1/+9
* Multithreaded locking fixes.pbrook2008-06-071-14/+11Star
* CRIS: Add the P flag to the tb dependent flags.edgar_igl2008-06-061-1/+1
* reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard2008-06-041-44/+45
* Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl).balrog2008-06-021-0/+4
* Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir12008-05-291-13/+0Star
* SVM reworkbellard2008-05-281-1/+0Star
* removed unused codebellard2008-05-271-7/+0Star
* CRIS: Re-add the X flag to the tb flags, it allows for better code generation...edgar_igl2008-05-271-1/+1