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: Add VMSTATE_WITH_TMP
Dr. David Alan Gilbert
2017-02-13
1
-0
/
+40
*
COLO: Don't process failover request while loading VM's state
zhanghailiang
2017-02-13
1
-0
/
+26
*
COLO: Shutdown related socket fd while do failover
zhanghailiang
2017-02-13
1
-0
/
+43
*
COLO: fix setting checkpoint-delay not working properly
zhanghailiang
2017-02-13
2
-10
/
+26
*
migration: consolidate VMStateField.start
Halil Pasic
2017-02-13
2
-3
/
+3
*
migrate: Introduce zero RAM checks to skip RAM migration
Ashijeet Acharya
2017-02-13
1
-7
/
+15
*
migration: discard non-dirty ram pages after the start of postcopy
Pavel Butsykin
2017-02-13
2
-0
/
+23
*
add 'release-ram' migrate capability
Pavel Butsykin
2017-02-13
3
-8
/
+82
*
migration: add MigrationState arg for ram_save_/compressed_/page()
Pavel Butsykin
2017-02-13
1
-7
/
+8
*
postcopy: Recover block devices on early failure
Dr. David Alan Gilbert
2017-02-06
1
-0
/
+25
*
Postcopy: Reset state to avoid cleanup assert
Dr. David Alan Gilbert
2017-02-06
1
-0
/
+1
*
migration: Check for ID length
Dr. David Alan Gilbert
2017-02-06
1
-5
/
+16
*
vmstate_register_with_alias_id: Take an Error **
Dr. David Alan Gilbert
2017-02-06
1
-1
/
+2
*
migration: create Migration Incoming State at init time
Juan Quintela
2017-02-06
2
-23
/
+19
*
trace: clean up trace-events files
Stefan Hajnoczi
2017-01-31
1
-3
/
+0
*
savevm: add public save_vmstate function
Pavel Dovgalyuk
2017-01-27
1
-11
/
+22
*
migration/tracing: Add tracing on save
Dr. David Alan Gilbert
2017-01-24
2
-5
/
+14
*
migration: transform remaining DPRINTF into trace_
Juan Quintela
2017-01-24
2
-14
/
+8
*
migration: Change name of live migration thread
Pankaj Gupta
2017-01-24
1
-1
/
+1
*
migration: re-active images while migration been canceled after inactive them
zhanghailiang
2017-01-24
1
-0
/
+15
*
migration: Fail migration blocker for --only-migratable
Ashijeet Acharya
2017-01-24
1
-0
/
+7
*
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
1
-2
/
+35
*
migration: add error_report
Jianjun Duan
2017-01-24
1
-0
/
+6
*
migration: migrate QTAILQ
Jianjun Duan
2017-01-24
2
-0
/
+73
*
migration: extend VMStateInfo
Jianjun Duan
2017-01-24
2
-39
/
+81
*
io: change the QIOTask callback signature
Daniel P. Berrange
2017-01-23
2
-14
/
+16
*
build: remove --enable-colo/--disable-colo
Paolo Bonzini
2017-01-16
1
-2
/
+1
*
migration: allow to prioritize save state entries
Peter Xu
2017-01-10
1
-4
/
+30
*
migration: Fix return code of ram_save_iterate()
Thomas Huth
2016-11-14
1
-3
/
+3
*
migration: fix missing assignment for has_x_checkpoint_delay
zhanghailiang
2016-11-14
1
-0
/
+1
*
migration: fix compiler warning on uninitialized variable
Jeff Cody
2016-11-01
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...
Peter Maydell
2016-10-31
7
-15
/
+798
|
\
|
*
configure: Support enable/disable COLO feature
zhanghailiang
2016-10-30
1
-1
/
+1
|
*
COLO: Implement failover work for secondary VM
zhanghailiang
2016-10-30
1
-0
/
+34
|
*
COLO: Implement the process of failover for primary VM
zhanghailiang
2016-10-30
2
-1
/
+51
|
*
COLO: Introduce state to record failover process
zhanghailiang
2016-10-30
3
-0
/
+46
|
*
COLO: Add 'x-colo-lost-heartbeat' command to trigger failover
zhanghailiang
2016-10-30
4
-1
/
+55
|
*
COLO: Synchronize PVM's state to SVM periodically
zhanghailiang
2016-10-30
1
-0
/
+12
|
*
COLO: Add checkpoint-delay parameter for migrate-set-parameters
zhanghailiang
2016-10-30
1
-0
/
+16
|
*
COLO: Load VMState into QIOChannelBuffer before restore it
zhanghailiang
2016-10-30
1
-2
/
+65
|
*
COLO: Send PVM state to secondary side when do checkpoint
zhanghailiang
2016-10-30
2
-17
/
+105
|
*
COLO: Introduce checkpointing protocol
zhanghailiang
2016-10-30
2
-2
/
+201
|
*
COLO: Establish a new communicating path for COLO
zhanghailiang
2016-10-30
1
-0
/
+28
|
*
migration: Switch to COLO process after finishing loadvm
zhanghailiang
2016-10-30
3
-0
/
+43
|
*
migration: Enter into COLO mode after migration if COLO is enabled
zhanghailiang
2016-10-30
3
-5
/
+65
|
*
COLO: migrate COLO related info to secondary node
zhanghailiang
2016-10-30
2
-0
/
+52
|
*
migration: Introduce capability 'x-colo' to migration
zhanghailiang
2016-10-30
3
-0
/
+38
*
|
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2016-10-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
migration: Remove unneeded NULL check from migrate_fd_error()
Peter Maydell
2016-10-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...
Peter Maydell
2016-10-28
6
-0
/
+15
|
\
\
|
|
/
|
/
|
[next]