aboutsummaryrefslogtreecommitdiff
path: root/softmmu/memory.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé1-3683/+0
2023-10-07fuzz: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé1-1/+1
2023-09-29softmmu/memory: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+0
2023-09-19memory: avoid updating ioeventfds for some address_spacehongmianquan1-0/+12
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand1-4/+4
2023-05-23hostmem-file: add offset optionAlexander Graf1-1/+2
2023-05-22memory: stricter checks prior to unsetting engaged_in_ioAlexander Bulekov1-1/+3
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan1-5/+5
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov1-0/+16
2023-04-05Revert "memory: Optimize replay of guest mapping"Peter Maydell1-2/+2
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow1-4/+4
2023-03-02memory: introduce memory_region_unmap_iommu_notifier_range()Jason Wang1-0/+13
2023-03-02memory: Optimize replay of guest mappingZhenzhong Duan1-2/+2
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-9/+9
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-9/+2
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu1-0/+72
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-29memory: Make memory_region_readd_subregion() properly handle mapped aliasesDavid Hildenbrand1-2/+1
2022-02-16memory: Fix qemu crash on starting dirty log twice with stopped VMPeter Xu1-16/+45
2022-01-18memory: Fix incorrect calls of log_global_start/stopPeter Xu1-13/+14
2022-01-18memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand1-1/+12
2022-01-18memory: Have 'info mtree' remove duplicated Address Space informationPhilippe Mathieu-Daudé1-3/+60
2022-01-18memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()Philippe Mathieu-Daudé1-34/+43
2022-01-18memory: Directly dispatch alias accesses on origin memory regionPhilippe Mathieu-Daudé1-0/+10
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand1-0/+11
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)1-11/+21
2021-10-13memory: Log access direction for invalid accessesBALATON Zoltan1-10/+10
2021-09-30memory: Add tracepoint for dirty syncPeter Xu1-0/+2
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson1-0/+5
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-4/+8
2021-07-09memory: Display MemoryRegion name in read/write ops trace eventsPhilippe Mathieu-Daudé1-4/+8
2021-07-08memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand1-0/+27
2021-07-08memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand1-0/+71
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand1-2/+2
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand1-9/+9
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand1-4/+3
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu1-10/+23
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-23memory: Add offset_in_region to flatview_cb argumentsPeter Maydell1-1/+3
2021-03-16fuzz: move some DMA hooksAlexander Bulekov1-1/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé1-6/+6
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman1-1/+2
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov1-3/+2
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+1
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi1-2/+5
2020-12-15memory: allow creating MemoryRegions before acceleratorsPaolo Bonzini1-6/+6
2020-12-08memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP typeEugenio Pérez1-2/+9
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez1-11/+9