summaryrefslogtreecommitdiffstats
path: root/include/exec/memory.h
Commit message (Expand)AuthorAgeFilesLines
* memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum2013-10-141-2/+2
* exec: separate current radix tree from the one being builtPaolo Bonzini2013-07-041-0/+1
* exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini2013-07-041-0/+2
* memory: move MemoryListener declaration earlierPaolo Bonzini2013-07-041-33/+33
* memory: introduce memory_region_presentPaolo Bonzini2013-07-041-0/+12
* memory: add ref/unrefPaolo Bonzini2013-07-041-0/+30
* memory: add getter for ownerPaolo Bonzini2013-07-041-0/+7
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-0/+17
* ioport: Move portio types to ioport.hJan Kiszka2013-07-041-13/+0Star
* ioport: Remove unused old dispatching servicesJan Kiszka2013-07-041-9/+0Star
* ioport: Switch dispatching to memory core layerJan Kiszka2013-07-041-4/+1Star
* hwaddr: Make hwaddr type usable beyond softmmuAndreas Färber2013-06-281-0/+2
* memory: give name to every AddressSpaceAlexey Kardashevskiy2013-06-201-2/+4
* memory: Add iommu map/unmap notifiersDavid Gibson2013-06-201-0/+32
* memory: iommu supportAvi Kivity2013-06-201-4/+62
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-1/+4
* Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini2013-06-201-3/+0Star
* exec: return MemoryRegion from address_space_translatePaolo Bonzini2013-06-201-4/+4
* memory: add return value to address_space_rw/read/writePaolo Bonzini2013-05-291-3/+9
* memory: add address_space_access_validPaolo Bonzini2013-05-291-0/+15
* memory: add address_space_translatePaolo Bonzini2013-05-291-17/+14Star
* memory: limit sections in the radix tree to the actual address space sizeAvi Kivity2013-05-241-0/+3
* memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini2013-05-241-4/+3Star
* memory: Rename readable flag to romd_modeJan Kiszka2013-05-241-11/+11
* memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini2013-05-241-9/+19
* memory: move core typedefs to qemu/typedefs.hPaolo Bonzini2013-04-151-5/+0Star
* memory: introduce memory_region_test_and_clear_dirtyJuan Quintela2012-12-201-0/+16
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-0/+882