summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-11/+1
|\
| * memory: Use canonical path component as the namePeter Crosthwaite2014-08-181-1/+0
| * memory: constify memory_region_namePeter Crosthwaite2014-08-181-1/+1
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-9/+0
* | trace: [tcg] Include TCG-tracing helpersLluís Vilanova2014-08-123-0/+4
* | exec: fix migration with devices that use address_space_rwPaolo Bonzini2014-07-221-0/+11
|/
* memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite2014-07-011-1/+1
* memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini2014-07-011-1/+0
* memory: MemoryRegion: QOMifyPeter Crosthwaite2014-07-011-0/+6
* vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion2014-06-291-0/+1
* tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_targetRichard Henderson2014-06-231-1/+1
* hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2014-06-192-1/+4
* hostmem: allow preallocation of any memory regionPaolo Bonzini2014-06-192-0/+11
* memory: add error propagation to file-based RAM allocationPaolo Bonzini2014-06-192-2/+5
* memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-0/+18
* memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini2014-06-191-3/+0
* memory: reorganize file-based allocationPaolo Bonzini2014-06-192-3/+2
* NUMA: move numa related code to new file numa.cWanlong Gao2014-06-192-2/+2
* memory: add memory_region_is_mapped() APIIgor Mammedov2014-06-191-0/+8
* memory: MemoryRegion: rename parent to containerPaolo Bonzini2014-06-181-10/+10
* exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstrHu Tao2014-06-171-0/+1
* exec: replace ffsl with ctzlNatanael Copa2014-06-111-1/+1
* softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini2014-06-055-363/+368
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+35
* softmmu: move softmmu_template.h out of include/Paolo Bonzini2014-06-051-533/+0
* softmmu: commonize helper definitionsPaolo Bonzini2014-06-051-0/+2
* softmmu: make do_unaligned_access a method of CPUPaolo Bonzini2014-06-051-12/+18
* softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPEPaolo Bonzini2014-06-053-27/+16
* softmmu: move MMUSUFFIX under SOFTMMU_CODE_ACCESSPaolo Bonzini2014-06-051-9/+2
* softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.hPaolo Bonzini2014-06-052-5/+5
* tcg: Move size effects out of dh_argRichard Henderson2014-05-282-50/+39
* tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson2014-05-282-14/+7
* tcg: Save flags and computed sizemask in TCGHelperInfoRichard Henderson2014-05-281-16/+28
* tcg: Move side effects out of dh_sizemaskRichard Henderson2014-05-282-15/+8
* tcg: Inline tcg_gen_helperNRichard Henderson2014-05-281-6/+6
* tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson2014-05-284-4/+11
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-284-143/+166
* tcg-mips: Enable direct chaining of TBsRichard Henderson2014-05-241-2/+2
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-s390-20140515' into s...Peter Maydell2014-05-151-0/+9
|\
| * tcg-s390: Implement direct chaining of TBsRichard Henderson2014-05-151-0/+9
* | Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-05-151-3/+5
|\ \ | |/ |/|
| * cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini2014-05-131-3/+5
* | exec-all.h: Use stl_le_p instead of stl_p patching x86Richard Henderson2014-05-131-1/+1
* | tcg: Define tcg_insn_unit for code pointersRichard Henderson2014-05-121-1/+1
* | exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumpsPeter Maydell2014-05-121-1/+1
|/
* docs/memory.txt: Fix document on MMIO operationsFam Zheng2014-05-071-1/+1
* tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changesRichard Henderson2014-04-281-1/+1
* target-arm: A64: Implement DC ZVAPeter Maydell2014-04-171-0/+52
* exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoderPeter Maydell2014-03-171-1/+1
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
OpenPOWER on IntegriCloud