summaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka1-15/+15
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini1-5/+15
2013-03-22memory: fix a bug of detection of memory region collisionHu Tao1-1/+1
2013-02-16memory: Use non-bitops ctzlRichard Henderson1-2/+2
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini1-2/+2
2012-12-20memory: introduce memory_region_test_and_clear_dirtyJuan Quintela1-0/+16
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-4/+4
2012-11-10memory: Don't dump disabled regionsJan Kiszka1-1/+1
2012-11-10memory: Reintroduce dirty flag to optimize changes on disabled regionsJan Kiszka1-2/+13
2012-10-29memory: fix rendering of a region obscured by anotherAvi Kivity1-6/+6
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-34/+34
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori1-0/+3
2012-10-22memory: add address_space_destroy()Avi Kivity1-2/+16
2012-10-22memory: per-AddressSpace dispatchAvi Kivity1-0/+1
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity1-7/+7
2012-10-22memory: move address_space_memory and address_space_io out of memory coreAvi Kivity1-16/+0
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity1-4/+13
2012-10-17memory: abort if a memory region is destroyed during a transactionAvi Kivity1-0/+1
2012-10-17memory: Make eventfd adhere to device endiannessAlexander Graf1-0/+2
2012-10-15memory: provide defaults for MemoryListener operationsAvi Kivity1-6/+17
2012-10-15memory: maintain a list of address spacesAvi Kivity1-29/+46
2012-10-15memory: export AddressSpaceAvi Kivity1-10/+1
2012-10-15memory: prepare AddressSpace for exportingAvi Kivity1-15/+24
2012-10-15memory: rename 'exec-obsolete.h'Avi Kivity1-2/+1
2012-09-11memory: Flush coalesced MMIO on mapping and state changesJan Kiszka1-0/+1
2012-09-11memory: Fold memory_region_update_topology into memory_region_transaction_commitJan Kiszka1-28/+11
2012-09-11memory: Use transaction_begin/commit also for single-step operationsJan Kiszka1-15/+25
2012-09-11memory: Flush coalesced MMIO on selected region accessJan Kiszka1-0/+24
2012-08-29memory: Fix copy&paste mistake in memory_region_iorange_writeJan Kiszka1-1/+1
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini1-9/+9
2012-04-05memory: check address space when a listener is registeredJulien Grall1-0/+5
2012-03-19memory: print aliased IO ranges in info mtreeBlue Swirl1-7/+7
2012-03-08memory: get rid of cpu_register_io_memory()Avi Kivity1-4/+1
2012-03-08memory: dispatch directly via MemoryRegionAvi Kivity1-4/+4
2012-03-05memory: fix I/O port aliasesAvi Kivity1-6/+20
2012-02-29memory: support stateless memory listenersAvi Kivity1-0/+5
2012-02-29memory: allow MemoryListeners to observe a specific address spaceAvi Kivity1-6/+39
2012-02-29memory: drop AddressSpaceOpsAvi Kivity1-54/+2
2012-02-29memory: use a MemoryListener for core memory map updates tooAvi Kivity1-26/+1
2012-02-29memory: don't pass ->readable attribute to cpu_register_physical_memory_logAvi Kivity1-2/+2
2012-02-29memory: add a readonly attribute to MemoryRegionSectionAvi Kivity1-0/+5
2012-02-29memory: move ioeventfd ops to MemoryListenerAvi Kivity1-56/+18
2012-02-29memory: code motion: move MEMORY_LISTENER_CALL()Avi Kivity1-32/+32
2012-02-29memory: switch memory listeners to a QTAILQAvi Kivity1-21/+49
2012-02-29memory: add shorthand for invoking a callback on all listenersAvi Kivity1-35/+19
2012-02-29memory: remove memory_region_set_offset()Avi Kivity1-16/+10
2012-02-11memory-region: Report if region is read-only or write-only on info mtreeJan Kiszka1-3/+11
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl1-2/+3