summaryrefslogtreecommitdiffstats
path: root/exec-all.h
Commit message (Expand)AuthorAgeFilesLines
* Revert commits 5685 to 5688 committed by mistakeaurel322008-11-111-1/+1
* Disable debug code for production.aurel322008-11-111-1/+1
* protect exec-all.h frm multiple inclusion (Glauber Costa)aliguori2008-10-231-0/+3
* Show size for unassigned accesses (Robert Reif)blueswir12008-10-061-1/+1
* Move offsetof to osdep.h, remove local defintions.balrog2008-09-161-4/+0
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-2/+3
* On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64malc2008-07-291-35/+0
* Preliminary PPC64/Linux host supportmalc2008-07-231-0/+5
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-2/+2
* Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2008-07-031-2/+2
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-1/+1
* Add instruction counter.pbrook2008-06-291-6/+27
* Multithreaded locking fixes.pbrook2008-06-071-211/+1
* PPC TCG Fixesmalc2008-06-071-15/+20
* Spelling fixes, by Stefan Weil.ths2008-06-031-1/+1
* support of long calls for PPC (malc)bellard2008-05-301-3/+14
* kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard2008-05-301-0/+6
* variable dynamic translation buffer sizebellard2008-05-281-35/+2
* qemu-nbd tool (Anthony Liguori)bellard2008-05-271-1/+1
* ARM host support for TCG targets.balrog2008-05-191-1/+17
* removed unused codebellard2008-05-121-3/+0
* Fix compiler warnings in common filesblueswir12008-05-101-11/+11
* Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka).edgar_igl2008-05-091-1/+1
* Make the paged properties of the tb-jmp-cache hash function work for TARGET_P...edgar_igl2008-05-061-3/+3
* Revert commit r4342 and r4343, wasn't intended to be committedaurel322008-05-051-1/+1
* Disable debug code for production.aurel322008-05-051-1/+1
* Factorize code in translate.caurel322008-04-281-0/+3
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+1
* 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
OpenPOWER on IntegriCloud