Age | Commit message (Expand) | Author |
2014-10-31 | Add skip_dump flag to ignore memory region during dump | Nikunj A Dadhania |
2014-09-09 | memory: add parameter errp to memory_region_init_rom_device | Hu Tao |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-09-09 | exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr | Hu Tao |
2014-09-04 | memory: Remove object_property_add_child_array() | Peter Crosthwaite |
2014-08-28 | memory: Lazy init name from QOM name as needed | Peter Crosthwaite |
2014-08-19 | Revert "memory: Use canonical path component as the name" | Peter Maydell |
2014-08-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-08-18 | mtree: remove write-only field | Paolo Bonzini |
2014-08-18 | memory: Use canonical path component as the name | Peter Crosthwaite |
2014-08-18 | memory: Use memory_region_name for name access | Peter Crosthwaite |
2014-08-18 | memory: constify memory_region_name | Peter Crosthwaite |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-08-18 | memory: convert memory_region_destroy to object_unparent | Paolo Bonzini |
2014-08-15 | memory: Update obsolete comment about AddrRange field type | Fam Zheng |
2014-07-01 | memory: MemoryRegion: Add size property | Peter Crosthwaite |
2014-07-01 | memory: MemoryRegion: Add may-overlap and priority props | Peter Crosthwaite |
2014-07-01 | memory: MemoryRegion: Add container and addr props | Peter Crosthwaite |
2014-07-01 | memory: MemoryRegion: replace owner field with QOM parent | Paolo Bonzini |
2014-07-01 | memory: MemoryRegion: QOMify | Peter Crosthwaite |
2014-07-01 | memory: MemoryRegion: use /machine as default owner | Paolo Bonzini |
2014-06-19 | hostmem: add property to map memory with MAP_SHARED | Paolo Bonzini |
2014-06-19 | hostmem: allow preallocation of any memory region | Paolo Bonzini |
2014-06-19 | memory: add error propagation to file-based RAM allocation | Paolo Bonzini |
2014-06-19 | memory: move mem_path handling to memory_region_allocate_system_memory | Paolo Bonzini |
2014-06-19 | memory: reorganize file-based allocation | Paolo Bonzini |
2014-06-19 | memory: add memory_region_is_mapped() API | Igor Mammedov |
2014-06-18 | memory: Don't call memory_region_update_coalesced_range if nothing changed | Fam Zheng |
2014-06-18 | memory: MemoryRegion: rename parent to container | Paolo Bonzini |
2014-06-17 | memory: MemoryRegion: factor out memory region re-adder | Peter Crosthwaite |
2014-06-17 | memory: MemoryRegion: factor out subregion add functionality | Peter Crosthwaite |
2014-06-17 | memory: Simplify mr_add_subregion() if-else | Peter Crosthwaite |
2014-06-17 | memory: Don't update all memory region when ioeventfd changed | Gonglei |
2014-05-30 | memory: Sanity check that no listeners remain on a destroyed AddressSpace | David Gibson |
2014-03-09 | memory_region_present: return false if address is not found in child MemoryRe... | Igor Mammedov |
2014-01-13 | memory: split cpu_physical_memory_* functions to its own include | Juan Quintela |
2014-01-13 | memory: make cpu_physical_memory_reset_dirty() take a length parameter | Juan Quintela |
2014-01-13 | memory: cpu_physical_memory_mask_dirty_range() always clears a single flag | Juan Quintela |
2014-01-13 | memory: cpu_physical_memory_set_dirty_range() always dirty all flags | Juan Quintela |
2014-01-13 | memory: cpu_physical_memory_set_dirty_range() return void | Juan Quintela |
2013-12-11 | memory.c: bugfix - ref counting mismatch in memory_region_find | Marcel Apfelbaum |
2013-10-31 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-10-17 | memory: fix 128 arithmetic in info mtree | Alexey Kardashevskiy |
2013-10-14 | memory: Change MemoryRegion priorities from unsigned to signed | Marcel Apfelbaum |
2013-09-05 | Revert "memory: Return -1 again on reads from unsigned regions" | Jan Kiszka |
2013-08-02 | memory.c: drop kvm.h dependency | Michael S. Tsirkin |
2013-07-29 | memory: add tracepoints for MMIO reads/writes | Paolo Bonzini |
2013-07-25 | memory: check memory region endianness, not target's | Paolo Bonzini |
2013-07-25 | memory: pass MemoryRegion to access_with_adjusted_size | Paolo Bonzini |
2013-07-25 | memory: move functions around | Paolo Bonzini |