297 Commits (9583a905793986d9018fe1fbb17d17fb4f0d76dd)

Author SHA1 Message Date
Philippe Mathieu-Daudé 9583a90579 memory: Have memory_region_init_ram_from_fd() handler return a boolean 2 years ago
Philippe Mathieu-Daudé 9b9d11ac03 memory: Have memory_region_init_ram_from_file() handler return a boolean 2 years ago
Philippe Mathieu-Daudé f25a9fbb64 memory: Have memory_region_init_resizeable_ram() return a boolean 2 years ago
Philippe Mathieu-Daudé 62f5c1b234 memory: Have memory_region_init_rom_device() handler return a boolean 2 years ago
Philippe Mathieu-Daudé ae076b6c39 memory: Have memory_region_init_rom_device_nomigrate() return a boolean 2 years ago
Philippe Mathieu-Daudé b9159451d3 memory: Have memory_region_init_rom() handler return a boolean 2 years ago
Philippe Mathieu-Daudé fe5f33d6b0 memory: Have memory_region_init_ram() handler return a boolean 2 years ago
Philippe Mathieu-Daudé 197faa7006 memory: Have memory_region_init_rom_nomigrate() handler return a boolean 2 years ago
Philippe Mathieu-Daudé 62c19b72c7 memory: Have memory_region_init_ram_nomigrate() handler return a boolean 2 years ago
Philippe Mathieu-Daudé cbbc434023 memory: Have memory_region_init_ram_flags_nomigrate() return a boolean 2 years ago
Thomas Huth a36ea38abd memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name 2 years ago
Eric Auger 51478a8ef5 memory: Introduce memory_region_iommu_set_iova_ranges 3 years ago
Eric Auger e8f433f80e memory: Let ReservedRegion use Range 3 years ago
Ilya Maximets b15c18c519 memory: initialize 'fv' in MemoryRegionCache to make Coverity happy 3 years ago
David Hildenbrand 533f5d6679 memory,vhost: Allow for marking memory device memory regions unmergeable 3 years ago
David Hildenbrand aa5317ef7c memory: Clarify mapping requirements for RamDiscardManager 3 years ago
Ilya Maximets 43d6376980 virtio: don't zero out memory region cache for indirect descriptors 3 years ago
hongmianquan 544cff46c0 memory: avoid updating ioeventfds for some address_space 3 years ago
David Hildenbrand 5c52a219bb softmmu/physmem: Distinguish between file access mode and mmap protection 3 years ago
Stefan Weil 313e162951 misc: Fix some typos in documentation and comments 3 years ago
Isaku Yamahata 14a868c626 exec/memory: Add symbol for the min value of memory listener priority 3 years ago
Isaku Yamahata 8be0461d37 exec/memory: Add symbol for memory listener priority for device backend 3 years ago
Isaku Yamahata 5369a36c4f exec/memory: Add symbolic value for memory listener priority for accel 3 years ago
Steve Sistare b0182e537e exec/memory: Introduce RAM_NAMED_FILE flag 3 years ago
Alexander Graf 4b870dc4d0 hostmem-file: add offset option 3 years ago
Gavin Shan 1e493be587 migration: Add last stage indicator to global dirty log 3 years ago
Alexander Bulekov a2e1753b80 memory: prevent dma-reentracy issues 3 years ago
Bernhard Beschow afa55c6e24 exec/memory: Fix kernel-doc warning 3 years ago
Jason Wang 7caebbf9ea memory: introduce memory_region_unmap_iommu_notifier_range() 3 years ago
Peter Xu 8a7c606016 intel-iommu: Document iova_tree 3 years ago
Philippe Mathieu-Daudé 94e273dbb5 exec/memory: Expose memory_region_access_valid() 3 years ago
Stefan Weil 2cb40d446f Fix several typos in documentation (found by codespell) 3 years ago
Cindy Lu baa44bce87 vfio: move implement of vfio_get_xlat_addr() to memory.c 3 years ago
Stefan Weil 1e458f1127 Fix some typos in documentation and comments 3 years ago
Hyman Huang(黄勇) cc2b33eab0 softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically 4 years ago
Jagannathan Raman 3123f93d6b vfio-user: handle PCI BAR accesses 4 years ago
Marc-André Lureau ee3eb3a7ce Replace TARGET_WORDS_BIGENDIAN 4 years ago
Marc-André Lureau e03b56863d Replace config-time define HOST_WORDS_BIGENDIAN 4 years ago
Philippe Mathieu-Daudé 75f01c68b5 exec/memory: Extract address_space_set() from dma_memory_set() 4 years ago
David Hildenbrand 455faf03df memory: Update description of memory_region_is_mapped() 5 years ago
David Hildenbrand 5ead62185d memory: Make memory_region_is_mapped() succeed when mapped via an alias 5 years ago
David Hildenbrand adaf9d92f8 memory: Introduce replay_discarded callback for RamDiscardManager 5 years ago
Hyman Huang(黄勇) 63b41db4bc memory: make global_dirty_tracking a bitmask 5 years ago
Peter Xu 142518bda5 memory: Name all the memory listeners 5 years ago
Sean Christopherson 56918a126a memory: Add RAM_PROTECTED flag to skip IOMMU mappings 5 years ago
David Hildenbrand 7e6d32ebf7 softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types 5 years ago
David Hildenbrand 228438384e memory: Helpers to copy/free a MemoryRegionSection 5 years ago
David Hildenbrand 8947d7fc4e memory: Introduce RamDiscardManager for RAM memory regions 5 years ago
David Hildenbrand 8dbe22c686 memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() 5 years ago
David Hildenbrand 7f863cba4d softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate() 5 years ago