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