summaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng1-1/+0
2016-03-07memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng1-7/+1
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+4
2016-02-25memory: Remove unreachable return statementGonglei1-2/+0
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei1-2/+2
2016-02-25exec: store RAMBlock pointer into memory regionGonglei1-0/+2
2016-02-23include: Clean up includesPeter Maydell1-3/+0
2016-01-21memory: Add address_space_init_shareable()Peter Crosthwaite1-0/+18
2015-12-17memory: try to inline constant-length readsPaolo Bonzini1-17/+57
2015-12-17memory: inline a few small accessorsPaolo Bonzini1-4/+18
2015-12-17memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini1-0/+6
2015-12-17memory: avoid unnecessary object_ref/unrefPaolo Bonzini1-0/+1
2015-12-17memory: reorder MemoryRegion fieldsPaolo Bonzini1-10/+14
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini1-2/+7
2015-10-05memory: Allow replay of IOMMU mapping notificationsDavid Gibson1-0/+13
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin1-3/+11
2015-07-24memory: count number of active VGA logging clientsPaolo Bonzini1-0/+1
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell1-1/+0
2015-07-01memory: Add global-locking property to memory regionsJan Kiszka1-0/+26
2015-06-05memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini1-2/+2
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini1-2/+4
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini1-2/+14
2015-06-05memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini1-2/+1
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini1-1/+3
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+12
2015-04-27memory: add memory_region_ram_resizePaolo Bonzini1-0/+12
2015-04-26exec.c: Add new address_space_ld*/st* functionsPeter Maydell1-0/+67
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell1-11/+20
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell1-0/+31
2015-04-26memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell1-0/+22
2015-02-02memory: protect current_map by RCUPaolo Bonzini1-0/+5
2015-01-08memory: API to allocate resizeable RAM MRMichael S. Tsirkin1-0/+24
2015-01-08memory: add memory_region_set_sizeMichael S. Tsirkin1-0/+10
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