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
*
Reset the auto-converge counter at every checkpoint.
Rao, Lei
2021-11-09
3
-0
/
+14
*
Reduce the PVM stop time during Checkpoint
Rao, Lei
2021-11-09
1
-3
/
+45
*
migration: Check that postcopy fd's are not NULL
Juan Quintela
2021-11-06
1
-0
/
+4
*
colo: Don't dump colo cache if dump-guest-core=off
Lukas Straub
2021-11-03
1
-0
/
+6
*
Changed the last-mode to none of first start COLO
Rao, Lei
2021-11-03
1
-5
/
+3
*
Removed the qemu_fclose() in colo_process_incoming_thread
Rao, Lei
2021-11-03
1
-5
/
+0
*
colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff
Rao, Lei
2021-11-03
1
-0
/
+1
*
Fixed SVM hang when do failover before PVM crash
Rao, Lei
2021-11-03
1
-0
/
+2
*
Fixed qemu crash when guest power off in COLO mode
Rao, Lei
2021-11-03
1
-1
/
+3
*
Some minor optimizations for COLO
Rao, Lei
2021-11-03
1
-1
/
+1
*
migration: Zero migration compression counters
Juan Quintela
2021-11-03
1
-0
/
+1
*
migration: initialise compression_counters for a new migration
yuxiating
2021-11-03
1
-1
/
+2
*
migration: provide an error message to migration_cancel()
Laurent Vivier
2021-11-03
3
-6
/
+8
*
migration/dirtyrate: implement dirty-bitmap dirtyrate calculation
Hyman Huang(黄勇)
2021-11-01
1
-9
/
+103
*
memory: introduce total_dirty_pages to stat dirty pages
Hyman Huang(黄勇)
2021-11-01
1
-0
/
+7
*
migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots
David Hildenbrand
2021-11-01
1
-2
/
+36
*
migration/ram: Factor out populating pages readable in ram_block_populate_pag...
David Hildenbrand
2021-11-01
1
-13
/
+22
*
migration: Simplify alignment and alignment checks
David Hildenbrand
2021-11-01
3
-9
/
+8
*
migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
David Hildenbrand
2021-11-01
3
-4
/
+49
*
migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
David Hildenbrand
2021-11-01
1
-0
/
+77
*
migration: Add migrate_add_blocker_internal()
Peter Xu
2021-11-01
1
-8
/
+13
*
migration: Make migration blocker work for snapshots too
Peter Xu
2021-11-01
1
-7
/
+8
*
migration/dirtyrate: implement dirty-ring dirtyrate calculation
Hyman Huang(黄勇)
2021-11-01
2
-10
/
+200
*
migration/dirtyrate: move init step of calculation to main thread
Hyman Huang(黄勇)
2021-11-01
1
-4
/
+5
*
migration/dirtyrate: adjust order of registering thread
Hyman Huang(黄勇)
2021-11-01
1
-2
/
+3
*
migration/dirtyrate: introduce struct and adjust DirtyRateStat
Hyman Huang(黄勇)
2021-11-01
2
-23
/
+44
*
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇)
2021-11-01
1
-4
/
+11
*
migration/rdma: Fix out of order wrid
Li Zhijian
2021-11-01
1
-37
/
+101
*
migration/rdma: advise prefetch write for ODP region
Li Zhijian
2021-10-19
2
-0
/
+43
*
migration/rdma: Try to register On-Demand Paging memory region
Li Zhijian
2021-10-19
2
-20
/
+54
*
migration: allow enabling mutilfd for specific protocol only
Li Zhijian
2021-10-19
2
-1
/
+9
*
migration: allow multifd for socket protocol only
Li Zhijian
2021-10-19
3
-2
/
+28
*
migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bi...
David Hildenbrand
2021-10-19
1
-8
/
+5
*
multifd: Unconditionally unregister yank function
Lukas Straub
2021-10-19
1
-4
/
+1
*
multifd: Implement yank for multifd send side
Lukas Straub
2021-10-19
2
-1
/
+7
*
migration: add missing qemu_mutex_lock_iothread in migration_completion
Emanuele Giuseppe Esposito
2021-10-05
1
-0
/
+3
*
migration: block-dirty-bitmap: add missing qemu_mutex_lock_iothread
Emanuele Giuseppe Esposito
2021-10-05
1
-1
/
+4
*
migration: Handle migration_incoming_setup() errors consistently
Markus Armbruster
2021-08-26
1
-18
/
+9
*
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2021-08-26
1
-6
/
+1
*
migration: clear the memory region dirty bitmap when skipping free pages
Wei Wang
2021-07-26
1
-18
/
+56
*
migration: Move the yank unregister of channel_close out
Peter Xu
2021-07-26
5
-4
/
+35
*
migration: Teach QEMUFile to be QIOChannel-aware
Peter Xu
2021-07-26
5
-7
/
+24
*
migration: Introduce migration_ioc_[un]register_yank()
Peter Xu
2021-07-26
5
-25
/
+36
*
migration: Make from_dst_file accesses thread-safe
Peter Xu
2021-07-26
3
-13
/
+35
*
migration: Fix missing join() of rp_thread
Peter Xu
2021-07-26
2
-1
/
+10
*
migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()
Peter Xu
2021-07-13
1
-2
/
+11
*
migration: Clear error at entry of migrate_fd_connect()
Peter Xu
2021-07-13
1
-0
/
+16
*
migration: Don't do migrate cleanup if during postcopy resume
Peter Xu
2021-07-13
1
-1
/
+12
*
migration: Release return path early for paused postcopy
Peter Xu
2021-07-13
1
-4
/
+4
*
migration: failover: emit a warning when the card is not fully unplugged
Laurent Vivier
2021-07-13
1
-0
/
+4
[next]