372 Commits (b58deb344ddff3b9d8b265bf73a65274767ee5f4)

Author SHA1 Message Date
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 cc94cd6d36 memory: Move FlatView allocation to a helper 9 years ago
Alexey Kardashevskiy 9a62e24f45 memory: Open code FlatView rendering 9 years ago
Paolo Bonzini 447b0d0b9e memory: avoid "resurrection" of dead FlatViews 9 years ago
KONRAD Frederic 05e015f73c memory: avoid a name clash with access macro 9 years ago
Kamil Rytarowski a16878d224 memory: Rename queue to mrqueue (memory region queue) 9 years ago
Jay Zhou 1931076077 migration: optimize the downtime 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
Alexey Kardashevskiy 1221a47467 memory/iommu: introduce IOMMUMemoryRegionClass 9 years ago
Alexey Kardashevskiy 3df9d74806 memory/iommu: QOM'fy IOMMU MemoryRegion 9 years ago
KONRAD Frederic c935674635 exec: allow to get a pointer for some mmio memory region 10 years ago
Marc-André Lureau 6b9911d0b6 memory: remove memory_region_set_fd 9 years ago
Marc-André Lureau fea617c58b Add memory_region_init_ram_from_fd() 9 years ago
Peter Xu ad523590f6 memory: remove the last param in memory_region_iommu_replay() 9 years ago
Peter Xu bf55b7afce memory: tune last param of iommu_ops.translate() 9 years ago
Gerd Hoffmann 8deaf12ca1 memory: add support getting and using a dirty bitmap copy. 9 years ago
Peter Xu faa362e3cc memory: add MemoryRegionIOMMUOps.replay() callback 9 years ago
Peter Xu bd2bfa4c52 memory: introduce memory_region_notify_one() 9 years ago
Peter Xu de472e4a92 memory: provide iommu_replay_all() 9 years ago
Peter Xu 512fa40867 memory: provide IOMMU_NOTIFIER_FOREACH macro 9 years ago
Peter Xu 698feb5e13 memory: add section range info for IOMMU notifier 9 years ago
Xu, Anthony ade9c1aac5 clear pending status before calling memory commit 10 years ago
Peter Xu b31f841262 memory: info mtree check mr range overflow 10 years ago
Paolo Bonzini 377a07aa0d memory: show region offset and ROM/RAM type in "info mtree -f" 10 years ago
Yongji Xie c99a29e702 memory: Introduce DEVICE_HOST_ENDIAN for ram device 10 years ago
Jan Kiszka 8d04fb55de tcg: drop global lock during TCG code execution 10 years ago
Paolo Bonzini 1d8280c18f memory: make memory_listener_unregister idempotent 10 years ago
Daniel P. Berrange 0ab8ed18a6 trace: switch to modular code generation for sub-directories 10 years ago
Peter Xu 57bb40c9db memory: hmp: add "-f" for "info mtree" 10 years ago
Peter Xu 4e83190146 memory: tune mtree_print_mr() to dump mr type 10 years ago
Jason Wang efcd38c529 memory: handle alias for iommu notifier 10 years ago
Alex Williamson 4a2e242bbb memory: Don't use memcpy for ram_device regions 10 years ago
Alex Williamson 21e00fa55f memory: Replace skip_dump flag with "ram_device" 10 years ago
Paolo Bonzini 0a752eeea8 memory: optimize memory_region_sync_dirty_bitmap 10 years ago
Paolo Bonzini adaad61c3c memory: optimize memory_global_dirty_log_sync 10 years ago
Paolo Bonzini 9a54635dcb memory: add a per-AddressSpace list of listeners 10 years ago
Paolo Bonzini d45fa784cd memory: eliminate global MemoryListeners 10 years ago
Paolo Bonzini 9c1f8f4493 migration: sync all address spaces 10 years ago
Peter Xu 5bf3d31903 memory: introduce IOMMUOps.notify_flag_changed 10 years ago
Peter Xu cdb3081269 memory: introduce IOMMUNotifier and its caps 10 years ago
Paolo Bonzini 58268c8d3d memory: remove memory_region_destructor_rom_device 10 years ago
Peter Maydell 39e0b03dec memory: Assert that memory_region_init_rom_device() ops aren't NULL 10 years ago
Peter Maydell a1777f7f64 memory: Provide memory_region_init_rom() 10 years ago
Alexey Kardashevskiy d22d8956b1 memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks 10 years ago
Alexey Kardashevskiy f682e9c244 memory: Add reporting of supported page sizes 10 years ago
Paolo Bonzini 0878d0e11b exec: hide mr->ram_addr from qemu_get_ram_ptr users 11 years ago
Paolo Bonzini 07bdaa4196 memory: split memory_region_from_host from qemu_ram_addr_from_host 11 years ago