summaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-24clear pending status before calling memory commitXu, Anthony1-8/+2
2017-03-14memory: info mtree check mr range overflowPeter Xu1-5/+16
2017-03-03memory: show region offset and ROM/RAM type in "info mtree -f"Paolo Bonzini1-7/+18
2017-03-03memory: Introduce DEVICE_HOST_ENDIAN for ram deviceYongji Xie1-1/+1
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-0/+2
2017-02-17memory: make memory_listener_unregister idempotentPaolo Bonzini1-0/+5
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange1-1/+1
2017-01-27memory: hmp: add "-f" for "info mtree"Peter Xu1-1/+40
2017-01-27memory: tune mtree_print_mr() to dump mr typePeter Xu1-21/+27
2017-01-10memory: handle alias for iommu notifierJason Wang1-0/+9
2016-10-31memory: Don't use memcpy for ram_device regionsAlex Williamson1-0/+67
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson1-4/+9
2016-10-24memory: optimize memory_region_sync_dirty_bitmapPaolo Bonzini1-3/+15
2016-10-24memory: optimize memory_global_dirty_log_syncPaolo Bonzini1-3/+5
2016-10-24memory: add a per-AddressSpace list of listenersPaolo Bonzini1-24/+28
2016-10-24memory: eliminate global MemoryListenersPaolo Bonzini1-17/+6
2016-09-27migration: sync all address spacesPaolo Bonzini1-13/+33
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu1-8/+21
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu1-9/+28
2016-09-14memory: remove memory_region_destructor_rom_devicePaolo Bonzini1-6/+1
2016-07-04memory: Assert that memory_region_init_rom_device() ops aren't NULLPeter Maydell1-0/+1
2016-07-04memory: Provide memory_region_init_rom()Peter Maydell1-0/+15
2016-06-30memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacksAlexey Kardashevskiy1-1/+9
2016-06-22memory: Add reporting of supported page sizesAlexey Kardashevskiy1-3/+13
2016-05-29exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini1-2/+2
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini1-2/+12
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini1-4/+17
2016-05-29Revert "memory: Drop FlatRange.romd_mode"Paolo Bonzini1-0/+4
2016-05-23memory: remove unnecessary masking of MemoryRegion ram_addrPaolo Bonzini1-3/+2
2016-05-23memory: Drop FlatRange.romd_modeFam Zheng1-4/+0
2016-05-23memory: Remove code for mr->may_overlapFam Zheng1-35/+0
2016-05-23memory: drop find_ram_block()Gonglei1-1/+1
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-14trace: separate MMIO tracepoints from TB-access tracepointsHollis Blanchard1-0/+30
2016-03-14trace: include CPU index in trace_memory_region_*()Hollis Blanchard1-12/+20
2016-03-07exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng1-2/+2
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng1-44/+27
2016-03-07memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng1-0/+5
2016-03-07memory: Move assignment to ram_block to memory_region_init_*Fam Zheng1-0/+5
2016-03-07exec: Return RAMBlock pointer from allocating functionsFam Zheng1-5/+20
2016-03-01trace: use addresses instead of offsets in memory tracepointsHollis Blanchard1-12/+32
2016-03-01trace: split subpage MMIOs into their own trace events.Hollis Blanchard1-6/+30
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei1-1/+1
2016-02-25exec: store RAMBlock pointer into memory regionGonglei1-0/+1
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-8/+10
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-4/+4
2016-02-04all: Clean up includesPeter Maydell1-1/+1
2016-01-21memory: Add address_space_init_shareable()Peter Crosthwaite1-0/+27
2015-12-17memory: inline a few small accessorsPaolo Bonzini1-20/+0