aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2018-03-20vhost+postcopy: Call wakeupsDr. David Alan Gilbert
2018-03-20postcopy: postcopy_notify_shared_wakeDr. David Alan Gilbert
2018-03-20postcopy: helper for waking sharedDr. David Alan Gilbert
2018-03-20postcopy-ram: add a stub for postcopy_request_shared_pageMichael S. Tsirkin
2018-03-20vhost+postcopy: Helper to send requests to source for shared pagesDr. David Alan Gilbert
2018-03-20migration/ram: ramblock_recv_bitmap_test_byte_offsetDr. David Alan Gilbert
2018-03-20vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert
2018-03-20postcopy: Allow registering of fd handlerDr. David Alan Gilbert
2018-03-20vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert
2018-03-20postcopy: Add notifier chainDr. David Alan Gilbert
2018-03-20postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert
2018-03-09migration: fix applying wrong capabilitiesPeter Xu
2018-03-09migration/block: rename MAX_INFLIGHT_IO to MAX_IO_BUFFERSPeter Lieven
2018-03-09migration/block: reset dirty bitmap before read in bulk phasePeter Lieven
2018-03-09migration: do not transfer ram during bulk storage migrationPeter Lieven
2018-03-09migration: fix minor finalize leakMarc-André Lureau
2018-03-06qio: non-default context for TLS handshakePeter Xu
2018-03-06qio: non-default context for async connPeter Xu
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-14migration: pass MigrationState to migrate_init()Peter Xu
2018-02-14migration: allow send_rq to failPeter Xu
2018-02-14migration: provide postcopy_fault_thread_notify()Peter Xu
2018-02-14migration: reuse mis->userfault_quit_fdPeter Xu
2018-02-14migration: better error handling with QEMUFilePeter Xu
2018-02-14migration: Fix early failure cleanupDr. David Alan Gilbert
2018-02-14migration/xen: Check return value of qemu_fcloseRoss Lagerwall
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-06migration: incoming postcopy advise sanity checksGreg Kurz
2018-02-06migration: Don't leak IO channelsRoss Lagerwall
2018-02-06migration: Recover block devices if failure in device stateDr. David Alan Gilbert
2018-02-06migration: Drop current address parameter from save_zero_page()Juan Quintela
2018-02-06migration: use s->threshold_size inside migration_update_countersWei Wang
2018-02-06migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32Daniel Henrique Barboza
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert
2018-02-06migration: Allow migrate_fd_connect to take an Error *Dr. David Alan Gilbert
2018-01-23Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2018-01-15migration: remove notify in fd_errorPeter Xu
2018-01-15migration: remove some block_cleanup_parameters()Peter Xu
2018-01-15migration: put the finish part into a new functionPeter Xu
2018-01-15migration: major cleanup for migrate iterationsPeter Xu
2018-01-15migration: cleanup stats update into functionPeter Xu
2018-01-15migration: use switch at the end of migrationPeter Xu