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
*
clear pending status before calling memory commit
Xu, Anthony
2017-03-24
1
-8
/
+2
*
memory: info mtree check mr range overflow
Peter Xu
2017-03-14
1
-5
/
+16
*
memory: show region offset and ROM/RAM type in "info mtree -f"
Paolo Bonzini
2017-03-03
1
-7
/
+18
*
memory: Introduce DEVICE_HOST_ENDIAN for ram device
Yongji Xie
2017-03-03
1
-1
/
+1
*
tcg: drop global lock during TCG code execution
Jan Kiszka
2017-02-24
1
-0
/
+2
*
memory: make memory_listener_unregister idempotent
Paolo Bonzini
2017-02-17
1
-0
/
+5
*
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
2017-01-31
1
-1
/
+1
*
memory: hmp: add "-f" for "info mtree"
Peter Xu
2017-01-27
1
-1
/
+40
*
memory: tune mtree_print_mr() to dump mr type
Peter Xu
2017-01-27
1
-21
/
+27
*
memory: handle alias for iommu notifier
Jason Wang
2017-01-10
1
-0
/
+9
*
memory: Don't use memcpy for ram_device regions
Alex Williamson
2016-10-31
1
-0
/
+67
*
memory: Replace skip_dump flag with "ram_device"
Alex Williamson
2016-10-31
1
-4
/
+9
*
memory: optimize memory_region_sync_dirty_bitmap
Paolo Bonzini
2016-10-24
1
-3
/
+15
*
memory: optimize memory_global_dirty_log_sync
Paolo Bonzini
2016-10-24
1
-3
/
+5
*
memory: add a per-AddressSpace list of listeners
Paolo Bonzini
2016-10-24
1
-24
/
+28
*
memory: eliminate global MemoryListeners
Paolo Bonzini
2016-10-24
1
-17
/
+6
*
migration: sync all address spaces
Paolo Bonzini
2016-09-27
1
-13
/
+33
*
memory: introduce IOMMUOps.notify_flag_changed
Peter Xu
2016-09-27
1
-8
/
+21
*
memory: introduce IOMMUNotifier and its caps
Peter Xu
2016-09-27
1
-9
/
+28
*
memory: remove memory_region_destructor_rom_device
Paolo Bonzini
2016-09-14
1
-6
/
+1
*
memory: Assert that memory_region_init_rom_device() ops aren't NULL
Peter Maydell
2016-07-04
1
-0
/
+1
*
memory: Provide memory_region_init_rom()
Peter Maydell
2016-07-04
1
-0
/
+15
*
memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks
Alexey Kardashevskiy
2016-06-30
1
-1
/
+9
*
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
[next]