summaryrefslogtreecommitdiffstats
path: root/memory.h
Commit message (Expand)AuthorAgeFilesLines
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-35/+35
* memory: add address_space_destroy()Avi Kivity2012-10-221-0/+12
* memory: per-AddressSpace dispatchAvi Kivity2012-10-221-0/+62
* memory: use AddressSpace for MemoryListener filteringAvi Kivity2012-10-221-3/+3
* memory: manage coalesced mmio via a MemoryListenerAvi Kivity2012-10-221-0/+4
* memory: maintain a list of address spacesAvi Kivity2012-10-151-0/+2
* memory: export AddressSpaceAvi Kivity2012-10-151-0/+21
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-09-171-5/+6
|\
| * Fix copy&paste typos in documentation commentsBALATON Zoltan2012-09-141-5/+6
* | memory: Flush coalesced MMIO on selected region accessJan Kiszka2012-09-111-0/+26
|/
* memory: pass EventNotifier, not eventfdPaolo Bonzini2012-07-121-4/+5
* memory: move functions is_romd and section_addr to memory APIBlue Swirl2012-05-011-0/+29
* memory: fix I/O port aliasesAvi Kivity2012-03-051-1/+8
* memory: support stateless memory listenersAvi Kivity2012-02-291-0/+3
* memory: allow MemoryListeners to observe a specific address spaceAvi Kivity2012-02-291-1/+3
* memory: add a readonly attribute to MemoryRegionSectionAvi Kivity2012-02-291-0/+2
* memory: move ioeventfd ops to MemoryListenerAvi Kivity2012-02-291-0/+4
* memory: switch memory listeners to a QTAILQAvi Kivity2012-02-291-1/+3
* memory: remove memory_region_set_offset()Avi Kivity2012-02-291-9/+0
* memory: change dirty getting API to take a sizeBlue Swirl2012-02-041-4/+5
* memory: change dirty setting APIs to take a sizeBlue Swirl2012-01-251-4/+7
* memory: Introduce memory_region_init_reservationJan Kiszka2012-01-191-0/+16
* Spelling fixes in comments and documentationStefan Weil2012-01-131-2/+2
* Drop IO_MEM_ROMDAvi Kivity2012-01-041-0/+1
* Remove IO_MEM_SUBPAGEAvi Kivity2012-01-041-0/+1
* memory: remove MemoryRegion::backend_registeredAvi Kivity2012-01-041-1/+0
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-15/+3
* memory: introduce memory_region_name()Avi Kivity2012-01-041-0/+9
* memory: temporarily add memory_region_get_ram_addr()Avi Kivity2011-12-201-0/+10
* memory: add API for observing updates to the physical memory mapAvi Kivity2011-12-201-0/+47
* memory: replace cpu_physical_sync_dirty_bitmap() with a memory APIAvi Kivity2011-12-201-0/+10
* memory: introduce memory_region_find()Avi Kivity2011-12-201-0/+39
* memory: add memory_region_is_logging()Avi Kivity2011-12-201-0/+9
* memory: add memory_region_is_rom()Avi Kivity2011-12-201-0/+9
* memory: add memory_region_is_ram()Avi Kivity2011-12-201-0/+10
* Merge remote-tracking branch 'qemu-kvm/memory/mutators' into stagingAnthony Liguori2011-12-191-0/+39
|\
| * memory: introduce memory_region_set_alias_offset()Avi Kivity2011-12-051-0/+12
| * memory: introduce memory_region_set_address()Avi Kivity2011-12-041-0/+11
| * memory: introduce memory_region_set_enabled()Avi Kivity2011-12-041-0/+17
* | memory: minor documentation fixes/enhancementsAdemar de Souza Reis Jr2011-12-061-16/+22
|/
* memory: add MemoryRegionOps::valid.acceptsAvi Kivity2011-11-241-0/+7
* memory: use 128-bit integers for sizes and intermediatesAvi Kivity2011-10-161-1/+2
* memory: simple memory tree printerBlue Swirl2011-10-021-0/+2
* memory: implement memory_region_set_readonly()Avi Kivity2011-09-251-0/+1
* memory: add opaque parameter to memory_region_init_rom_device()Avi Kivity2011-08-261-0/+1
* memory: add API for creating ROM/device regionsAvi Kivity2011-08-121-0/+34
* memory: reclaim resources when a memory region is destroyed for goodAvi Kivity2011-08-121-0/+1
* memory: rename PORTIO_END to PORTIO_END_OF_LISTAvi Kivity2011-08-081-1/+1
* memory: transaction APIAvi Kivity2011-07-291-0/+8
* memory: add ioeventfd supportAvi Kivity2011-07-291-0/+45
OpenPOWER on IntegriCloud