aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tcg: increase TCG_MAX_OP_SIZE to 192Aurelien Jarno2009-12-011-3/+3
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* ARM host: fix generated blocks linkingLaurent Desnogues2009-09-251-1/+3
* exec-all.h: increase OPC_BUF_SIZEAurelien Jarno2009-09-231-1/+1
* exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64Aurelien Jarno2009-09-231-1/+1
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-35/+0
* Enable USE_DIRECT_JUMP on Win32.Filip Navara2009-07-271-4/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-1/+1
* Implement dynamic guest ram allocation.pbrook2009-04-111-0/+3
* Remove code phys_ram_base uses.pbrook2009-04-111-1/+4
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+4
* Remove GenOpFunc typedefsblueswir12009-02-081-5/+0
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-1/+1
* Add noreturn function attributeblueswir12009-01-141-1/+4
* Remove all traces of __powerpc__malc2009-01-141-2/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Some cleanups after dyngen removalaurel322008-12-071-14/+0
* Use libgcc __clear_cache to clean icache, when available.balrog2008-12-011-0/+8
* Common cpu_loop_exit prototypeaurel322008-11-301-0/+1
* Add debug exception hook (Jan Kiszka)aliguori2008-11-181-0/+4
* 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