summaryrefslogtreecommitdiffstats
path: root/memory.c
Commit message (Expand)AuthorAgeFilesLines
* memory: Share special empty FlatViewAlexey Kardashevskiy2017-09-221-2/+16
* memory: seek FlatView sharing candidates among children subregionsPaolo Bonzini2017-09-221-6/+34
* memory: trace FlatView creation and destructionPaolo Bonzini2017-09-221-0/+3
* memory: Create FlatView directlyAlexey Kardashevskiy2017-09-221-3/+13
* memory: Get rid of address_space_init_shareableAlexey Kardashevskiy2017-09-221-21/+0Star
* memory: Rework "info mtree" to print flat views and dispatch treesAlexey Kardashevskiy2017-09-211-10/+80
* memory: Do not allocate FlatView in address_space_initAlexey Kardashevskiy2017-09-211-6/+23
* memory: Share FlatView's and dispatch trees between address spacesAlexey Kardashevskiy2017-09-211-11/+45
* memory: Move address_space_update_ioeventfdsAlexey Kardashevskiy2017-09-211-2/+1Star
* memory: Alloc dispatch tree where topology is generaredAlexey Kardashevskiy2017-09-211-9/+9
* memory: Store physical root MR in FlatViewAlexey Kardashevskiy2017-09-211-4/+22
* memory: Rename mem_begin/mem_commit/mem_add helpersAlexey Kardashevskiy2017-09-211-3/+3
* memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy2017-09-211-16/+17
* memory: Move AddressSpaceDispatch from AddressSpace to FlatViewAlexey Kardashevskiy2017-09-211-7/+24
* memory: Move FlatView allocation to a helperAlexey Kardashevskiy2017-09-211-8/+8
* memory: Open code FlatView renderingAlexey Kardashevskiy2017-09-211-5/+14
* memory: avoid "resurrection" of dead FlatViewsPaolo Bonzini2017-09-211-4/+8
* memory: avoid a name clash with access macroKONRAD Frederic2017-09-211-9/+10
* memory: Rename queue to mrqueue (memory region queue)Kamil Rytarowski2017-09-191-11/+11
* migration: optimize the downtimeJay Zhou2017-08-011-1/+35
* memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell2017-07-141-0/+76
* memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-141-12/+12
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-5/+5
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-15/+21
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-35/+70
* exec: allow to get a pointer for some mmio memory regionKONRAD Frederic2017-06-271-0/+111
* memory: remove memory_region_set_fdMarc-André Lureau2017-06-151-10/+0Star
* Add memory_region_init_ram_from_fd()Marc-André Lureau2017-06-151-0/+16
* memory: remove the last param in memory_region_iommu_replay()Peter Xu2017-05-251-5/+3Star
* memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-1/+2
* memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann2017-04-241-0/+17
* memory: add MemoryRegionIOMMUOps.replay() callbackPeter Xu2017-04-201-0/+6
* memory: introduce memory_region_notify_one()Peter Xu2017-04-201-16/+24
* memory: provide iommu_replay_all()Peter Xu2017-04-201-0/+9
* memory: provide IOMMU_NOTIFIER_FOREACH macroPeter Xu2017-04-201-2/+2
* memory: add section range info for IOMMU notifierPeter Xu2017-04-201-0/+9
* clear pending status before calling memory commitXu, Anthony2017-03-241-8/+2Star
* memory: info mtree check mr range overflowPeter Xu2017-03-141-5/+16
* memory: show region offset and ROM/RAM type in "info mtree -f"Paolo Bonzini2017-03-031-7/+18
* memory: Introduce DEVICE_HOST_ENDIAN for ram deviceYongji Xie2017-03-031-1/+1
* tcg: drop global lock during TCG code executionJan Kiszka2017-02-241-0/+2
* memory: make memory_listener_unregister idempotentPaolo Bonzini2017-02-171-0/+5
* trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-311-1/+1
* memory: hmp: add "-f" for "info mtree"Peter Xu2017-01-271-1/+40
* memory: tune mtree_print_mr() to dump mr typePeter Xu2017-01-271-21/+27
* memory: handle alias for iommu notifierJason Wang2017-01-101-0/+9
* memory: Don't use memcpy for ram_device regionsAlex Williamson2016-10-311-0/+67
* memory: Replace skip_dump flag with "ram_device"Alex Williamson2016-10-311-4/+9
* memory: optimize memory_region_sync_dirty_bitmapPaolo Bonzini2016-10-241-3/+15
* memory: optimize memory_global_dirty_log_syncPaolo Bonzini2016-10-241-3/+5