summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
...
* migration: Create multifd channelsJuan Quintela2018-05-151-10/+42
* migration: Export functions to create send channelsJuan Quintela2018-05-152-1/+34
* migration: Be sure all recv channels are createdJuan Quintela2018-05-153-1/+17
* migration: terminate_* can be called for other threadsJuan Quintela2018-05-151-14/+30
* migration: Introduce multifd_recv_new_channel()Juan Quintela2018-05-153-1/+10
* migration: Set error state in case of errorJuan Quintela2018-05-151-2/+24
* migration: fix saving normal page even if it's been compressedXiao Guangrong2018-05-151-1/+1
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-05-04' into st...Peter Maydell2018-05-041-0/+1
|\
| * migration/block-dirty-bitmap: fix memory leak in dirty_bitmap_load_bitsVladimir Sementsov-Ogievskiy2018-05-041-0/+1
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-042-3/+3
|/
* migration: remove ram_save_compressed_page()Xiao Guangrong2018-04-251-37/+8Star
* migration: introduce save_normal_page()Xiao Guangrong2018-04-251-20/+30
* migration: move calling save_zero_page to the common placeXiao Guangrong2018-04-251-46/+59
* migration: move calling control_save_page to the common placeXiao Guangrong2018-04-251-8/+8
* migration: move some code to ram_save_host_pageXiao Guangrong2018-04-251-24/+19Star
* migration: introduce control_save_page()Xiao Guangrong2018-04-251-85/+89
* migration: detect compression and decompression errorsXiao Guangrong2018-04-252-19/+41
* migration: stop decompression to allocate and free memory frequentlyXiao Guangrong2018-04-251-30/+82
* migration: stop compression to allocate and free memory frequentlyXiao Guangrong2018-04-253-18/+68
* migration: stop compressing page in migration threadXiao Guangrong2018-04-251-16/+16
* migration: add postcopy total blocktime into query-migrateAlexey Perevalov2018-04-254-4/+99
* migration: calculate vCPU blocktime on dst sideAlexey Perevalov2018-04-252-2/+154
* migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov2018-04-252-0/+69
* migration: introduce postcopy-blocktime capabilityAlexey Perevalov2018-04-252-0/+10
* Revert "migration: Don't activate block devices if using -S"Dr. David Alan Gilbert2018-04-101-15/+7Star
* migration: Don't activate block devices if using -SDr. David Alan Gilbert2018-03-291-7/+15
* migration: fix pfd leakMarc-André Lureau2018-03-291-0/+1
* migration: Fix block migration flag caseDr. David Alan Gilbert2018-03-231-0/+1
* migration/block: compare only read blocks against the rate limiterPeter Lieven2018-03-231-2/+1Star
* migration/block: limit the number of parallel I/O requestsPeter Lieven2018-03-231-0/+2
* migration: Fix rate limiting issue on RDMA migrationLidong Chen2018-03-231-1/+1
* migration: convert socket server to QIONetListenerDaniel P. Berrange2018-03-231-32/+16Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-208-66/+402
|\
| * postcopy: Allow shared memoryDr. David Alan Gilbert2018-03-201-6/+0Star
| * vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert2018-03-202-0/+8
| * vhost+postcopy: Call wakeupsDr. David Alan Gilbert2018-03-202-4/+11
| * postcopy: postcopy_notify_shared_wakeDr. David Alan Gilbert2018-03-202-0/+26
| * postcopy: helper for waking sharedDr. David Alan Gilbert2018-03-203-0/+37
| * postcopy-ram: add a stub for postcopy_request_shared_pageMichael S. Tsirkin2018-03-201-0/+7
| * vhost+postcopy: Helper to send requests to source for shared pagesDr. David Alan Gilbert2018-03-204-3/+36
| * migration/ram: ramblock_recv_bitmap_test_byte_offsetDr. David Alan Gilbert2018-03-202-0/+6
| * vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert2018-03-202-0/+8
| * postcopy: Allow registering of fd handlerDr. David Alan Gilbert2018-03-205-53/+187
| * vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert2018-03-202-0/+7
| * postcopy: Add notifier chainDr. David Alan Gilbert2018-03-202-0/+62
| * postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert2018-03-201-3/+10
* | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2018-03-1611-23/+830
|\ \
| * | migration: add postcopy migration of dirty bitmapsVladimir Sementsov-Ogievskiy2018-03-136-0/+771
| * | migration: allow qmp command migrate-start-postcopy for any postcopyVladimir Sementsov-Ogievskiy2018-03-131-1/+1
| * | migration: add is_active_iterate handlerVladimir Sementsov-Ogievskiy2018-03-131-0/+5