summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov1-0/+1
2014-12-16Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell1-0/+7
2014-12-16cpu: verify that block->host is setMichael S. Tsirkin1-0/+1
2014-12-16cpu: assert host pointer offset within blockMichael S. Tsirkin1-0/+1
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin1-0/+5
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk1-0/+1
2014-12-11Add the "-semihosting-config" option.Liviu Ionescu1-0/+6
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov2-1/+3
2014-11-18exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell1-0/+25
2014-11-04Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141103' into stagingPeter Maydell1-0/+6
2014-11-03softmmu: provide softmmu access type enumLeon Alrae1-0/+6
2014-10-31Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania1-0/+19
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin1-2/+2
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-4/+8
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-4/+0
2014-09-09memory: add parameter errp to memory_region_init_rom_deviceHu Tao1-1/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+3
2014-09-09exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao1-2/+2
2014-09-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2014-09-01implementing victim TLB for QEMU system emulated TLBXin Tong1-2/+7
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan1-1/+1
2014-08-22linux-user: /proc/self/maps contentMikhail Ilyin1-0/+2
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell1-0/+1
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-11/+1
2014-08-18memory: Use canonical path component as the namePeter Crosthwaite1-1/+0
2014-08-18memory: constify memory_region_namePeter Crosthwaite1-1/+1
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-9/+0
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