- 195801d system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() by Stefan Hajnoczi · 1 year, 2 months ago
- 9583a90 memory: Have memory_region_init_ram_from_fd() handler return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 9b9d11a memory: Have memory_region_init_ram_from_file() handler return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- f25a9fb memory: Have memory_region_init_resizeable_ram() return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 62f5c1b memory: Have memory_region_init_rom_device() handler return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- bd3aa06 memory: Simplify memory_region_init_rom_device_nomigrate() calls by Philippe Mathieu-Daudé · 1 year, 3 months ago
- ae076b6 memory: Have memory_region_init_rom_device_nomigrate() return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- b915945 memory: Have memory_region_init_rom() handler return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- fe5f33d memory: Have memory_region_init_ram() handler return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- d3143bd memory: Simplify memory_region_init_ram_from_fd() calls by Philippe Mathieu-Daudé · 1 year, 3 months ago
- fd7549e memory: Simplify memory_region_init_rom_nomigrate() calls by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 197faa7 memory: Have memory_region_init_rom_nomigrate() handler return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 62c19b7 memory: Have memory_region_init_ram_nomigrate() handler return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- cbbc434 memory: Have memory_region_init_ram_flags_nomigrate() return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 2b8fe81 system/memory: use ldn_he_p/stn_he_p by Patrick Venture · 1 year, 4 months ago
- cd91136 system: Use &error_abort in memory_region_init_ram_[device_]ptr() by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 51478a8 memory: Introduce memory_region_iommu_set_iova_ranges by Eric Auger · 1 year, 5 months ago
- 126e7f7 kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH by Paolo Bonzini · 1 year, 5 months ago
- 533f5d6 memory,vhost: Allow for marking memory device memory regions unmergeable by David Hildenbrand · 1 year, 5 months ago
- aa5317e memory: Clarify mapping requirements for RamDiscardManager by David Hildenbrand · 1 year, 5 months ago
- 8d7f2e7 system: Rename softmmu/ directory as system/ by Philippe Mathieu-Daudé · 1 year, 5 months ago[Renamed from softmmu/memory.c]
- c2646d4 fuzz: Correct invalid mentions of 'softmmu' by 'system' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 083f450 softmmu/memory: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 544cff4 memory: avoid updating ioeventfds for some address_space by hongmianquan · 1 year, 6 months ago
- 5c52a21 softmmu/physmem: Distinguish between file access mode and mmap protection by David Hildenbrand · 1 year, 6 months ago
- 4b870dc hostmem-file: add offset option by Alexander Graf · 1 year, 11 months ago
- 3884bf6 memory: stricter checks prior to unsetting engaged_in_io by Alexander Bulekov · 1 year, 10 months ago
- 1e493be migration: Add last stage indicator to global dirty log by Gavin Shan · 1 year, 10 months ago
- a2e1753 memory: prevent dma-reentracy issues by Alexander Bulekov · 1 year, 10 months ago
- b1ab8f9 Revert "memory: Optimize replay of guest mapping" by Peter Maydell · 1 year, 11 months ago
- afa55c6 exec/memory: Fix kernel-doc warning by Bernhard Beschow · 2 years ago
- 7caebbf memory: introduce memory_region_unmap_iommu_notifier_range() by Jason Wang · 2 years ago
- 6da2434 memory: Optimize replay of guest mapping by Zhenzhong Duan · 2 years, 1 month ago
- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 66997c4 cleanup: Tweak and re-run return_directly.cocci by Markus Armbruster · 2 years, 3 months ago
- baa44bc vfio: move implement of vfio_get_xlat_addr() to memory.c by Cindy Lu · 2 years, 4 months ago
- ee3eb3a Replace TARGET_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
- a8749d7 memory: Make memory_region_readd_subregion() properly handle mapped aliases by David Hildenbrand · 3 years, 1 month ago
- a5c90c6 memory: Fix qemu crash on starting dirty log twice with stopped VM by Peter Xu · 3 years, 1 month ago
- 7b0538e memory: Fix incorrect calls of log_global_start/stop by Peter Xu · 3 years, 3 months ago
- 5ead621 memory: Make memory_region_is_mapped() succeed when mapped via an alias by David Hildenbrand · 3 years, 4 months ago
- 7bdbf99 memory: Have 'info mtree' remove duplicated Address Space information by Philippe Mathieu-Daudé · 3 years, 7 months ago
- 670c078 memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as() by Philippe Mathieu-Daudé · 3 years, 6 months ago
- 1a59bdb memory: Directly dispatch alias accesses on origin memory region by Philippe Mathieu-Daudé · 4 years, 7 months ago
- adaf9d9 memory: Introduce replay_discarded callback for RamDiscardManager by David Hildenbrand · 3 years, 5 months ago
- 63b41db memory: make global_dirty_tracking a bitmask by Hyman Huang(黄勇) · 3 years, 8 months ago
- 7a7142f memory: Log access direction for invalid accesses by BALATON Zoltan · 3 years, 5 months ago
- fcb3ab3 memory: Add tracepoint for dirty sync by Peter Xu · 3 years, 7 months ago
- 56918a1 memory: Add RAM_PROTECTED flag to skip IOMMU mappings by Sean Christopherson · 3 years, 8 months ago
- 86108e2 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
- 9bb5405 memory: Display MemoryRegion name in read/write ops trace events by Philippe Mathieu-Daudé · 4 years ago
- 2284383 memory: Helpers to copy/free a MemoryRegionSection by David Hildenbrand · 3 years, 11 months ago
- 8947d7f memory: Introduce RamDiscardManager for RAM memory regions by David Hildenbrand · 3 years, 11 months ago
- ebef62d softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal() by David Hildenbrand · 3 years, 10 months ago
- 7f863cb softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate() by David Hildenbrand · 3 years, 10 months ago
- d5015b8 softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd() by David Hildenbrand · 3 years, 10 months ago
- b87eaa9 memory: Introduce log_sync_global() to memory listener by Peter Xu · 3 years, 10 months ago
- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- b356600 memory: Add offset_in_region to flatview_cb arguments by Peter Maydell · 4 years ago
- 7cac7fe fuzz: move some DMA hooks by Alexander Bulekov · 4 years ago
- 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years, 2 months ago
- d32335e exec/memory: Use struct Object typedef by Philippe Mathieu-Daudé · 4 years ago
- 44a4ff3 memory: alloc RAM from file at offset by Jagannathan Raman · 4 years, 1 month ago
- fc1c834 fuzz: ignore address_space_map is_write flag by Alexander Bulekov · 4 years, 1 month ago
- 940e43a accel: extend AccelState and AccelClass to user-mode by Claudio Fontana · 4 years, 1 month ago
- 369d6dc memory: add readonly support to memory_region_init_ram_from_file() by Stefan Hajnoczi · 4 years, 2 months ago
- 0a2949e memory: allow creating MemoryRegions before accelerators by Paolo Bonzini · 4 years, 4 months ago
- 1804857 memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type by Eugenio Pérez · 4 years, 4 months ago
- 5039caf memory: Add IOMMUTLBEvent by Eugenio Pérez · 4 years, 4 months ago
- 3b5ebf8 memory: Rename memory_region_notify_one to memory_region_notify_iommu_one by Eugenio Pérez · 4 years, 4 months ago
- 683685e Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging by Peter Maydell · 4 years, 3 months ago
- 1370d61 memory: Skip dirty tracking for un-migratable memory regions by Zenghui Yu · 4 years, 4 months ago
- e6ffd75 softmmu/memory: fix memory_region_ioeventfd_equal() by Elena Afanasova · 4 years, 5 months ago
- 457f8cb memory: Add interface to set iommu page size mask by Bharat Bhushan · 4 years, 4 months ago
- 74ee653 memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled by Kirti Wankhede · 4 years, 4 months ago
- a3c20e9 fuzz: Add fuzzer callbacks to DMA-read functions by Alexander Bulekov · 4 years, 4 months ago
- e7d3222 fuzz: Declare DMA Read callback function by Alexander Bulekov · 4 years, 4 months ago
- fb5ef4e memory: Add FlatView foreach function by Alexander Bulekov · 4 years, 4 months ago
- 21786c7 softmmu/memory: Log invalid memory accesses by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 4174495 exec: Remove MemoryRegion::global_locking field by Philippe Mathieu-Daudé · 4 years, 7 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
- 8b7a550 softmmu: Add missing trace-events file by Philippe Mathieu-Daudé · 4 years, 7 months ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 8 months ago
- c7f419f softmmu: move softmmu only files from root by Claudio Fontana · 4 years, 8 months ago[Renamed from memory.c]
- 5d971f9 memory: Revert "memory: accept mismatching sizes in memory_region_access_valid" by Michael S. Tsirkin · 4 years, 9 months ago
- 2261d39 memory: Make 'info mtree' not display disabled regions by default by Philippe Mathieu-Daudé · 4 years, 9 months ago
- ab7e41e exec: Rename qemu_ram_writeback() as qemu_ram_msync() by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 9ecc996 memory: Extract memory_region_msync() from memory_region_writeback() by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 4dfe59d memory: Rename memory_region_do_writeback -> memory_region_writeback by Philippe Mathieu-Daudé · 4 years, 10 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
- ddfb0ba qom: Clean up inconsistent use of gchar * vs. char * by Markus Armbruster · 4 years, 10 months ago
- 83696c8 memory: Simplify memory_region_init_rom_nomigrate() to ease review by Philippe Mathieu-Daudé · 5 years ago
- 39fa93c memory: Correctly return alias region type by Philippe Mathieu-Daudé · 5 years ago
- 64a7b8d qom/object: Use common get/set uint helpers by Felipe Franciosi · 5 years ago
- 920d557 memory: batch allocate ioeventfds[] in address_space_update_ioeventfds() by Stefan Hajnoczi · 5 years ago
- 380ea84 memory.c: Use trace_event_get_state_backends() by Peter Maydell · 5 years ago
- 4f7f589 accel: Replace current_machine->accelerator by current_accel() wrapper by Philippe Mathieu-Daudé · 5 years ago
- 53b62be memory: do not look at current_machine->accel by Paolo Bonzini · 5 years ago