183 Commits (fdd6d824ef944538eced4f6134d4bafdfbf41b15)

Author SHA1 Message Date
Peter Xu fdd6d824ef memory: Remove memory_region_get_dirty() 7 years ago
Markus Armbruster b6b71cb5c6 memory: Clean up how mtree_info() prints 7 years ago
Li Zhijian 0c249ff71c unify len and addr type for memory/address APIs 7 years ago
Stefan Hajnoczi 047be4ed24 memory: add memory_region_flush_rom_device() 7 years ago
Paolo Bonzini eae3eb3e18 qemu/queue.h: simplify reverse access to QTAILQ 7 years ago
Paolo Bonzini b58deb344d qemu/queue.h: leave head structs anonymous unless necessary 7 years ago
Peter Maydell 3c8133f973 Rename cpu_physical_memory_write_rom() to address_space_write_rom() 7 years ago
Marc-André Lureau c26763f8ec memory: learn about non-volatile memory region 8 years ago
Li Qiang 847b31f0d6 memory.h: fix typos in comments 8 years ago
Peng Hao e6d34aeea6 target-i386 : add coalesced_pio API 8 years ago
Peter Maydell 62a0db942d memory: Remove old_mmio accessors 8 years ago
Hikaru Nishida d5dbde4645 hostmem-file: make available memory-backend-file on POSIX-based hosts 8 years ago
Peter Maydell 8c1c245378 memory: Remove MMIO request_ptr APIs 8 years ago
Junyan He a4de8552b2 hostmem-file: add the 'pmem' option 8 years ago
Junyan He cbfc017103 memory, exec: switch file ram allocation functions to 'flags' parameters 8 years ago
Junyan He b0e5de9381 memory, exec: Expose all memory block related flags. 8 years ago
Alexey Kardashevskiy fc051ae6c4 memory/hmp: Print owners/parents in "info mtree" 8 years ago
Peter Maydell 2c91bcf273 iommu: Add IOMMU index argument to translate method 8 years ago
Peter Maydell cb1efcf462 iommu: Add IOMMU index argument to notifier APIs 8 years ago
Peter Maydell 21f402093c iommu: Add IOMMU index concept to IOMMU API 8 years ago
Paolo Bonzini 257a7430e7 memory: get rid of memory_region_init_reservation 8 years ago
Peter Maydell 0330002cb5 memory.h: Fix typo in documentation comment 8 years ago
Peter Maydell 7446eb07c1 Make address_space_get_iotlb_entry() take a MemTxAttrs argument 8 years ago
Peter Maydell efa99a2ff8 Make flatview_translate() take a MemTxAttrs argument 8 years ago
Peter Maydell 8372d38327 Make MemoryRegion valid.accepts callback take a MemTxAttrs argument 8 years ago
Peter Maydell fddffa4268 Make address_space_access_valid() take a MemTxAttrs argument 8 years ago
Peter Maydell f26404fbee Make address_space_map() take a MemTxAttrs argument 8 years ago
Peter Maydell bc6b1cec84 Make address_space_translate{, _cached}() take a MemTxAttrs argument 8 years ago
Peter Maydell 2ce931d012 memory.h: Improve IOMMU related documentation 8 years ago
Paolo Bonzini 48564041a7 exec: reintroduce MemoryRegion caching 8 years ago
Paolo Bonzini 4269c82bf7 exec: move memory access declarations to a common header, inline *_phys functions 8 years ago
Paolo Bonzini b2a44fcad7 address_space_read: address_space_to_flatview needs RCU lock 8 years ago
Paolo Bonzini 785a507ec7 memory: inline some performance-sensitive accessors 8 years ago
Marcel Apfelbaum 06329ccecf mem: add share parameter to memory-backend-ram 8 years ago
Paolo Bonzini 0fe1eca7dc memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot 8 years ago
Paolo Bonzini 77302fb5df memory: remove memory_region_test_and_clear_dirty 8 years ago
Alexey Kardashevskiy f1334de60b memory/iommu: Add get_attr() 8 years ago
Jay Zhou 57914ecb06 memory: update comments and fix some typos 8 years ago
Haozhong Zhang 9837684316 hostmem-file: add "align" option 8 years ago
Marc-André Lureau e2fbe20851 memory: remove unused memory_region_set_global_locking() 9 years ago
Paolo Bonzini 02d9651d6a memory: trace FlatView creation and destruction 9 years ago
Alexey Kardashevskiy b516572f31 memory: Get rid of address_space_init_shareable 9 years ago
Alexey Kardashevskiy 5e8fd947e2 memory: Rework "info mtree" to print flat views and dispatch trees 9 years ago
Alexey Kardashevskiy 166206845f memory: Switch memory from using AddressSpace to FlatView 9 years ago
Alexey Kardashevskiy 66a6df1dc6 memory: Move AddressSpaceDispatch from AddressSpace to FlatView 9 years ago
Alexey Kardashevskiy 9a62e24f45 memory: Open code FlatView rendering 9 years ago
Peter Maydell 3114d092b1 memory.h: Move MemTxResult type to memattrs.h 9 years ago
Peter Maydell b08199c6fb memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration 9 years ago
Peter Maydell b59821a95b memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate() 9 years ago
Peter Maydell 1cfe48c1ce memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() 9 years ago