summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2014-08-12trace: [tcg] Include TCG-tracing helpersLluís Vilanova3-0/+4
2014-07-22exec: fix migration with devices that use address_space_rwPaolo Bonzini1-0/+11
2014-07-01memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite1-1/+1
2014-07-01memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini1-1/+0
2014-07-01memory: MemoryRegion: QOMifyPeter Crosthwaite1-0/+6
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion1-0/+1
2014-06-23tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_targetRichard Henderson1-1/+1
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2-1/+4
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini2-0/+11
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini2-2/+5
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini1-0/+18
2014-06-19memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini1-3/+0
2014-06-19memory: reorganize file-based allocationPaolo Bonzini2-3/+2
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao2-2/+2
2014-06-19memory: add memory_region_is_mapped() APIIgor Mammedov1-0/+8
2014-06-18memory: MemoryRegion: rename parent to containerPaolo Bonzini1-10/+10
2014-06-17exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstrHu Tao1-0/+1
2014-06-11exec: replace ffsl with ctzlNatanael Copa1-1/+1
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini5-363/+368
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+35
2014-06-05softmmu: move softmmu_template.h out of include/Paolo Bonzini1-533/+0
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini1-0/+2
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini1-12/+18
2014-06-05softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPEPaolo Bonzini3-27/+16
2014-06-05softmmu: move MMUSUFFIX under SOFTMMU_CODE_ACCESSPaolo Bonzini1-9/+2
2014-06-05softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.hPaolo Bonzini2-5/+5
2014-05-28tcg: Move size effects out of dh_argRichard Henderson2-50/+39
2014-05-28tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson2-14/+7
2014-05-28tcg: Save flags and computed sizemask in TCGHelperInfoRichard Henderson1-16/+28
2014-05-28tcg: Move side effects out of dh_sizemaskRichard Henderson2-15/+8
2014-05-28tcg: Inline tcg_gen_helperNRichard Henderson1-6/+6
2014-05-28tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson4-4/+11
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson4-143/+166
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson1-2/+2
2014-05-15Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-s390-20140515' into s...Peter Maydell1-0/+9
2014-05-15tcg-s390: Implement direct chaining of TBsRichard Henderson1-0/+9
2014-05-15Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell1-3/+5
2014-05-13exec-all.h: Use stl_le_p instead of stl_p patching x86Richard Henderson1-1/+1
2014-05-13cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini1-3/+5
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson1-1/+1
2014-05-12exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumpsPeter Maydell1-1/+1
2014-05-07docs/memory.txt: Fix document on MMIO operationsFam Zheng1-1/+1
2014-04-28tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changesRichard Henderson1-1/+1
2014-04-17target-arm: A64: Implement DC ZVAPeter Maydell1-0/+52
2014-03-17exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoderPeter Maydell1-1/+1
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber1-2/+2
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber1-2/+2
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-3/+0
2014-03-13exec: Change memory_region_section_get_iotlb() argument to CPUStateAndreas Färber1-1/+1