summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-1/+1
* TCG op size estimation fix.pbrook2008-03-311-0/+6
* Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady)aurel322008-03-281-5/+52
* Fix opparam_buf size estimate.pbrook2008-02-031-1/+3
* use the TCG code generatorbellard2008-02-011-50/+5
* Fix code generation buffer overflow reported by TeLeManblueswir12007-12-111-2/+2
* Avoid duplicated definitions: move common definitions from exec-all.hj_mayer2007-11-191-30/+0
* Fixes for s/390 host support, by Bastian Blank.ths2007-11-181-18/+0
* For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer2007-11-041-3/+0
* Handle IBE on MIPS properly.ths2007-10-201-1/+1
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-30/+10
* CRIS support in toplevel, by Edgar E. Iglesias.ths2007-10-081-0/+2
* Fix compilation on Darwin platform, avoiding the use of gcc function attributesj_mayer2007-09-301-1/+1
* always_inline gcc directive can be useful.j_mayer2007-09-291-0/+8
* Extend TB flags to 64 bits (Alexander Graf).j_mayer2007-09-201-1/+1
* Make likely/unlikely accessible also in hw/.balrog2007-09-201-0/+2
* Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer2007-09-201-0/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-5/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-27/+27
* Fiddly dyngen bits for s390 host support, by Ulrich Hecht.ths2007-07-311-0/+18
* Remove unaligned accesses in ia64_apply_fixes().balrog2007-07-021-2/+2
* m68k/ColdFire system emulation.pbrook2007-05-231-0/+2
* Enable faults for unassigned memory accesses and unimplemented ASIsblueswir12007-05-171-0/+4
* More generic 64 bit multiplication support, by Aurelien Jarno.ths2007-05-161-0/+3
* Fix wrong branch condition in MIPS testandset.ths2007-05-101-1/+1
* Another #elif'ication.ths2007-05-081-27/+12
* Some bits of Linux/MIPS host support, still segfaulty.ths2007-05-051-0/+22
* Integrate Alpha target in Qemu core.j_mayer2007-04-051-0/+2
* MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths2007-02-281-2/+1
* Speed up tlb_flush_page (Daniel Jacobowitz).pbrook2006-11-121-1/+11
* low level support for memory mapped flash devices (initial patch by Jocelyn M...bellard2006-06-251-1/+1
* sh4 target (Samuel Tardieu)bellard2006-04-271-0/+2
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-1/+1
* optional support for kernel code virtualizationbellard2006-02-081-3/+9
* correct MIPS state restoring (Daniel Jacobowitz)bellard2005-12-051-0/+1
* PAGE_EXEC support in TLBsbellard2005-11-281-6/+14
* ARM system emulation (Paul Brook)bellard2005-11-261-1/+3
* SMP supportbellard2005-11-211-1/+1
* make the TB cache independent of MMU mappings (faster MMU context switches an...bellard2005-11-201-33/+2
* suppressed JUMP_TB (Paul Brook)bellard2005-10-301-9/+0
* disabled LDT test (kqemu 0.7.2 no longer needs it)bellard2005-09-041-5/+1
* kqemu_cpu_interrupt support for win32 (Filip Navara)bellard2005-09-031-0/+1
* compilation fix for gcc3.4 on win32 (Paul Brook)bellard2005-08-211-3/+7
* added kqemu_set_notdirty()bellard2005-08-211-3/+6
* temporary work around for 16 bit code in kqemubellard2005-07-241-1/+2
* MIPS target (Jocelyn Mayer)bellard2005-07-021-0/+2
* correct __builtin_expect definition - increased code gen buffer size for x86bellard2005-07-021-2/+2
* removed unused stuffbellard2005-04-171-3/+0
* ia64 host support (David Mosberger)bellard2005-04-071-0/+11