summaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov1-0/+2
2014-10-31Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania1-0/+19
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-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan1-1/+1
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell1-0/+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-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-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini1-0/+2
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini1-0/+10
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini1-1/+4
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini1-0/+18
2014-06-19memory: add memory_region_is_mapped() APIIgor Mammedov1-0/+8
2014-06-18memory: MemoryRegion: rename parent to containerPaolo Bonzini1-10/+10
2014-05-07docs/memory.txt: Fix document on MMIO operationsFam Zheng1-1/+1
2014-03-09memory_region_present: return false if address is not found in child MemoryRe...Igor Mammedov1-3/+3
2014-02-11memory: Add MemoryListener to typedefs.hEdgar E. Iglesias1-2/+0
2014-01-13memory: split dirty bitmap into threeJuan Quintela1-5/+5
2014-01-13memory: use bit 2 for migrationJuan Quintela1-1/+2
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela1-3/+0
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum1-2/+2
2013-07-04exec: separate current radix tree from the one being builtPaolo Bonzini1-0/+1
2013-07-04exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini1-0/+2
2013-07-04memory: move MemoryListener declaration earlierPaolo Bonzini1-33/+33
2013-07-04memory: introduce memory_region_presentPaolo Bonzini1-0/+12
2013-07-04memory: add ref/unrefPaolo Bonzini1-0/+30
2013-07-04memory: add getter for ownerPaolo Bonzini1-0/+7
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-0/+17
2013-07-04ioport: Move portio types to ioport.hJan Kiszka1-13/+0
2013-07-04ioport: Remove unused old dispatching servicesJan Kiszka1-9/+0
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka1-4/+1
2013-06-28hwaddr: Make hwaddr type usable beyond softmmuAndreas Färber1-0/+2
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy1-2/+4
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson1-0/+32
2013-06-20memory: iommu supportAvi Kivity1-4/+62
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-1/+4
2013-06-20Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini1-3/+0
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini1-4/+4
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini1-3/+9
2013-05-29memory: add address_space_access_validPaolo Bonzini1-0/+15
2013-05-29memory: add address_space_translatePaolo Bonzini1-17/+14
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity1-0/+3
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini1-4/+3
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka1-11/+11
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini1-9/+19
2013-04-15memory: move core typedefs to qemu/typedefs.hPaolo Bonzini1-5/+0