aboutsummaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)Author
2012-10-29memory: fix rendering of a region obscured by anotherAvi Kivity
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori
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: move address_space_memory and address_space_io out of memory coreAvi Kivity
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity
2012-10-17memory: abort if a memory region is destroyed during a transactionAvi Kivity
2012-10-17memory: Make eventfd adhere to device endiannessAlexander Graf
2012-10-15memory: provide defaults for MemoryListener operationsAvi Kivity
2012-10-15memory: maintain a list of address spacesAvi Kivity
2012-10-15memory: export AddressSpaceAvi Kivity
2012-10-15memory: prepare AddressSpace for exportingAvi Kivity
2012-10-15memory: rename 'exec-obsolete.h'Avi Kivity
2012-09-11memory: Flush coalesced MMIO on mapping and state changesJan Kiszka
2012-09-11memory: Fold memory_region_update_topology into memory_region_transaction_commitJan Kiszka
2012-09-11memory: Use transaction_begin/commit also for single-step operationsJan Kiszka
2012-09-11memory: Flush coalesced MMIO on selected region accessJan Kiszka
2012-08-29memory: Fix copy&paste mistake in memory_region_iorange_writeJan Kiszka
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini
2012-04-05memory: check address space when a listener is registeredJulien Grall
2012-03-19memory: print aliased IO ranges in info mtreeBlue Swirl
2012-03-08memory: get rid of cpu_register_io_memory()Avi Kivity
2012-03-08memory: dispatch directly via MemoryRegionAvi Kivity
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: drop AddressSpaceOpsAvi Kivity
2012-02-29memory: use a MemoryListener for core memory map updates tooAvi Kivity
2012-02-29memory: don't pass ->readable attribute to cpu_register_physical_memory_logAvi Kivity
2012-02-29memory: add a readonly attribute to MemoryRegionSectionAvi Kivity
2012-02-29memory: move ioeventfd ops to MemoryListenerAvi Kivity
2012-02-29memory: code motion: move MEMORY_LISTENER_CALL()Avi Kivity
2012-02-29memory: switch memory listeners to a QTAILQAvi Kivity
2012-02-29memory: add shorthand for invoking a callback on all listenersAvi Kivity
2012-02-29memory: remove memory_region_set_offset()Avi Kivity
2012-02-11memory-region: Report if region is read-only or write-only on info mtreeJan Kiszka
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-13prepare for future GPLv2+ relicensingPaolo Bonzini
2012-01-08memory: Fix adjust_endianness()Andreas Färber
2012-01-08memory: Fix memory_region_wrong_endianness()Andreas Färber
2012-01-04Drop IO_MEM_ROMDAvi Kivity
2012-01-04Remove IO_MEM_SUBPAGEAvi Kivity
2012-01-04Direct dispatch through MemoryRegionAvi Kivity
2012-01-04Switch cpu_register_physical_memory_log() to use MemoryRegionsAvi Kivity
2012-01-04Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity
2012-01-04Avoid range comparisons on io index typesAvi Kivity