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: remove unused memory_region_set_global_locking()
Marc-André Lureau
2017-12-18
1
-5
/
+0
*
memory: reuse section_from_flat_range()
David Hildenbrand
2017-10-18
1
-8
/
+2
*
memory: call log_start after region_add
David Hildenbrand
2017-10-18
1
-3
/
+3
*
memory: fix off-by-one error in memory_region_notify_one()
Maxime Coquelin
2017-10-12
1
-1
/
+1
*
memory: Share special empty FlatView
Alexey Kardashevskiy
2017-09-22
1
-2
/
+16
*
memory: seek FlatView sharing candidates among children subregions
Paolo Bonzini
2017-09-22
1
-6
/
+34
*
memory: trace FlatView creation and destruction
Paolo Bonzini
2017-09-22
1
-0
/
+3
*
memory: Create FlatView directly
Alexey Kardashevskiy
2017-09-22
1
-3
/
+13
*
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
2017-09-22
1
-21
/
+0
*
memory: Rework "info mtree" to print flat views and dispatch trees
Alexey Kardashevskiy
2017-09-21
1
-10
/
+80
*
memory: Do not allocate FlatView in address_space_init
Alexey Kardashevskiy
2017-09-21
1
-6
/
+23
*
memory: Share FlatView's and dispatch trees between address spaces
Alexey Kardashevskiy
2017-09-21
1
-11
/
+45
*
memory: Move address_space_update_ioeventfds
Alexey Kardashevskiy
2017-09-21
1
-2
/
+1
*
memory: Alloc dispatch tree where topology is generared
Alexey Kardashevskiy
2017-09-21
1
-9
/
+9
*
memory: Store physical root MR in FlatView
Alexey Kardashevskiy
2017-09-21
1
-4
/
+22
*
memory: Rename mem_begin/mem_commit/mem_add helpers
Alexey Kardashevskiy
2017-09-21
1
-3
/
+3
*
memory: Switch memory from using AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
1
-16
/
+17
*
memory: Move AddressSpaceDispatch from AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
1
-7
/
+24
*
memory: Move FlatView allocation to a helper
Alexey Kardashevskiy
2017-09-21
1
-8
/
+8
*
memory: Open code FlatView rendering
Alexey Kardashevskiy
2017-09-21
1
-5
/
+14
*
memory: avoid "resurrection" of dead FlatViews
Paolo Bonzini
2017-09-21
1
-4
/
+8
*
memory: avoid a name clash with access macro
KONRAD Frederic
2017-09-21
1
-9
/
+10
*
memory: Rename queue to mrqueue (memory region queue)
Kamil Rytarowski
2017-09-19
1
-11
/
+11
*
migration: optimize the downtime
Jay Zhou
2017-08-01
1
-1
/
+35
*
memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration
Peter Maydell
2017-07-14
1
-0
/
+76
*
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
2017-07-14
1
-12
/
+12
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-5
/
+5
*
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
1
-15
/
+21
*
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-07-14
1
-35
/
+70
*
exec: allow to get a pointer for some mmio memory region
KONRAD Frederic
2017-06-27
1
-0
/
+111
*
memory: remove memory_region_set_fd
Marc-André Lureau
2017-06-15
1
-10
/
+0
*
Add memory_region_init_ram_from_fd()
Marc-André Lureau
2017-06-15
1
-0
/
+16
*
memory: remove the last param in memory_region_iommu_replay()
Peter Xu
2017-05-25
1
-5
/
+3
*
memory: tune last param of iommu_ops.translate()
Peter Xu
2017-05-25
1
-1
/
+2
*
memory: add support getting and using a dirty bitmap copy.
Gerd Hoffmann
2017-04-24
1
-0
/
+17
*
memory: add MemoryRegionIOMMUOps.replay() callback
Peter Xu
2017-04-20
1
-0
/
+6
*
memory: introduce memory_region_notify_one()
Peter Xu
2017-04-20
1
-16
/
+24
*
memory: provide iommu_replay_all()
Peter Xu
2017-04-20
1
-0
/
+9
*
memory: provide IOMMU_NOTIFIER_FOREACH macro
Peter Xu
2017-04-20
1
-2
/
+2
*
memory: add section range info for IOMMU notifier
Peter Xu
2017-04-20
1
-0
/
+9
*
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
[next]