summaryrefslogtreecommitdiffstats
path: root/include/exec/memory.h
Commit message (Expand)AuthorAgeFilesLines
* memory: Remove code for mr->may_overlapFam Zheng2016-05-231-1/+0Star
* cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini2016-05-191-17/+0Star
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* memory: Drop MemoryRegion.ram_addrFam Zheng2016-03-071-1/+0Star
* memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng2016-03-071-7/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-02-251-4/+4
|\
| * memory: Remove unreachable return statementGonglei2016-02-251-2/+0Star
| * memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei2016-02-251-2/+2
| * exec: store RAMBlock pointer into memory regionGonglei2016-02-251-0/+2
* | include: Clean up includesPeter Maydell2016-02-231-3/+0Star
|/
* memory: Add address_space_init_shareable()Peter Crosthwaite2016-01-211-0/+18
* memory: try to inline constant-length readsPaolo Bonzini2015-12-171-17/+57
* memory: inline a few small accessorsPaolo Bonzini2015-12-171-4/+18
* memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini2015-12-171-0/+6
* memory: avoid unnecessary object_ref/unrefPaolo Bonzini2015-12-171-0/+1
* memory: reorder MemoryRegion fieldsPaolo Bonzini2015-12-171-10/+14
* exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini2015-12-171-2/+7
* memory: Allow replay of IOMMU mapping notificationsDavid Gibson2015-10-051-0/+13
* typofixes - v4Veres Lajos2015-09-111-1/+1
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin2015-08-131-3/+11
* memory: count number of active VGA logging clientsPaolo Bonzini2015-07-241-0/+1
* Stop including qemu-common.h in memory.hPeter Maydell2015-07-061-1/+0Star
* memory: Add global-locking property to memory regionsJan Kiszka2015-07-011-0/+26
* memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini2015-06-051-2/+2
* memory: prepare for multiple bits in the dirty log maskPaolo Bonzini2015-06-051-2/+4
* memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2015-06-051-2/+14
* memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini2015-06-051-2/+1Star
* exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini2015-04-301-1/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-04-301-0/+12
|\
| * memory: add memory_region_ram_resizePaolo Bonzini2015-04-271-0/+12
* | exec.c: Add new address_space_ld*/st* functionsPeter Maydell2015-04-261-0/+67
* | exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-261-11/+20
* | memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-261-0/+31
* | memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell2015-04-261-0/+22
|/
* memory: protect current_map by RCUPaolo Bonzini2015-02-021-0/+5
* memory: API to allocate resizeable RAM MRMichael S. Tsirkin2015-01-081-0/+24
* memory: add memory_region_set_sizeMichael S. Tsirkin2015-01-081-0/+10
* memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov2014-11-231-0/+2
* Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania2014-10-311-0/+19
* 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
* iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan2014-08-281-1/+1
* Revert "memory: Use canonical path component as the name"Peter Maydell2014-08-191-0/+1
* memory: Use canonical path component as the namePeter Crosthwaite2014-08-181-1/+0Star
* memory: constify memory_region_namePeter Crosthwaite2014-08-181-1/+1
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-9/+0Star
* 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/+0Star
* memory: MemoryRegion: QOMifyPeter Crosthwaite2014-07-011-0/+6