Age | Commit message (Expand) | Author | Files | Lines |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2017-09-04 | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 1 | -7/+7 |
2017-07-18 | migration: remove check against colo support | Peter Xu | 1 | -5/+0 |
2017-07-10 | migration: Rename save_live_setup() to save_setup() | Juan Quintela | 1 | -1/+1 |
2017-06-19 | migration: Fix race of image locking between src and dst | Fam Zheng | 1 | -1/+1 |
2017-06-14 | migration: Remove unneeded includes | Juan Quintela | 1 | -2/+0 |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela | 1 | -1/+1 |
2017-06-01 | migration: Move include/migration/block.h into migration/ | Juan Quintela | 1 | -1/+1 |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela | 1 | -1/+1 |
2017-05-31 | migration: Create savevm.h for functions exported from savevm.c | Juan Quintela | 1 | -0/+1 |
2017-05-30 | Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging | Stefan Hajnoczi | 1 | -1/+1 |
2017-05-23 | shutdown: Prepare for use of an enum in reset/shutdown_request | Eric Blake | 1 | -1/+1 |
2017-05-18 | migration: Remove qemu-file.h from vmstate.h | Juan Quintela | 1 | -0/+1 |
2017-05-18 | migration: Remove migration.h from colo.h | Juan Quintela | 1 | -0/+1 |
2017-05-18 | migration: Export qemu-file-channel.c functions in its own file | Juan Quintela | 1 | -0/+1 |
2017-05-18 | migration: Remove old MigrationParams | Juan Quintela | 1 | -1/+1 |
2017-05-18 | migration: Remove use of old MigrationParams | Juan Quintela | 1 | -2/+2 |
2017-04-28 | replication: Make --disable-replication compile again | Markus Armbruster | 1 | -0/+12 |
2017-02-28 | Add a new qmp command to do checkpoint, query xen replication status | Zhang Chen | 1 | -0/+23 |
2017-02-28 | Add a new qmp command to start/stop replication | Zhang Chen | 1 | -0/+26 |
2017-02-13 | COLO: Don't process failover request while loading VM's state | zhanghailiang | 1 | -0/+26 |
2017-02-13 | COLO: Shutdown related socket fd while do failover | zhanghailiang | 1 | -0/+43 |
2017-02-13 | COLO: fix setting checkpoint-delay not working properly | zhanghailiang | 1 | -10/+23 |
2016-11-01 | migration: fix compiler warning on uninitialized variable | Jeff Cody | 1 | -1/+1 |
2016-10-30 | configure: Support enable/disable COLO feature | zhanghailiang | 1 | -1/+1 |
2016-10-30 | COLO: Implement failover work for secondary VM | zhanghailiang | 1 | -0/+34 |
2016-10-30 | COLO: Implement the process of failover for primary VM | zhanghailiang | 1 | -0/+50 |
2016-10-30 | COLO: Introduce state to record failover process | zhanghailiang | 1 | -0/+4 |
2016-10-30 | COLO: Add 'x-colo-lost-heartbeat' command to trigger failover | zhanghailiang | 1 | -0/+1 |
2016-10-30 | COLO: Synchronize PVM's state to SVM periodically | zhanghailiang | 1 | -0/+12 |
2016-10-30 | COLO: Load VMState into QIOChannelBuffer before restore it | zhanghailiang | 1 | -2/+65 |
2016-10-30 | COLO: Send PVM state to secondary side when do checkpoint | zhanghailiang | 1 | -7/+78 |
2016-10-30 | COLO: Introduce checkpointing protocol | zhanghailiang | 1 | -2/+199 |
2016-10-30 | COLO: Establish a new communicating path for COLO | zhanghailiang | 1 | -0/+28 |
2016-10-30 | migration: Switch to COLO process after finishing loadvm | zhanghailiang | 1 | -0/+21 |
2016-10-30 | migration: Enter into COLO mode after migration if COLO is enabled | zhanghailiang | 1 | -0/+29 |
2016-10-30 | migration: Introduce capability 'x-colo' to migration | zhanghailiang | 1 | -0/+19 |