Age | Commit message (Expand) | Author |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-14 | trace: separate MMIO tracepoints from TB-access tracepoints | Hollis Blanchard |
2016-03-14 | trace: include CPU index in trace_memory_region_*() | Hollis Blanchard |
2016-03-07 | exec: Pass RAMBlock pointer to qemu_ram_free | Fam Zheng |
2016-03-07 | memory: Drop MemoryRegion.ram_addr | Fam Zheng |
2016-03-07 | memory: Implement memory_region_get_ram_addr with mr->ram_block | Fam Zheng |
2016-03-07 | memory: Move assignment to ram_block to memory_region_init_* | Fam Zheng |
2016-03-07 | exec: Return RAMBlock pointer from allocating functions | Fam Zheng |
2016-03-01 | trace: use addresses instead of offsets in memory tracepoints | Hollis Blanchard |
2016-03-01 | trace: split subpage MMIOs into their own trace events. | Hollis Blanchard |
2016-02-25 | memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length | Gonglei |
2016-02-25 | exec: store RAMBlock pointer into memory region | Gonglei |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-04 | all: Clean up includes | Peter Maydell |
2016-01-21 | memory: Add address_space_init_shareable() | Peter Crosthwaite |
2015-12-17 | memory: inline a few small accessors | Paolo Bonzini |
2015-12-17 | memory: avoid unnecessary object_ref/unref | Paolo Bonzini |
2015-12-17 | exec: always call qemu_get_ram_ptr within rcu_read_lock | Paolo Bonzini |
2015-12-17 | memory: emulate ioeventfd | Pavel Fedin |
2015-12-17 | memory: Eliminate memory_region_destructor_ram_from_ptr() | Eduardo Habkost |
2015-12-17 | exec: Eliminate qemu_ram_free_from_ptr() | Eduardo Habkost |
2015-11-12 | memory: don't try to adjust endianness for zero length eventfd | Jason Wang |
2015-11-04 | memory: call begin, log_start and commit when registering a new listener | Paolo Bonzini |
2015-10-09 | memory: allow destroying a non-empty MemoryRegion | Paolo Bonzini |
2015-10-05 | memory: Allow replay of IOMMU mapping notifications | David Gibson |
2015-09-18 | memory: Fix bad error handling in memory_region_init_ram_ptr() | Markus Armbruster |
2015-08-13 | Merge memory_region_init_reservation() into memory_region_init_io() | Pavel Fedin |
2015-07-27 | memory: do not add a reference to the owner of aliased regions | Paolo Bonzini |
2015-07-24 | memory: count number of active VGA logging clients | Paolo Bonzini |
2015-07-16 | memory: fix refcount leak in memory_region_present | Paolo Bonzini |
2015-07-01 | exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st* | Paolo Bonzini |
2015-07-01 | memory: Add global-locking property to memory regions | Jan Kiszka |
2015-06-05 | memory: use mr->ram_addr in "is this RAM?" assertions | Paolo Bonzini |
2015-06-05 | memory: replace cpu_physical_memory_reset_dirty() with test-and-clear | Stefan Hajnoczi |
2015-06-05 | exec: pass client mask to cpu_physical_memory_set_dirty_range | Paolo Bonzini |
2015-06-05 | memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask | Paolo Bonzini |
2015-06-05 | memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask | Paolo Bonzini |
2015-06-05 | memory: prepare for multiple bits in the dirty log mask | Paolo Bonzini |
2015-06-05 | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo... | Paolo Bonzini |
2015-06-05 | memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA | Paolo Bonzini |
2015-04-30 | mtree: also print disabled regions | Gerd Hoffmann |
2015-04-30 | mtree: tag & indent a bit better | Gerd Hoffmann |
2015-04-30 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-04-27 | memory: add memory_region_ram_resize | Paolo Bonzini |
2015-04-26 | memory: Replace io_mem_read/write with memory_region_dispatch_read/write | Peter Maydell |
2015-04-26 | memory: Define API for MemoryRegionOps to take attrs and return status | Peter Maydell |
2015-03-17 | memory: Move owner-less MemoryRegions to /machine/unattached | Andreas Färber |
2015-02-11 | memory: keep the owner of the AddressSpace alive until do_address_space_destroy | Paolo Bonzini |
2015-02-10 | memory: unregister AddressSpace MemoryListener within BQL | Paolo Bonzini |