238 Commits (1ff36b5d4d00a4e3633eb960bf2be562f5e47dbf)

Author SHA1 Message Date
Paolo Bonzini 2e2b8eb70f memory: allow destroying a non-empty MemoryRegion 11 years ago
David Gibson a788f227ef memory: Allow replay of IOMMU mapping notifications 11 years ago
Markus Armbruster 0bdaa3a429 memory: Fix bad error handling in memory_region_init_ram_ptr() 11 years ago
Pavel Fedin 6d6d2abf2c Merge memory_region_init_reservation() into memory_region_init_io() 11 years ago
Paolo Bonzini 52c91dac6b memory: do not add a reference to the owner of aliased regions 11 years ago
Paolo Bonzini deb809edb8 memory: count number of active VGA logging clients 11 years ago
Paolo Bonzini c6742b14fe memory: fix refcount leak in memory_region_present 11 years ago
Paolo Bonzini 125b380666 exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st* 11 years ago
Jan Kiszka 196ea13104 memory: Add global-locking property to memory regions 11 years ago
Paolo Bonzini ec05ec26f9 memory: use mr->ram_addr in "is this RAM?" assertions 11 years ago
Stefan Hajnoczi 03eebc9e32 memory: replace cpu_physical_memory_reset_dirty() with test-and-clear 12 years ago
Paolo Bonzini 58d2707e87 exec: pass client mask to cpu_physical_memory_set_dirty_range 11 years ago
Paolo Bonzini 6f6a5ef3e4 memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask 11 years ago
Paolo Bonzini 677e7805cf memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask 11 years ago
Paolo Bonzini b2dfd71c48 memory: prepare for multiple bits in the dirty log mask 11 years ago
Paolo Bonzini 2d1a35bef0 memory: differentiate memory_region_is_logging and memory_region_get_dirty_log_mask 11 years ago
Paolo Bonzini dbddac6da0 memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA 11 years ago
Gerd Hoffmann f8a9f720dd mtree: also print disabled regions 11 years ago
Gerd Hoffmann e48816aac6 mtree: tag & indent a bit better 11 years ago
Paolo Bonzini 37d7c08413 memory: add memory_region_ram_resize 11 years ago
Peter Maydell 3b64349539 memory: Replace io_mem_read/write with memory_region_dispatch_read/write 11 years ago
Peter Maydell cc05c43ad9 memory: Define API for MemoryRegionOps to take attrs and return status 11 years ago
Andreas Färber 210eb9364b memory: Move owner-less MemoryRegions to /machine/unattached 11 years ago
Paolo Bonzini ac95190ea9 memory: keep the owner of the AddressSpace alive until do_address_space_destroy 11 years ago
Paolo Bonzini 6e48e8f9e0 memory: unregister AddressSpace MemoryListener within BQL 11 years ago
Paolo Bonzini 2b647668c9 memory: avoid ref/unref in memory_region_find 13 years ago
Paolo Bonzini 374f2981d1 memory: protect current_map by RCU 13 years ago
Jan Kiszka b476c99d01 memory: remove assertion on memory_region_destroy 13 years ago
Michael S. Tsirkin 60786ef339 memory: API to allocate resizeable RAM MR 12 years ago
Michael S. Tsirkin e7af4c6730 memory: add memory_region_set_size 12 years ago
Igor Mammedov a2b257d621 memory: expose alignment used for allocating RAM as MemoryRegion API 12 years ago
Nikunj A Dadhania e4dc3f5909 Add skip_dump flag to ignore memory region during dump 12 years ago
Hu Tao 33e0eb5297 memory: add parameter errp to memory_region_init_rom_device 12 years ago
Hu Tao 49946538d2 memory: add parameter errp to memory_region_init_ram 12 years ago
Hu Tao ef701d7b6f exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr 12 years ago
Peter Crosthwaite 843ef73a69 memory: Remove object_property_add_child_array() 12 years ago
Peter Crosthwaite d1dd32af6f memory: Lazy init name from QOM name as needed 12 years ago
Peter Maydell 302fa28378 Revert "memory: Use canonical path component as the name" 12 years ago
Paolo Bonzini f54bb15f9d mtree: remove write-only field 13 years ago
Peter Crosthwaite b0225c2c0d memory: Use canonical path component as the name 12 years ago
Peter Crosthwaite 3fb18b4da7 memory: Use memory_region_name for name access 12 years ago
Peter Crosthwaite 5d546d4b65 memory: constify memory_region_name 12 years ago
Paolo Bonzini 469b046ead memory: remove memory_region_destroy 12 years ago
Paolo Bonzini d8d9581460 memory: convert memory_region_destroy to object_unparent 12 years ago
Fam Zheng c9cdaa3ab9 memory: Update obsolete comment about AddrRange field type 12 years ago
Peter Crosthwaite 52aef7bba7 memory: MemoryRegion: Add size property 12 years ago
Peter Crosthwaite d33382da9a memory: MemoryRegion: Add may-overlap and priority props 12 years ago
Peter Crosthwaite 409ddd0139 memory: MemoryRegion: Add container and addr props 12 years ago
Paolo Bonzini 22a893e4f5 memory: MemoryRegion: replace owner field with QOM parent 12 years ago
Peter Crosthwaite b4fefef9d5 memory: MemoryRegion: QOMify 12 years ago