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
/
migration
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
Chuan Zheng
2020-09-25
2
-0
/
+26
*
|
migration/dirtyrate: Compare page hash results for recorded sampled page
Chuan Zheng
2020-09-25
1
-0
/
+63
*
|
migration/dirtyrate: Record hash results for each sampled page
Chuan Zheng
2020-09-25
1
-0
/
+109
*
|
migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
Chuan Zheng
2020-09-25
3
-10
/
+12
*
|
migration/dirtyrate: Add dirtyrate statistics series functions
Chuan Zheng
2020-09-25
2
-0
/
+44
*
|
migration/dirtyrate: Add RamblockDirtyInfo to store sampled page info
Chuan Zheng
2020-09-25
1
-0
/
+18
*
|
migration/dirtyrate: add DirtyRateStatus to denote calculation status
Chuan Zheng
2020-09-25
1
-0
/
+26
*
|
migration/dirtyrate: setup up query-dirtyrate framwork
Chuan Zheng
2020-09-25
3
-1
/
+67
*
|
migration: Rework migrate_send_rp_req_pages() function
Peter Xu
2020-09-25
3
-32
/
+22
*
|
migration: Properly destroy variables on incoming side
Peter Xu
2020-09-25
1
-2
/
+5
*
|
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
5
-49
/
+49
|
/
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-09-22
8
-18
/
+18
|
\
|
*
migration/: fix some comment spelling errors
zhaolichang
2020-09-17
8
-18
/
+18
*
|
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
|
/
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-09-11
2
-11
/
+10
|
\
|
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
2
-8
/
+4
|
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
2
-3
/
+6
*
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2020-09-11
1
-7
/
+1
|
\
\
|
*
|
block: Use bdrv_filter_(bs|child) where obvious
Max Reitz
2020-09-07
1
-7
/
+1
|
|
/
*
|
trace-events: Fix attribution of trace points to source
Markus Armbruster
2020-09-09
1
-17
/
+19
*
|
trace-events: Delete unused trace points
Markus Armbruster
2020-09-09
1
-1
/
+0
|
/
*
migration: tls: fix memory leak in migration_tls_get_creds
Zhenyu Ye
2020-08-28
1
-1
/
+0
*
migration: improve error reporting of block driver state name
Daniel P. Berrangé
2020-08-28
1
-6
/
+6
*
migration: add vsock as data channel support
Longpeng(Mike)
2020-08-28
1
-2
/
+4
*
migration: unify the framework of socket-type channel
Longpeng(Mike)
2020-08-28
3
-75
/
+26
*
migration: Rename class type checking macros
Eduardo Habkost
2020-08-27
1
-2
/
+2
*
migration: Add block-bitmap-mapping parameter
Max Reitz
2020-08-21
3
-54
/
+391
*
meson: convert migration directory to Meson
Marc-André Lureau
2020-08-21
2
-18
/
+40
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-0
/
+1
*
migration: Fix typos in bitmap migration comments
Eric Blake
2020-07-27
1
-2
/
+2
*
migration/savevm: don't worry if bitmap migration postcopy failed
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-5
/
+32
*
migration/block-dirty-bitmap: cancel migration on shutdown
Vladimir Sementsov-Ogievskiy
2020-07-27
3
-0
/
+31
*
migration/block-dirty-bitmap: relax error handling in incoming part
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-37
/
+127
*
migration/block-dirty-bitmap: keep bitmap state for all bitmaps
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-21
/
+43
*
migration/block-dirty-bitmap: simplify dirty_bitmap_load_complete
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-21
/
+4
*
migration/block-dirty-bitmap: rename finish_lock to just lock
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-6
/
+6
*
migration/block-dirty-bitmap: refactor state global variables
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-80
/
+99
*
migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_init
Vladimir Sementsov-Ogievskiy
2020-07-27
3
-8
/
+1
*
migration/block-dirty-bitmap: rename dirty_bitmap_mig_cleanup
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-4
/
+4
*
migration/block-dirty-bitmap: rename state structure types
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-33
/
+37
*
migration/block-dirty-bitmap: fix dirty_bitmap_mig_before_vm_start
Vladimir Sementsov-Ogievskiy
2020-07-27
1
-1
/
+1
*
migration/block-dirty-bitmap: fix add_bitmaps_to_list
Vladimir Sementsov-Ogievskiy
2020-07-17
1
-1
/
+5
*
migration/migration.c: Remove superfluous breaks
Liao Pingfang
2020-07-13
1
-2
/
+0
*
migration/savevm: respect qemu_fclose() error code in save_snapshot()
Denis V. Lunev
2020-07-13
1
-2
/
+6
*
migration: fix memory leak in qmp_migrate_set_parameters
Zheng Chuan
2020-07-13
1
-2
/
+2
*
cpu-throttle: new module, extracted from cpus.c
Claudio Fontana
2020-07-11
2
-0
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-07-07
4
-28
/
+39
|
\
|
*
migration/colo: Use ram_block_discard_disable()
David Hildenbrand
2020-07-02
2
-3
/
+16
|
*
migration/rdma: Use ram_block_discard_disable()
David Hildenbrand
2020-07-02
1
-2
/
+16
|
*
virtio-balloon: Rip out qemu_balloon_inhibit()
David Hildenbrand
2020-07-02
2
-23
/
+7
[prev]
[next]