aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-1/+1
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-409/+6
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-37/+1
* sparc32 remove an unnecessary cpu irq setBlue Swirl2009-08-221-3/+0
* rename DEBUG_EXEC to CONFIG_DEBUG_EXECJuan Quintela2009-07-271-3/+3
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-271-5/+5
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* sparc64: trap handling correctionsIgor Kovalenko2009-07-121-2/+2
* QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying2009-07-091-0/+4
* 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/+0
* 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/+14
* 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/+2
* 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/+2
* Fix interrupt exclusion via SSTEP_NOIRQmalc2008-11-061-2/+8
* Remove unused reg_T2 definitionaurel322008-11-061-4/+0
* 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-071-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