aboutsummaryrefslogtreecommitdiffstats
path: root/exec-all.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-25ARM host: fix generated blocks linkingLaurent Desnogues1-1/+3
2009-09-23exec-all.h: increase OPC_BUF_SIZEAurelien Jarno1-1/+1
2009-09-23exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64Aurelien Jarno1-1/+1
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-35/+0
2009-07-27Enable USE_DIRECT_JUMP on Win32.Filip Navara1-4/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-1/+1
2009-04-11Implement dynamic guest ram allocation.pbrook1-0/+3
2009-04-11Remove code phys_ram_base uses.pbrook1-1/+4
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+4
2009-02-08Remove GenOpFunc typedefsblueswir11-5/+0
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-1/+1
2009-01-14Add noreturn function attributeblueswir11-1/+4
2009-01-14Remove all traces of __powerpc__malc1-2/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-07Some cleanups after dyngen removalaurel321-14/+0
2008-12-01Use libgcc __clear_cache to clean icache, when available.balrog1-0/+8
2008-11-30Common cpu_loop_exit prototypeaurel321-0/+1
2008-11-18Add debug exception hook (Jan Kiszka)aliguori1-0/+4
2008-11-11Revert commits 5685 to 5688 committed by mistakeaurel321-1/+1
2008-11-11Disable debug code for production.aurel321-1/+1
2008-10-23protect exec-all.h frm multiple inclusion (Glauber Costa)aliguori1-0/+3
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir11-1/+1
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog1-4/+0
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-2/+3
2008-07-29On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64malc1-35/+0
2008-07-23Preliminary PPC64/Linux host supportmalc1-0/+5
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-2/+2
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths1-2/+2
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-1/+1
2008-06-29Add instruction counter.pbrook1-6/+27
2008-06-07Multithreaded locking fixes.pbrook1-211/+1
2008-06-07PPC TCG Fixesmalc1-15/+20
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-05-30support of long calls for PPC (malc)bellard1-3/+14
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard1-0/+6
2008-05-28variable dynamic translation buffer sizebellard1-35/+2
2008-05-27qemu-nbd tool (Anthony Liguori)bellard1-1/+1
2008-05-19ARM host support for TCG targets.balrog1-1/+17
2008-05-12removed unused codebellard1-3/+0
2008-05-10Fix compiler warnings in common filesblueswir11-11/+11
2008-05-09Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka).edgar_igl1-1/+1
2008-05-06Make the paged properties of the tb-jmp-cache hash function work for TARGET_P...edgar_igl1-3/+3
2008-05-05Revert commit r4342 and r4343, wasn't intended to be committedaurel321-1/+1
2008-05-05Disable debug code for production.aurel321-1/+1
2008-04-28Factorize code in translate.caurel321-0/+3
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-1/+1