index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
softmmu
/
memory.c
Age
Commit message (
Expand
)
Author
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé
2023-10-07
fuzz: Correct invalid mentions of 'softmmu' by 'system'
Philippe Mathieu-Daudé
2023-09-29
softmmu/memory: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-19
memory: avoid updating ioeventfds for some address_space
hongmianquan
2023-09-19
softmmu/physmem: Distinguish between file access mode and mmap protection
David Hildenbrand
2023-05-23
hostmem-file: add offset option
Alexander Graf
2023-05-22
memory: stricter checks prior to unsetting engaged_in_io
Alexander Bulekov
2023-05-18
migration: Add last stage indicator to global dirty log
Gavin Shan
2023-04-28
memory: prevent dma-reentracy issues
Alexander Bulekov
2023-04-05
Revert "memory: Optimize replay of guest mapping"
Peter Maydell
2023-03-16
exec/memory: Fix kernel-doc warning
Bernhard Beschow
2023-03-02
memory: introduce memory_region_unmap_iommu_notifier_range()
Jason Wang
2023-03-02
memory: Optimize replay of guest mapping
Zhenzhong Duan
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2022-12-14
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-11-07
vfio: move implement of vfio_get_xlat_addr() to memory.c
Cindy Lu
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-29
memory: Make memory_region_readd_subregion() properly handle mapped aliases
David Hildenbrand
2022-02-16
memory: Fix qemu crash on starting dirty log twice with stopped VM
Peter Xu
2022-01-18
memory: Fix incorrect calls of log_global_start/stop
Peter Xu
2022-01-18
memory: Make memory_region_is_mapped() succeed when mapped via an alias
David Hildenbrand
2022-01-18
memory: Have 'info mtree' remove duplicated Address Space information
Philippe Mathieu-Daudé
2022-01-18
memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()
Philippe Mathieu-Daudé
2022-01-18
memory: Directly dispatch alias accesses on origin memory region
Philippe Mathieu-Daudé
2021-11-01
memory: Introduce replay_discarded callback for RamDiscardManager
David Hildenbrand
2021-11-01
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇)
2021-10-13
memory: Log access direction for invalid accesses
BALATON Zoltan
2021-09-30
memory: Add tracepoint for dirty sync
Peter Xu
2021-09-30
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson
2021-07-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-07-09
memory: Display MemoryRegion name in read/write ops trace events
Philippe Mathieu-Daudé
2021-07-08
memory: Helpers to copy/free a MemoryRegionSection
David Hildenbrand
2021-07-08
memory: Introduce RamDiscardManager for RAM memory regions
David Hildenbrand
2021-06-15
softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
David Hildenbrand
2021-06-15
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
2021-06-15
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand
2021-05-26
memory: Introduce log_sync_global() to memory listener
Peter Xu
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-03-23
memory: Add offset_in_region to flatview_cb arguments
Peter Maydell
2021-03-16
fuzz: move some DMA hooks
Alexander Bulekov
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
exec/memory: Use struct Object typedef
Philippe Mathieu-Daudé
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
2021-02-08
fuzz: ignore address_space_map is_write flag
Alexander Bulekov
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
2020-12-15
memory: allow creating MemoryRegions before accelerators
Paolo Bonzini
2020-12-08
memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type
Eugenio Pérez
2020-12-08
memory: Add IOMMUTLBEvent
Eugenio Pérez
[next]