aboutsummaryrefslogtreecommitdiffstats
path: root/memory.c
AgeCommit message (Expand)AuthorFilesLines
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 registeredmemory/coreJulien 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
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl1-2/+3
2012-01-19memory: Introduce memory_region_init_reservationJan Kiszka1-0/+36
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+2
2012-01-08memory: Fix adjust_endianness()Andreas Färber1-0/+1
2012-01-08memory: Fix memory_region_wrong_endianness()Andreas Färber1-1/+1
2012-01-04Drop IO_MEM_ROMDAvi Kivity1-2/+3
2012-01-04Remove IO_MEM_SUBPAGEAvi Kivity1-0/+1
2012-01-04Direct dispatch through MemoryRegionAvi Kivity1-82/+40
2012-01-04Switch cpu_register_physical_memory_log() to use MemoryRegionsAvi Kivity1-27/+15
2012-01-04Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity1-4/+3
2012-01-04Avoid range comparisons on io index typesAvi Kivity1-1/+2
2012-01-04memory: remove MemoryRegion::backend_registeredAvi Kivity1-22/+4
2012-01-04memory: move mmio access to functionsAvi Kivity1-0/+13
2012-01-04memory: move endianness compensation to memory coreAvi Kivity1-6/+31
2012-01-04memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()Avi Kivity1-0/+2
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-6/+3
2012-01-04memory: introduce memory_region_name()Avi Kivity1-0/+5
2012-01-03memory: remove CPUPhysMemoryClientAvi Kivity1-12/+0
2011-12-20memory: temporarily add memory_region_get_ram_addr()Avi Kivity1-0/+6
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity1-3/+3
2011-12-20memory: add API for observing updates to the physical memory mapAvi Kivity1-0/+93
2011-12-20memory: replace cpu_physical_sync_dirty_bitmap() with a memory APIAvi Kivity1-0/+4
2011-12-20memory: introduce memory_region_find()Avi Kivity1-0/+62
2011-12-20memory: add memory_region_is_logging()Avi Kivity1-0/+5
2011-12-20memory: add memory_region_is_rom()Avi Kivity1-0/+5
2011-12-20memory: add memory_region_is_ram()Avi Kivity1-0/+8
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/exec-obsolete' into stagingAnthony Liguori1-0/+3
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/xen' into stagingAnthony Liguori1-3/+3
2011-12-19memory: move obsolete exec.c functions to a private headermemory/exec-obsoleteAvi Kivity1-0/+3
2011-12-19memory, xen: pass MemoryRegion to xen_ram_alloc()Avi Kivity1-3/+3
2011-12-05memory: optimize empty transactions due to mutatorsAvi Kivity1-1/+7
2011-12-05memory: introduce memory_region_set_alias_offset()Avi Kivity1-0/+14
2011-12-04memory: introduce memory_region_set_address()Avi Kivity1-0/+21
2011-12-04memory: introduce memory_region_set_enabled()Avi Kivity1-11/+29
2011-11-24memory: add MemoryRegionOps::valid.acceptsAvi Kivity1-3/+9
2011-11-13memory: fix 'info mtree' segfaultsAvi Kivity1-2/+2
2011-10-16memory: use 128-bit integers for sizes and intermediatesAvi Kivity1-80/+113
2011-10-11memory: Fix old portio word accessesJan Kiszka1-0/+10
2011-10-11Introduce PortioListAvi Kivity1-4/+4
2011-10-02memory: Print regions in ascending orderJan Kiszka1-6/+31
2011-10-02memory: Do not print empty PIO rootJan Kiszka1-3/+6
2011-10-02memory: Print region priorityJan Kiszka1-2/+4
2011-10-02memory: simple memory tree printerBlue Swirl1-0/+91
2011-09-25memory: implement memory_region_set_readonly()Avi Kivity1-7/+22
2011-09-18memory: fix subregion collision warningMichael Walle1-5/+8
2011-09-14Fix subtle integer overflow bug in memory APIDavid Gibson1-2/+2
2011-08-30memory: Fix memory_region_get_ram_ptr for ROM devicesJan Kiszka1-1/+1
2011-08-29memory: fix rom_device I/O modeAvi Kivity1-1/+1
2011-08-26memory: add opaque parameter to memory_region_init_rom_device()Avi Kivity1-0/+2
2011-08-25memory: fix memory_region_init_rom_device() not initializing ->opsAvi Kivity1-0/+1
2011-08-22memory: Fix old_portio vs non-zero offsetRichard Henderson1-2/+2
2011-08-22memory: temporarily suppress the subregion collision warningAnthony Liguori1-0/+2
2011-08-21memory: crack wide ioport accesses into smaller ones when neededAvi Kivity1-2/+9
2011-08-21memory: abstract cracking of write access ops into a functionAvi Kivity1-41/+68
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-11/+11
2011-08-12memory: add API for creating ROM/device regionsAvi Kivity1-2/+44
2011-08-12memory: reclaim resources when a memory region is destroyed for goodAvi Kivity1-0/+24
2011-08-05memory: use signed arithmeticAvi Kivity1-9/+14
2011-08-05memory: synchronize dirty bitmap before unmapping a rangeAvi Kivity1-0/+4
2011-07-29memory: transaction APIAvi Kivity1-0/+18
2011-07-29memory: separate building the final memory map into two stepsAvi Kivity1-9/+29
2011-07-29memory: add ioeventfd supportAvi Kivity1-0/+224
2011-07-29memory: add backward compatibility for old mmio registrationAvi Kivity1-0/+10
2011-07-29memory: add backward compatibility for old portio registrationAvi Kivity1-0/+32
2011-07-29memory: I/O address space supportAvi Kivity1-1/+59
2011-07-29memory: late initialization of ram_addrAvi Kivity1-4/+20
2011-07-29memory: rename MemoryRegion::has_ram_addr to ::terminatesAvi Kivity1-9/+9
2011-07-29memory: abstract address space operationsAvi Kivity1-30/+81
2011-07-29Internal interfaces for memory APIAvi Kivity1-0/+7
2011-07-29memory: merge adjacent segments of a single memory regionAvi Kivity1-0/+29
2011-07-29memory: implement dirty trackingAvi Kivity1-8/+31
2011-07-29Hierarchical memory region APIAvi Kivity1-0/+653