aboutsummaryrefslogtreecommitdiff
path: root/exec-all.h
AgeCommit message (Expand)Author
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-20exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.cRichard Henderson
2012-10-19tci: fix build breakage for target-sparcMichael Roth
2012-09-21tcg-sparc: Fix and enable direct TB chaining.Richard Henderson
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-09-15tcg: Fix MAX_OPC_PARAM_IARGSStefan Weil
2012-06-25cleanup cpu_set_debug_excp_handlerIgor Mammedov
2012-05-19linux-user: Fix stale tbs after mmapAlexander Graf
2012-05-01cputlb: move TLB handling to a separate fileBlue Swirl
2012-04-21tci: GETPC() macro must return an uintptr_tStefan Weil
2012-04-14exec: provide tb_invalidate_phys_addr functionMax Filippov
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-07Add QEMU_NORETURN to function cpu_io_recompileStefan Weil
2012-04-07Add QEMU_NORETURN to function cpu_resume_from_signalStefan Weil
2012-04-07w64: Fix data type of tb_next and other variables used for host addressesStefan Weil
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-08memory: get rid of cpu_register_io_memory()Avi Kivity
2012-03-08memory: dispatch directly via MemoryRegionAvi Kivity
2012-03-08memory: store section indices in iotlb instead of io indicesAvi Kivity
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