- 369d6dc memory: add readonly support to memory_region_init_ram_from_file() by Stefan Hajnoczi · 4 years ago
- 0a2949e memory: allow creating MemoryRegions before accelerators by Paolo Bonzini · 4 years, 3 months ago
- 1804857 memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type by Eugenio Pérez · 4 years, 2 months ago
- 5039caf memory: Add IOMMUTLBEvent by Eugenio Pérez · 4 years, 2 months ago
- 3b5ebf8 memory: Rename memory_region_notify_one to memory_region_notify_iommu_one by Eugenio Pérez · 4 years, 2 months ago
- 683685e Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging by Peter Maydell · 4 years, 2 months ago
- 1370d61 memory: Skip dirty tracking for un-migratable memory regions by Zenghui Yu · 4 years, 2 months ago
- e6ffd75 softmmu/memory: fix memory_region_ioeventfd_equal() by Elena Afanasova · 4 years, 3 months ago
- 457f8cb memory: Add interface to set iommu page size mask by Bharat Bhushan · 4 years, 3 months ago
- 74ee653 memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled by Kirti Wankhede · 4 years, 3 months ago
- a3c20e9 fuzz: Add fuzzer callbacks to DMA-read functions by Alexander Bulekov · 4 years, 3 months ago
- e7d3222 fuzz: Declare DMA Read callback function by Alexander Bulekov · 4 years, 3 months ago
- fb5ef4e memory: Add FlatView foreach function by Alexander Bulekov · 4 years, 3 months ago
- 21786c7 softmmu/memory: Log invalid memory accesses by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 4174495 exec: Remove MemoryRegion::global_locking field by Philippe Mathieu-Daudé · 4 years, 5 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 4 months ago
- 8b7a550 softmmu: Add missing trace-events file by Philippe Mathieu-Daudé · 4 years, 5 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, 6 months ago
- c7f419f softmmu: move softmmu only files from root by Claudio Fontana · 4 years, 7 months ago[Renamed from memory.c]
- 5d971f9 memory: Revert "memory: accept mismatching sizes in memory_region_access_valid" by Michael S. Tsirkin · 4 years, 7 months ago
- 2261d39 memory: Make 'info mtree' not display disabled regions by default by Philippe Mathieu-Daudé · 4 years, 8 months ago
- ab7e41e exec: Rename qemu_ram_writeback() as qemu_ram_msync() by Philippe Mathieu-Daudé · 4 years, 8 months ago
- 9ecc996 memory: Extract memory_region_msync() from memory_region_writeback() by Philippe Mathieu-Daudé · 4 years, 8 months ago
- 4dfe59d memory: Rename memory_region_do_writeback -> memory_region_writeback by Philippe Mathieu-Daudé · 4 years, 8 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 9 months ago
- ddfb0ba qom: Clean up inconsistent use of gchar * vs. char * by Markus Armbruster · 4 years, 9 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
- 61c490e Memory: Enable writeback for given memory region by Beata Michalska · 5 years ago
- 894d354 Remove unassigned_access CPU hook by Peter Maydell · 5 years ago
- 694ea27 rcu: Use automatic rc_read unlock in core memory/exec code by Dr. David Alan Gilbert · 5 years ago
- 549d4005 memory: allow memory_region_register_iommu_notifier() to fail by Eric Auger · 5 years ago
- 0856555 cputlb: Move NOTDIRTY handling from I/O path to TLB path by Richard Henderson · 5 years ago
- 6e050d4 exec: Adjust notdirty tracing by Richard Henderson · 5 years ago
- 7a3df11 memory: inline and optimize devend_memop by Paolo Bonzini · 5 years ago
- 9de6578 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging by Peter Maydell · 5 years ago
- 9bf825b memory: Single byte swap along the I/O path by Tony Nguyen · 5 years ago
- d5d680c memory: Access MemoryRegion with endianness by Tony Nguyen · 5 years ago
- e67c904 memory: Access MemoryRegion with MemOp by Tony Nguyen · 5 years ago
- 8ccb563 memory: Remove unused memory_region_iommu_replay_all() by Eric Auger · 5 years ago
- b960fc1 memory: Fix up memory_region_{add|del}_coalescing by Peter Xu · 5 years ago
- 264ef5a memory: Remove has_coalesced_range counter by Peter Xu · 5 years ago
- 23f1174 memory: Split zones when do coalesced_io_del() by Peter Xu · 5 years ago
- 9c1aa1c memory: Refactor memory_region_clear_coalescing by Peter Xu · 5 years ago
- 9458a9a memory: fix race between TCG and accesses to dirty bitmap by Paolo Bonzini · 7 years ago
- 03c7140 memory: assert on out of scope notification by Yan Zhao · 6 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
- 1b53ecd memory: Fix type of IOMMUMemoryRegionClass member @parent_class by Markus Armbruster · 5 years ago
- 8072aae hmp: Print if memory section is registered with an accelerator by Alexey Kardashevskiy · 6 years ago
- 697f592 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
- 077874e memory: Introduce memory listener hook log_clear() by Peter Xu · 6 years ago
- 5dea407 memory: Pass mr into snapshot_and_clear_dirty by Peter Xu · 6 years ago
- ae7a2bc memory: Don't set migration bitmap when without migration by Peter Xu · 6 years ago
- 838ec11 memory: unref the memory region in simplify flatview by King Wang · 6 years ago
- a216641 spapr_pci: Unregister listeners before destroying the IOMMU address space by Greg Kurz · 6 years ago
- 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
- fdd6d82 memory: Remove memory_region_get_dirty() by Peter Xu · 6 years ago
- 39adb53 memory: correct the comment to DIRTY_MEMORY_MIGRATION by Wei Yang · 6 years ago
- b6b71cb memory: Clean up how mtree_info() prints by Markus Armbruster · 6 years ago
- 2ddb89b memory: Fix the memory region type assignment order by Singh, Brijesh · 6 years ago
- 4f82602 memory: Do not update coalesced IO range in the case of NOP by Jagannathan Raman · 6 years ago
- eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
- b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
- 3ac7d43 memory: update coalesced_range on transaction_commit by Paolo Bonzini · 6 years ago
- 1f7af80 memory: avoid unnecessary coalesced_io_del operations by Paolo Bonzini · 6 years ago
- 909bf76 memory: extract flat_range_coalesced_io_{del,add} by Paolo Bonzini · 6 years ago
- c26763f memory: learn about non-volatile memory region by Marc-André Lureau · 6 years ago
- e6d34ae target-i386 : add coalesced_pio API by Peng Hao · 6 years ago
- 62a0db9 memory: Remove old_mmio accessors by Peter Maydell · 6 years ago
- 98f52cd memory: Fix access_with_adjusted_size(small size) on big-endian memory regions by Philippe Mathieu-Daudé · 6 years ago
- 3c754a9 memory: Refactor common shifting code from accessors by Philippe Mathieu-Daudé · 6 years ago
- 36960b4 memory: Use MAKE_64BIT_MASK() by Philippe Mathieu-Daudé · 6 years ago
- d5dbde4 hostmem-file: make available memory-backend-file on POSIX-based hosts by Hikaru Nishida · 6 years ago
- 1cd3d49 memory: cleanup side effects of memory_region_init_foo() on failure by Igor Mammedov · 6 years ago
- 55f4e79 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 6 years ago
- 8c1c245 memory: Remove MMIO request_ptr APIs by Peter Maydell · 6 years ago
- dbea78a accel/tcg: Pass read access type through to io_readx() by Peter Maydell · 6 years ago
- cbfc017 memory, exec: switch file ram allocation functions to 'flags' parameters by Junyan He · 7 years ago
- fc051ae memory/hmp: Print owners/parents in "info mtree" by Alexey Kardashevskiy · 7 years ago
- 2c91bcf iommu: Add IOMMU index argument to translate method by Peter Maydell · 7 years ago
- cb1efcf iommu: Add IOMMU index argument to notifier APIs by Peter Maydell · 7 years ago
- 21f4020 iommu: Add IOMMU index concept to IOMMU API by Peter Maydell · 7 years ago
- afd76ff Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
- 73bb753 memory: Make operations using MemoryRegionIoeventfd struct pass by pointer. by Tristan Burgess · 7 years ago
- 12d3a03 memory: delete struct AddressSpaceOps by Jay Zhou · 7 years ago
- 86b2465 memory: Do not include "exec/ioport.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
- 8372d38 Make MemoryRegion valid.accepts callback take a MemTxAttrs argument by Peter Maydell · 7 years ago
- 6d7b9a6 Make memory_region_access_valid() take a MemTxAttrs argument by Peter Maydell · 7 years ago
- 4856404 exec: reintroduce MemoryRegion caching by Paolo Bonzini · 7 years ago
- 785a507 memory: inline some performance-sensitive accessors by Paolo Bonzini · 7 years ago
- 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
- 3ebb181 memory: unify loops to sync dirty log bitmap by Paolo Bonzini · 7 years ago