aboutsummaryrefslogtreecommitdiff
path: root/exec-all.h
AgeCommit message (Expand)Author
2008-06-30Spelling fixes, spotted by Stuart Brady.ths
2008-06-29Add instruction counter.pbrook
2008-06-07Multithreaded locking fixes.pbrook
2008-06-07PPC TCG Fixesmalc
2008-06-03Spelling fixes, by Stefan Weil.ths
2008-05-30support of long calls for PPC (malc)bellard
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard
2008-05-28variable dynamic translation buffer sizebellard
2008-05-27qemu-nbd tool (Anthony Liguori)bellard
2008-05-19ARM host support for TCG targets.balrog
2008-05-12removed unused codebellard
2008-05-10Fix compiler warnings in common filesblueswir1
2008-05-09Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka).edgar_igl
2008-05-06Make the paged properties of the tb-jmp-cache hash function work for TARGET_P...edgar_igl
2008-05-05Revert commit r4342 and r4343, wasn't intended to be committedaurel32
2008-05-05Disable debug code for production.aurel32
2008-04-28Factorize code in translate.caurel32
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-03-31TCG op size estimation fix.pbrook
2008-03-28Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady)aurel32
2008-02-03Fix opparam_buf size estimate.pbrook
2008-02-01use the TCG code generatorbellard
2007-12-11 Fix code generation buffer overflow reported by TeLeManblueswir1
2007-11-19Avoid duplicated definitions: move common definitions from exec-all.hj_mayer
2007-11-18Fixes for s/390 host support, by Bastian Blank.ths
2007-11-04For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer
2007-10-20Handle IBE on MIPS properly.ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths
2007-09-30Fix compilation on Darwin platform, avoiding the use of gcc function attributesj_mayer
2007-09-29always_inline gcc directive can be useful.j_mayer
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer
2007-09-20Make likely/unlikely accessible also in hw/.balrog
2007-09-20Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-31Fiddly dyngen bits for s390 host support, by Ulrich Hecht.ths
2007-07-02Remove unaligned accesses in ia64_apply_fixes().balrog
2007-05-23m68k/ColdFire system emulation.pbrook
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir1
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths
2007-05-10Fix wrong branch condition in MIPS testandset.ths
2007-05-08Another #elif'ication.ths
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths
2007-04-05Integrate Alpha target in Qemu core.j_mayer
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths
2006-11-12Speed up tlb_flush_page (Daniel Jacobowitz).pbrook
2006-06-25low level support for memory mapped flash devices (initial patch by Jocelyn M...bellard