summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-66/+402
2018-03-20postcopy: Allow shared memoryDr. David Alan Gilbert1-6/+0
2018-03-20vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert2-0/+8
2018-03-20vhost+postcopy: Call wakeupsDr. David Alan Gilbert2-4/+11
2018-03-20postcopy: postcopy_notify_shared_wakeDr. David Alan Gilbert2-0/+26
2018-03-20postcopy: helper for waking sharedDr. David Alan Gilbert3-0/+37
2018-03-20postcopy-ram: add a stub for postcopy_request_shared_pageMichael S. Tsirkin1-0/+7
2018-03-20vhost+postcopy: Helper to send requests to source for shared pagesDr. David Alan Gilbert4-3/+36
2018-03-20migration/ram: ramblock_recv_bitmap_test_byte_offsetDr. David Alan Gilbert2-0/+6
2018-03-20vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert2-0/+8
2018-03-20postcopy: Allow registering of fd handlerDr. David Alan Gilbert5-53/+187
2018-03-20vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert2-0/+7
2018-03-20postcopy: Add notifier chainDr. David Alan Gilbert2-0/+62
2018-03-20postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert1-3/+10
2018-03-16Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell11-23/+830
2018-03-13migration: add postcopy migration of dirty bitmapsVladimir Sementsov-Ogievskiy6-0/+771
2018-03-13migration: allow qmp command migrate-start-postcopy for any postcopyVladimir Sementsov-Ogievskiy1-1/+1
2018-03-13migration: add is_active_iterate handlerVladimir Sementsov-Ogievskiy1-0/+5
2018-03-13migration/qemu-file: add qemu_put_counted_string()Vladimir Sementsov-Ogievskiy2-0/+15
2018-03-13migration: include migrate_dirty_bitmaps in migrate_postcopyVladimir Sementsov-Ogievskiy1-1/+1
2018-03-13qapi: add dirty-bitmaps migration capabilityVladimir Sementsov-Ogievskiy2-0/+10
2018-03-13migration: introduce postcopy-only pendingVladimir Sementsov-Ogievskiy6-21/+27
2018-03-12replay: fix save/load vm for non-empty queuePavel Dovgalyuk1-0/+13
2018-03-09migration: fix applying wrong capabilitiesPeter Xu1-1/+3
2018-03-09migration/block: rename MAX_INFLIGHT_IO to MAX_IO_BUFFERSPeter Lieven1-4/+3
2018-03-09migration/block: reset dirty bitmap before read in bulk phasePeter Lieven1-3/+2
2018-03-09migration: do not transfer ram during bulk storage migrationPeter Lieven1-0/+8
2018-03-09migration: fix minor finalize leakMarc-André Lureau1-0/+1
2018-03-06qio: non-default context for TLS handshakePeter Xu1-0/+2
2018-03-06qio: non-default context for async connPeter Xu1-1/+2
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+2
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster6-6/+7
2018-02-14migration: pass MigrationState to migrate_init()Peter Xu3-7/+7
2018-02-14migration: allow send_rq to failPeter Xu2-8/+29
2018-02-14migration: provide postcopy_fault_thread_notify()Peter Xu2-15/+22
2018-02-14migration: reuse mis->userfault_quit_fdPeter Xu2-11/+24
2018-02-14migration: better error handling with QEMUFilePeter Xu3-6/+60
2018-02-14migration: Fix early failure cleanupDr. David Alan Gilbert1-5/+7
2018-02-14migration/xen: Check return value of qemu_fcloseRoss Lagerwall1-2/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster7-2/+6
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-06migration: incoming postcopy advise sanity checksGreg Kurz1-3/+18
2018-02-06migration: Don't leak IO channelsRoss Lagerwall1-0/+2
2018-02-06migration: Recover block devices if failure in device stateDr. David Alan Gilbert1-1/+2
2018-02-06migration: Drop current address parameter from save_zero_page()Juan Quintela1-6/+5
2018-02-06migration: use s->threshold_size inside migration_update_countersWei Wang1-3/+2
2018-02-06migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32Daniel Henrique Barboza1-1/+1
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert7-25/+23