aboutsummaryrefslogtreecommitdiff
path: root/softmmu/memory.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez1-3/+3
2020-11-23Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell1-2/+9
2020-11-16memory: Skip dirty tracking for un-migratable memory regionsZenghui Yu1-1/+4
2020-11-03softmmu/memory: fix memory_region_ioeventfd_equal()Elena Afanasova1-2/+9
2020-11-03memory: Add interface to set iommu page size maskBharat Bhushan1-0/+13
2020-11-01memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabledKirti Wankhede1-1/+1
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov1-0/+1
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov1-0/+13
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov1-0/+13
2020-10-13softmmu/memory: Log invalid memory accessesPhilippe Mathieu-Daudé1-0/+16
2020-09-30exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé1-6/+0
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-3/+3
2020-09-09softmmu: Add missing trace-events filePhilippe Mathieu-Daudé1-1/+1
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-1/+1
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-1/+1
2020-07-10softmmu: move softmmu only files from rootClaudio Fontana1-0/+3250