Age | Commit message (Expand) | Author | Files | Lines |
2010-05-11 | make SIG_IPI to tcg vcpu thread reliable | Marcelo Tosatti | 1 | -0/+3 |
2010-05-01 | Clean up definition of MAX_OPC_PARAM | Stuart Brady | 1 | -2/+14 |
2010-04-08 | remove TARGET_* defines from translate-all.c | Paolo Bonzini | 1 | -4/+0 |
2010-04-08 | Shrink tb_jmp_offset to two entries, the other two are never used. | Filip Navara | 1 | -4/+1 |
2010-03-29 | Compile qemu-timer only once | Blue Swirl | 1 | -14/+0 |
2010-03-17 | Large page TLB flush | Paul Brook | 1 | -11/+3 |
2010-03-12 | Fix usermode virtual address type | Paul Brook | 1 | -1/+1 |
2010-03-12 | Disable phsyical memory handling in userspace emulation. | Paul Brook | 1 | -4/+4 |
2010-03-12 | Add tb_page_addr_t | Paul Brook | 1 | -8/+17 |
2010-03-01 | Avoid tlb_set_page in userspace emulation | Paul Brook | 1 | -0/+2 |
2009-12-01 | tcg: increase TCG_MAX_OP_SIZE to 192 | Aurelien Jarno | 1 | -3/+3 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -4/+4 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -4/+4 |
2009-09-25 | ARM host: fix generated blocks linking | Laurent Desnogues | 1 | -1/+3 |
2009-09-23 | exec-all.h: increase OPC_BUF_SIZE | Aurelien Jarno | 1 | -1/+1 |
2009-09-23 | exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 | Aurelien Jarno | 1 | -1/+1 |
2009-08-24 | Unbreak large mem support by removing kqemu | Anthony Liguori | 1 | -35/+0 |
2009-07-27 | Enable USE_DIRECT_JUMP on Win32. | Filip Navara | 1 | -4/+1 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-04-19 | kqemu: merge CONFIG_KQEMU and USE_KQEMU | blueswir1 | 1 | -1/+1 |
2009-04-11 | Implement dynamic guest ram allocation. | pbrook | 1 | -0/+3 |
2009-04-11 | Remove code phys_ram_base uses. | pbrook | 1 | -1/+4 |
2009-04-05 | Add new command line option -singlestep for tcg single stepping. | aurel32 | 1 | -0/+4 |
2009-02-08 | Remove GenOpFunc typedefs | blueswir1 | 1 | -5/+0 |
2009-02-01 | Replace noreturn with QEMU_NORETURN | malc | 1 | -1/+1 |
2009-01-14 | Add noreturn function attribute | blueswir1 | 1 | -1/+4 |
2009-01-14 | Remove all traces of __powerpc__ | malc | 1 | -2/+2 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 | 1 | -1/+1 |
2008-12-07 | Some cleanups after dyngen removal | aurel32 | 1 | -14/+0 |
2008-12-01 | Use libgcc __clear_cache to clean icache, when available. | balrog | 1 | -0/+8 |
2008-11-30 | Common cpu_loop_exit prototype | aurel32 | 1 | -0/+1 |
2008-11-18 | Add debug exception hook (Jan Kiszka) | aliguori | 1 | -0/+4 |
2008-11-11 | Revert commits 5685 to 5688 committed by mistake | aurel32 | 1 | -1/+1 |
2008-11-11 | Disable debug code for production. | aurel32 | 1 | -1/+1 |
2008-10-23 | protect exec-all.h frm multiple inclusion (Glauber Costa) | aliguori | 1 | -0/+3 |
2008-10-06 | Show size for unassigned accesses (Robert Reif) | blueswir1 | 1 | -1/+1 |
2008-09-16 | Move offsetof to osdep.h, remove local defintions. | balrog | 1 | -4/+0 |
2008-08-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 | 1 | -2/+3 |
2008-07-29 | On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64 | malc | 1 | -35/+0 |
2008-07-23 | Preliminary PPC64/Linux host support | malc | 1 | -0/+5 |
2008-07-18 | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths | 1 | -2/+2 |
2008-07-03 | Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. | ths | 1 | -2/+2 |
2008-06-30 | Spelling fixes, spotted by Stuart Brady. | ths | 1 | -1/+1 |
2008-06-29 | Add instruction counter. | pbrook | 1 | -6/+27 |
2008-06-07 | Multithreaded locking fixes. | pbrook | 1 | -211/+1 |
2008-06-07 | PPC TCG Fixes | malc | 1 | -15/+20 |
2008-06-03 | Spelling fixes, by Stefan Weil. | ths | 1 | -1/+1 |
2008-05-30 | support of long calls for PPC (malc) | bellard | 1 | -3/+14 |
2008-05-30 | kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host | bellard | 1 | -0/+6 |
2008-05-28 | variable dynamic translation buffer size | bellard | 1 | -35/+2 |