Age | Commit message (Expand) | Author | Files | Lines |
2016-07-04 | memory: Assert that memory_region_init_rom_device() ops aren't NULL | Peter Maydell | 1 | -0/+1 |
2016-07-04 | memory: Provide memory_region_init_rom() | Peter Maydell | 1 | -0/+15 |
2016-06-30 | memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks | Alexey Kardashevskiy | 1 | -1/+9 |
2016-06-22 | memory: Add reporting of supported page sizes | Alexey Kardashevskiy | 1 | -3/+13 |
2016-05-29 | exec: hide mr->ram_addr from qemu_get_ram_ptr users | Paolo Bonzini | 1 | -2/+2 |
2016-05-29 | memory: split memory_region_from_host from qemu_ram_addr_from_host | Paolo Bonzini | 1 | -2/+12 |
2016-05-29 | memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr | Paolo Bonzini | 1 | -4/+17 |
2016-05-29 | Revert "memory: Drop FlatRange.romd_mode" | Paolo Bonzini | 1 | -0/+4 |
2016-05-23 | memory: remove unnecessary masking of MemoryRegion ram_addr | Paolo Bonzini | 1 | -3/+2 |
2016-05-23 | memory: Drop FlatRange.romd_mode | Fam Zheng | 1 | -4/+0 |
2016-05-23 | memory: Remove code for mr->may_overlap | Fam Zheng | 1 | -35/+0 |
2016-05-23 | memory: drop find_ram_block() | Gonglei | 1 | -1/+1 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 1 | -0/+2 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-14 | trace: separate MMIO tracepoints from TB-access tracepoints | Hollis Blanchard | 1 | -0/+30 |
2016-03-14 | trace: include CPU index in trace_memory_region_*() | Hollis Blanchard | 1 | -12/+20 |
2016-03-07 | exec: Pass RAMBlock pointer to qemu_ram_free | Fam Zheng | 1 | -2/+2 |
2016-03-07 | memory: Drop MemoryRegion.ram_addr | Fam Zheng | 1 | -44/+27 |
2016-03-07 | memory: Implement memory_region_get_ram_addr with mr->ram_block | Fam Zheng | 1 | -0/+5 |
2016-03-07 | memory: Move assignment to ram_block to memory_region_init_* | Fam Zheng | 1 | -0/+5 |
2016-03-07 | exec: Return RAMBlock pointer from allocating functions | Fam Zheng | 1 | -5/+20 |
2016-03-01 | trace: use addresses instead of offsets in memory tracepoints | Hollis Blanchard | 1 | -12/+32 |
2016-03-01 | trace: split subpage MMIOs into their own trace events. | Hollis Blanchard | 1 | -6/+30 |
2016-02-25 | memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length | Gonglei | 1 | -1/+1 |
2016-02-25 | exec: store RAMBlock pointer into memory region | Gonglei | 1 | -0/+1 |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake | 1 | -8/+10 |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 1 | -4/+4 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -1/+1 |
2016-01-21 | memory: Add address_space_init_shareable() | Peter Crosthwaite | 1 | -0/+27 |
2015-12-17 | memory: inline a few small accessors | Paolo Bonzini | 1 | -20/+0 |
2015-12-17 | memory: avoid unnecessary object_ref/unref | Paolo Bonzini | 1 | -16/+12 |
2015-12-17 | exec: always call qemu_get_ram_ptr within rcu_read_lock | Paolo Bonzini | 1 | -4/+10 |
2015-12-17 | memory: emulate ioeventfd | Pavel Fedin | 1 | -0/+42 |
2015-12-17 | memory: Eliminate memory_region_destructor_ram_from_ptr() | Eduardo Habkost | 1 | -6/+1 |
2015-12-17 | exec: Eliminate qemu_ram_free_from_ptr() | Eduardo Habkost | 1 | -1/+1 |
2015-11-12 | memory: don't try to adjust endianness for zero length eventfd | Jason Wang | 1 | -2/+6 |
2015-11-04 | memory: call begin, log_start and commit when registering a new listener | Paolo Bonzini | 1 | -0/+9 |
2015-10-09 | memory: allow destroying a non-empty MemoryRegion | Paolo Bonzini | 1 | -1/+16 |
2015-10-05 | memory: Allow replay of IOMMU mapping notifications | David Gibson | 1 | -0/+20 |
2015-09-18 | memory: Fix bad error handling in memory_region_init_ram_ptr() | Markus Armbruster | 1 | -1/+1 |
2015-08-13 | Merge memory_region_init_reservation() into memory_region_init_io() | Pavel Fedin | 1 | -9/+1 |
2015-07-27 | memory: do not add a reference to the owner of aliased regions | Paolo Bonzini | 1 | -7/+0 |
2015-07-24 | memory: count number of active VGA logging clients | Paolo Bonzini | 1 | -0/+7 |
2015-07-16 | memory: fix refcount leak in memory_region_present | Paolo Bonzini | 1 | -16/+28 |
2015-07-01 | exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st* | Paolo Bonzini | 1 | -12/+0 |
2015-07-01 | memory: Add global-locking property to memory regions | Jan Kiszka | 1 | -0/+11 |
2015-06-05 | memory: use mr->ram_addr in "is this RAM?" assertions | Paolo Bonzini | 1 | -8/+10 |
2015-06-05 | memory: replace cpu_physical_memory_reset_dirty() with test-and-clear | Stefan Hajnoczi | 1 | -7/+4 |
2015-06-05 | exec: pass client mask to cpu_physical_memory_set_dirty_range | Paolo Bonzini | 1 | -1/+2 |
2015-06-05 | memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask | Paolo Bonzini | 1 | -2/+18 |