summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini
2014-06-19memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini
2014-06-19memory: reorganize file-based allocationPaolo Bonzini
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao
2014-06-19memory: add memory_region_is_mapped() APIIgor Mammedov
2014-06-18memory: MemoryRegion: rename parent to containerPaolo Bonzini
2014-06-17exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstrHu Tao
2014-06-11exec: replace ffsl with ctzlNatanael Copa
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: move softmmu_template.h out of include/Paolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini
2014-06-05softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPEPaolo Bonzini
2014-06-05softmmu: move MMUSUFFIX under SOFTMMU_CODE_ACCESSPaolo Bonzini
2014-06-05softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.hPaolo Bonzini
2014-05-28tcg: Move size effects out of dh_argRichard Henderson
2014-05-28tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson
2014-05-28tcg: Save flags and computed sizemask in TCGHelperInfoRichard Henderson
2014-05-28tcg: Move side effects out of dh_sizemaskRichard Henderson
2014-05-28tcg: Inline tcg_gen_helperNRichard Henderson
2014-05-28tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson
2014-05-15Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-s390-20140515' into s...Peter Maydell
2014-05-15tcg-s390: Implement direct chaining of TBsRichard Henderson
2014-05-15Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell
2014-05-13exec-all.h: Use stl_le_p instead of stl_p patching x86Richard Henderson
2014-05-13cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson
2014-05-12exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumpsPeter Maydell
2014-05-07docs/memory.txt: Fix document on MMIO operationsFam Zheng
2014-04-28tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changesRichard Henderson
2014-04-17target-arm: A64: Implement DC ZVAPeter Maydell
2014-03-17exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoderPeter Maydell
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13exec: Change memory_region_section_get_iotlb() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_unprotect_code_phys() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13translate-all: Change tb_flush_jmp_cache() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change tb_gen_code() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change cpu_io_recompile() argument to CPUStateAndreas Färber