summaryrefslogtreecommitdiff
path: root/softmmu/memory.c
AgeCommit message (Expand)Author
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-03-29memory: Make memory_region_readd_subregion() properly handle mapped aliasesDavid Hildenbrand
2022-02-16memory: Fix qemu crash on starting dirty log twice with stopped VMPeter Xu
2022-01-18memory: Fix incorrect calls of log_global_start/stopPeter Xu
2022-01-18memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand
2022-01-18memory: Have 'info mtree' remove duplicated Address Space informationPhilippe Mathieu-Daudé
2022-01-18memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()Philippe Mathieu-Daudé
2022-01-18memory: Directly dispatch alias accesses on origin memory regionPhilippe Mathieu-Daudé
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)
2021-10-13memory: Log access direction for invalid accessesBALATON Zoltan
2021-09-30memory: Add tracepoint for dirty syncPeter Xu
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-07-09memory: Display MemoryRegion name in read/write ops trace eventsPhilippe Mathieu-Daudé
2021-07-08memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand
2021-07-08memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-03-23memory: Add offset_in_region to flatview_cb argumentsPeter Maydell
2021-03-16fuzz: move some DMA hooksAlexander Bulekov
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2020-12-15memory: allow creating MemoryRegions before acceleratorsPaolo Bonzini
2020-12-08memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP typeEugenio Pérez
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez
2020-11-23Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2020-11-16memory: Skip dirty tracking for un-migratable memory regionsZenghui Yu
2020-11-03softmmu/memory: fix memory_region_ioeventfd_equal()Elena Afanasova
2020-11-03memory: Add interface to set iommu page size maskBharat Bhushan
2020-11-01memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabledKirti Wankhede
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov
2020-10-13softmmu/memory: Log invalid memory accessesPhilippe Mathieu-Daudé
2020-09-30exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-09softmmu: Add missing trace-events filePhilippe Mathieu-Daudé
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-07-10softmmu: move softmmu only files from rootClaudio Fontana