aboutsummaryrefslogtreecommitdiff
path: root/memory.h
AgeCommit message (Expand)Author
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22memory: add address_space_destroy()Avi Kivity
2012-10-22memory: per-AddressSpace dispatchAvi Kivity
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity
2012-10-15memory: maintain a list of address spacesAvi Kivity
2012-10-15memory: export AddressSpaceAvi Kivity
2012-09-17Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-09-14Fix copy&paste typos in documentation commentsBALATON Zoltan
2012-09-11memory: Flush coalesced MMIO on selected region accessJan Kiszka
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini
2012-05-01memory: move functions is_romd and section_addr to memory APIBlue Swirl
2012-03-05memory: fix I/O port aliasesAvi Kivity
2012-02-29memory: support stateless memory listenersAvi Kivity
2012-02-29memory: allow MemoryListeners to observe a specific address spaceAvi Kivity
2012-02-29memory: add a readonly attribute to MemoryRegionSectionAvi Kivity
2012-02-29memory: move ioeventfd ops to MemoryListenerAvi Kivity
2012-02-29memory: switch memory listeners to a QTAILQAvi Kivity
2012-02-29memory: remove memory_region_set_offset()Avi Kivity
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl
2012-01-19memory: Introduce memory_region_init_reservationJan Kiszka
2012-01-13Spelling fixes in comments and documentationStefan Weil
2012-01-04Drop IO_MEM_ROMDAvi Kivity
2012-01-04Remove IO_MEM_SUBPAGEAvi Kivity
2012-01-04memory: remove MemoryRegion::backend_registeredAvi Kivity
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2012-01-04memory: introduce memory_region_name()Avi Kivity
2011-12-20memory: temporarily add memory_region_get_ram_addr()Avi Kivity
2011-12-20memory: add API for observing updates to the physical memory mapAvi Kivity
2011-12-20memory: replace cpu_physical_sync_dirty_bitmap() with a memory APIAvi Kivity
2011-12-20memory: introduce memory_region_find()Avi Kivity
2011-12-20memory: add memory_region_is_logging()Avi Kivity
2011-12-20memory: add memory_region_is_rom()Avi Kivity
2011-12-20memory: add memory_region_is_ram()Avi Kivity
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/mutators' into stagingAnthony Liguori
2011-12-06memory: minor documentation fixes/enhancementsAdemar de Souza Reis Jr
2011-12-05memory: introduce memory_region_set_alias_offset()Avi Kivity
2011-12-04memory: introduce memory_region_set_address()Avi Kivity
2011-12-04memory: introduce memory_region_set_enabled()Avi Kivity
2011-11-24memory: add MemoryRegionOps::valid.acceptsAvi Kivity
2011-10-16memory: use 128-bit integers for sizes and intermediatesAvi Kivity
2011-10-02memory: simple memory tree printerBlue Swirl
2011-09-25memory: implement memory_region_set_readonly()Avi Kivity
2011-08-26memory: add opaque parameter to memory_region_init_rom_device()Avi Kivity
2011-08-12memory: add API for creating ROM/device regionsAvi Kivity
2011-08-12memory: reclaim resources when a memory region is destroyed for goodAvi Kivity
2011-08-08memory: rename PORTIO_END to PORTIO_END_OF_LISTAvi Kivity
2011-07-29memory: transaction APIAvi Kivity
2011-07-29memory: add ioeventfd supportAvi Kivity