| Commit message (Expand) | Author | Age | Files | Lines |
* | migration: fix duplicate initialization for expected_downtime and cleanup_bh | Lidong Chen | 2018-07-24 | 1 | -2/+0 |
* | migration: disallow recovery for release-ram | Peter Xu | 2018-07-24 | 1 | -0/+19 |
* | migration: update recv bitmap only on dest vm | Peter Xu | 2018-07-24 | 1 | -2/+9 |
* | migrate: Fix cancelling state warning | Dr. David Alan Gilbert | 2018-07-24 | 1 | -0/+1 |
* | migration: fix potential overflow in multifd send | Peter Xu | 2018-07-24 | 1 | -1/+1 |
* | migration: reorder MIG_CMD_POSTCOPY_RESUME | Peter Xu | 2018-07-10 | 1 | -1/+1 |
* | migration: show pause/recover state on dst host | Peter Xu | 2018-07-10 | 1 | -0/+2 |
* | migration: fix incorrect bitmap size calculation | Peter Xu | 2018-07-10 | 1 | -2/+2 |
* | migration: loosen recovery check when load vm | Peter Xu | 2018-07-10 | 1 | -10/+6 |
* | migration: simplify check to use qemu file buffer | Peter Xu | 2018-07-10 | 1 | -6/+11 |
* | migration: unify incoming processing | Peter Xu | 2018-07-10 | 4 | -13/+16 |
* | migration: unbreak postcopy recovery | Peter Xu | 2018-07-10 | 1 | -5/+18 |
* | migration: move income process out of multifd | Peter Xu | 2018-07-10 | 3 | -8/+10 |
* | migration: delay postcopy paused state | Peter Xu | 2018-07-10 | 1 | -3/+3 |
* | dirty-bitmap: fix double lock on bitmap enabling | Vladimir Sementsov-Ogievskiy | 2018-07-04 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i... | Peter Maydell | 2018-06-28 | 5 | -27/+508 |
|\ |
|
| * | migration: fix crash in when incoming client channel setup fails | Daniel P. Berrangé | 2018-06-27 | 1 | -1/+2 |
| * | postcopy: drop ram_pages parameter from postcopy_ram_incoming_init() | David Hildenbrand | 2018-06-27 | 3 | -6/+4 |
| * | migration: Stop sending whole pages through main channel | Juan Quintela | 2018-06-27 | 1 | -8/+3 |
| * | migration: Remove not needed semaphore and quit | Juan Quintela | 2018-06-27 | 1 | -9/+5 |
| * | migration: Wait for blocking IO | Juan Quintela | 2018-06-27 | 1 | -13/+0 |
| * | migration: Start sending messages | Juan Quintela | 2018-06-27 | 1 | -5/+24 |
| * | migration: Create ram_save_multifd_page | Juan Quintela | 2018-06-27 | 2 | -1/+108 |
| * | migration: Create multifd_bytes ram_counter | Juan Quintela | 2018-06-27 | 1 | -0/+1 |
| * | migration: Synchronize multifd threads with main thread | Juan Quintela | 2018-06-27 | 2 | -30/+121 |
| * | migration: Add block where to send/receive packets | Juan Quintela | 2018-06-27 | 2 | -5/+46 |
| * | migration: Multifd channels always wait on the sem | Juan Quintela | 2018-06-27 | 1 | -2/+11 |
| * | migration: Add multifd traces for start/end thread | Juan Quintela | 2018-06-27 | 2 | -0/+26 |
| * | migration: Abstract the number of bytes sent | Juan Quintela | 2018-06-27 | 1 | -3/+11 |
| * | migration: Calculate mbps only during transfer time | Juan Quintela | 2018-06-27 | 1 | -2/+4 |
| * | migration: Create multifd packet | Juan Quintela | 2018-06-27 | 1 | -1/+144 |
| * | migration: Create multipage support | Juan Quintela | 2018-06-27 | 1 | -0/+57 |
* | | trace: forbid floating point types | Stefan Hajnoczi | 2018-06-27 | 1 | -1/+1 |
|/ |
|
* | migration: calculate expected_downtime with ram_bytes_remaining() | Balamuruhan S | 2018-06-15 | 2 | -2/+2 |
* | migration/postcopy: Wake rate limit sleep on postcopy request | Dr. David Alan Gilbert | 2018-06-15 | 1 | -1/+8 |
* | migration: Wake rate limiting for urgent requests | Dr. David Alan Gilbert | 2018-06-15 | 3 | -4/+41 |
* | migration/postcopy: Add max-postcopy-bandwidth parameter | Dr. David Alan Gilbert | 2018-06-15 | 1 | -1/+34 |
* | migration: introduce migration_update_rates | Xiao Guangrong | 2018-06-15 | 1 | -13/+22 |
* | migration: fix counting xbzrle cache_miss_rate | Xiao Guangrong | 2018-06-15 | 1 | -1/+1 |
* | migration/block-dirty-bitmap: fix dirty_bitmap_load | Vladimir Sementsov-Ogievskiy | 2018-06-15 | 1 | -0/+3 |
* | migration: Poison ramblock loops in migration | Dr. David Alan Gilbert | 2018-06-15 | 2 | -1/+6 |
* | migration: Fixes for non-migratable RAMBlocks | Dr. David Alan Gilbert | 2018-06-15 | 2 | -3/+3 |
* | typedefs: add QJSON | Greg Kurz | 2018-06-15 | 1 | -2/+0 |
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i... | Peter Maydell | 2018-06-04 | 7 | -45/+90 |
|\ |
|
| * | migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnect | Lidong Chen | 2018-06-04 | 2 | -11/+2 |
| * | migration: remove unnecessary variables len in QIOChannelRDMA | Lidong Chen | 2018-06-04 | 1 | -8/+7 |
| * | migration: Don't activate block devices if using -S | Dr. David Alan Gilbert | 2018-06-04 | 1 | -7/+27 |
| * | migration: discard non-migratable RAMBlocks | CĂ©dric Le Goater | 2018-06-04 | 3 | -18/+42 |
| * | migration: introduce decompress-error-check | Xiao Guangrong | 2018-06-04 | 3 | -1/+12 |
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2018-06-04 | 5 | -5/+6 |
|\ \ |
|