summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-171-0/+1
* Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell2014-12-161-0/+7
|\
| * cpu: verify that block->host is setMichael S. Tsirkin2014-12-161-0/+1
| * cpu: assert host pointer offset within blockMichael S. Tsirkin2014-12-161-0/+1
| * exec: add wrapper for host pointer accessMichael S. Tsirkin2014-12-161-0/+5
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-12-151-0/+1
|\ \ | |/ |/|
| * cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk2014-12-151-0/+1
* | Add the "-semihosting-config" option.Liviu Ionescu2014-12-111-0/+6
|/
* memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov2014-11-232-1/+3
* exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell2014-11-181-0/+25
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141103' into stagingPeter Maydell2014-11-041-0/+6
|\
| * softmmu: provide softmmu access type enumLeon Alrae2014-11-031-0/+6
* | Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania2014-10-311-0/+19
|/
* translate-all.c: memory walker initial address miscalculationMikhail Ilyin2014-10-061-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-122-4/+8
|\
| * memory: add parameter errp to memory_region_init_rom_deviceHu Tao2014-09-091-1/+3
| * memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+3
| * exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao2014-09-091-2/+2
* | cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2014-09-121-4/+0
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-021-1/+1
|\
| * iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan2014-08-281-1/+1
* | implementing victim TLB for QEMU system emulated TLBXin Tong2014-09-011-2/+7
* | linux-user: /proc/self/maps contentMikhail Ilyin2014-08-221-0/+2
|/
* Revert "memory: Use canonical path component as the name"Peter Maydell2014-08-191-0/+1
* 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
OpenPOWER on IntegriCloud