aboutsummaryrefslogtreecommitdiff
path: root/exec-all.h
AgeCommit message (Expand)Author
2012-01-04Direct dispatch through MemoryRegionAvi Kivity
2012-01-04Uninline get_page_addr_code()Avi Kivity
2012-01-04Avoid range comparisons on io index typesAvi Kivity
2012-01-04memory: move mmio access to functionsAvi Kivity
2011-10-31tcg: Add bytecode generator for tcg interpreterStefan Weil
2011-10-30exec-all: Fix void pointer arithmeticStefan Weil
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini
2011-10-01Move GETPC from dyngen-exec.h to exec-all.hBlue Swirl
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-07-12exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's usesPeter Maydell
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-05-31target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson
2011-05-23Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl
2011-05-20tcg: extend max tcg opcodes when using 64-on-32bitAlexander Graf
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
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