| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | migration: pass in_postcopy instead of check state again | Wei Yang | 2019-10-11 | 1 | -2/+1 |
* | migration: Don't try and recover return path in non-postcopy | Dr. David Alan Gilbert | 2019-10-11 | 1 | -1/+1 |
* | migration: use migration_is_active to represent active state | Wei Yang | 2019-10-11 | 1 | -4/+8 |
* | migration/postcopy: Recognise the recovery states as 'in_postcopy' | Dr. David Alan Gilbert | 2019-09-25 | 1 | -1/+8 |
* | migration: fix one typo in comment of function migration_total_bytes() | Wei Yang | 2019-09-12 | 1 | -1/+1 |
* | migration: Fix postcopy bw for recovery | Peter Xu | 2019-09-12 | 1 | -1/+2 |
* | migration: Add validate-uuid capability | Yury Kotov | 2019-09-12 | 1 | -0/+9 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'... | Peter Maydell | 2019-08-16 | 1 | -0/+4 |
|\ |
|
| * | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
| * | Include sysemu/sysemu.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
| * | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
| * | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | | migration: always initialise ram_counters for a new migration | Ivan Ren | 2019-08-14 | 1 | -6/+19 |
* | | migration: remove unused field bytes_xfer | Wei Yang | 2019-08-14 | 1 | -1/+0 |
* | | migration/postcopy: start_postcopy could be true only when migrate_postcopy()... | Wei Yang | 2019-08-14 | 1 | -2/+1 |
* | | migration: consolidate time info into populate_time_info | Wei Yang | 2019-08-14 | 1 | -18/+22 |
* | | migration: Add error_desc for file channel errors | Yury Kotov | 2019-08-14 | 1 | -2/+8 |
|/ |
|
* | migration: Split log_clear() into smaller chunks | Peter Xu | 2019-07-15 | 1 | -0/+4 |
* | migration: Fix typo in migrate_add_blocker() error message | Greg Kurz | 2019-05-22 | 1 | -1/+1 |
* | migration: Fix use-after-free during process exit | Yury Kotov | 2019-05-14 | 1 | -5/+20 |
* | migration: remove not used field xfer_limit | Wei Yang | 2019-05-14 | 1 | -1/+0 |
* | migration: Support adding migration blockers earlier | Markus Armbruster | 2019-04-02 | 1 | -1/+5 |
* | Revert "migration: move only_migratable to MigrationState" | Markus Armbruster | 2019-04-02 | 1 | -3/+2 |
* | migration/postcopy: Update the bandwidth during postcopy | Dr. David Alan Gilbert | 2019-03-25 | 1 | -1/+5 |
* | migration: add support for a "tls-authz" migration parameter | Daniel P. Berrange | 2019-03-25 | 1 | -0/+8 |
* | multifd: Drop x- | Juan Quintela | 2019-03-25 | 1 | -13/+13 |
* | multifd: Drop x-multifd-page-count parameter | Juan Quintela | 2019-03-25 | 1 | -30/+0 |
* | Migration/colo.c: Make COLO node running after failover | Zhang Chen | 2019-03-06 | 1 | -0/+3 |
* | migration: Create socket-address parameter | Juan Quintela | 2019-03-06 | 1 | -0/+24 |
* | migration: Introduce ignore-shared capability | Yury Kotov | 2019-03-06 | 1 | -0/+14 |
* | migration: Cleanup during exit | Dr. David Alan Gilbert | 2019-03-06 | 1 | -1/+9 |
* | migration: Fix cancel state | Dr. David Alan Gilbert | 2019-03-06 | 1 | -2/+9 |
* | migration: Switch to using announce timer | Dr. David Alan Gilbert | 2019-03-05 | 1 | -1/+1 |
* | migration: Add announce parameters | Dr. David Alan Gilbert | 2019-03-05 | 1 | -0/+100 |
* | net: Introduce announce timer | Dr. David Alan Gilbert | 2019-03-05 | 1 | -0/+1 |
* | migration: introduce pages-per-second | Xiao Guangrong | 2019-01-23 | 1 | -1/+10 |
* | migration: unify error handling for process_incoming_migration_co | Fei Li | 2019-01-23 | 1 | -13/+13 |
* | migration: multifd_save_cleanup() can't fail, simplify | Fei Li | 2019-01-23 | 1 | -4/+1 |
* | migration: fix the multifd code when receiving less channels | Fei Li | 2019-01-23 | 1 | -2/+7 |
* | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza | 2018-12-18 | 1 | -2/+2 |
* | migration/migration.c: Add COLO dependency checks | Zhang Chen | 2018-11-21 | 1 | -0/+9 |
* | migration: avoid segmentfault when take a snapshot of a VM which being migrated | Jia Lina | 2018-10-31 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 2018-10-23 | 1 | -6/+6 |
|\ |
|
| * | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster | 2018-10-19 | 1 | -6/+6 |
* | | COLO: Load dirty pages into SVM's RAM cache firstly | Zhang Chen | 2018-10-19 | 1 | -0/+7 |
* | | COLO: Remove colo_state migration struct | Zhang Chen | 2018-10-19 | 1 | -1/+22 |
* | | COLO: Add block replication into colo process | Zhang Chen | 2018-10-19 | 1 | -0/+10 |
* | | COLO: integrate colo compare with colo frame | Zhang Chen | 2018-10-19 | 1 | -4/+2 |
|/ |
|
* | migration: fix QEMUFile leak | Marc-André Lureau | 2018-09-26 | 1 | -1/+4 |
* | migration: show the statistics of compression | Xiao Guangrong | 2018-09-26 | 1 | -0/+12 |