aboutsummaryrefslogtreecommitdiff
path: root/exec-all.h
AgeCommit message (Expand)Author
2011-02-10Make tb_alloc staticTristan Gingold
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl
2010-12-31TCG: Improve tb_phys_hash_func()Aurelien Jarno
2010-12-21tcg-arm: fix __clear_cache() warningAurelien Jarno
2010-10-20Export qemu_ram_addr_from_hostMarcelo Tosatti
2010-07-24remove dead codeJun Koi
2010-07-22Declare code_gen_ptr, code_gen_max_blocks 'static'Stefan Weil
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno
2010-05-11make SIG_IPI to tcg vcpu thread reliableMarcelo Tosatti
2010-05-01Clean up definition of MAX_OPC_PARAMStuart Brady
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini
2010-04-08Shrink tb_jmp_offset to two entries, the other two are never used.Filip Navara
2010-03-29Compile qemu-timer only onceBlue Swirl
2010-03-17Large page TLB flushPaul Brook
2010-03-12Fix usermode virtual address typePaul Brook
2010-03-12Disable phsyical memory handling in userspace emulation.Paul Brook
2010-03-12Add tb_page_addr_tPaul Brook
2010-03-01Avoid tlb_set_page in userspace emulationPaul Brook
2009-12-01tcg: increase TCG_MAX_OP_SIZE to 192Aurelien Jarno
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-25ARM host: fix generated blocks linkingLaurent Desnogues
2009-09-23exec-all.h: increase OPC_BUF_SIZEAurelien Jarno
2009-09-23exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64Aurelien Jarno
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-07-27Enable USE_DIRECT_JUMP on Win32.Filip Navara
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir1
2009-04-11Implement dynamic guest ram allocation.pbrook
2009-04-11Remove code phys_ram_base uses.pbrook
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-02-08Remove GenOpFunc typedefsblueswir1
2009-02-01Replace noreturn with QEMU_NORETURNmalc
2009-01-14Add noreturn function attributeblueswir1
2009-01-14Remove all traces of __powerpc__malc
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-07Some cleanups after dyngen removalaurel32
2008-12-01Use libgcc __clear_cache to clean icache, when available.balrog
2008-11-30Common cpu_loop_exit prototypeaurel32
2008-11-18Add debug exception hook (Jan Kiszka)aliguori
2008-11-11Revert commits 5685 to 5688 committed by mistakeaurel32
2008-11-11Disable debug code for production.aurel32
2008-10-23protect exec-all.h frm multiple inclusion (Glauber Costa)aliguori
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir1
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-07-29On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64malc
2008-07-23Preliminary PPC64/Linux host supportmalc
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths