aboutsummaryrefslogtreecommitdiff
path: root/softmmu/memory.c
AgeCommit message (Expand)Author
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