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