aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2022-12-14qapi migration: Elide redundant has_FOO in generated CMarkus Armbruster3-22/+10
2022-11-21migration: Block migration comment or code is wrongJuan Quintela1-2/+2
2022-11-21migration: Disable multifd explicitly with compressionPeter Xu2-6/+12
2022-11-21migration: Disallow postcopy preempt to be used with compressPeter Xu1-0/+11
2022-11-21migration: Fix race on qemu_file_shutdown()Peter Xu1-3/+24
2022-11-21migration: Fix possible infinite loop of ram save processPeter Xu1-4/+12
2022-11-21migration/multifd/zero-copy: Create helper function for flushingLeonardo Bras1-11/+19
2022-11-21migration/channel-block: fix return value for qio_channel_block_{readv,writev}Fiona Ebner1-2/+4
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-1/+1
2022-10-07migration: add missing coroutine_fn annotationsMarc-André Lureau1-1/+2
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-08-02migration: Define BLK_MIG_BLOCK_SIZE as unsigned long longPeter Maydell1-1/+1
2022-08-02migration: Assert that migrate_multifd_compression() returns an in-range valuePeter Maydell1-0/+1
2022-08-02Revert "migration: Simplify unqueue_page()"Thomas Huth2-12/+28
2022-08-02migration: add remaining params->has_* = true in migration_instance_init()Leonardo Bras1-0/+4
2022-07-20migration: Avoid false-positive on non-supported scenarios for zero-copy-sendLeonardo Bras1-1/+14
2022-07-20multifd: Document the locking of MultiFD{Send/Recv}ParamsJuan Quintela1-25/+41
2022-07-20migration/multifd: Report to user when zerocopy not workingLeonardo Bras3-0/+9
2022-07-20Add dirty-sync-missed-zero-copy migration statLeonardo Bras1-0/+2
2022-07-20migration: remove unreachable code after reading dataDaniel P. Berrangé1-3/+1
2022-07-20migration: Respect postcopy request order in preemption modePeter Xu1-13/+52
2022-07-20migration: Enable TLS for preempt channelPeter Xu2-8/+50
2022-07-20migration: Export tls-[creds|hostname|authz] params to cmdline tooPeter Xu1-3/+3
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu5-10/+17
2022-07-20migration: Add property x-postcopy-preempt-break-hugePeter Xu3-0/+16
2022-07-20migration: Create the postcopy preempt channel asynchronouslyPeter Xu4-12/+68
2022-07-20migration: Postcopy recover with preempt enabledPeter Xu7-8/+119
2022-07-20migration: Postcopy preemption enablementPeter Xu4-9/+253
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu10-31/+219
2022-07-20migration: Add postcopy-preempt capabilityPeter Xu2-0/+19
2022-07-20multifd: Copy pages before compressing them with zlibIlya Leoshkevich1-8/+30
2022-07-20migration/dirtyrate: Refactor dirty page rate calculationHyman Huang(黄勇)2-88/+146
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-3/+3
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-2/+2
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé11-125/+25
2022-06-23migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé3-34/+10
2022-06-23migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé3-68/+8
2022-06-23migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé3-40/+16
2022-06-22migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé3-28/+6
2022-06-22migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé3-22/+1
2022-06-22migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé3-40/+10
2022-06-22migration: remove unused QEMUFileGetFD typedef / qemu_get_fd methodDaniel P. Berrangé1-5/+0
2022-06-22migration: introduce new constructors for QEMUFileDaniel P. Berrangé3-5/+20
2022-06-22migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé3-21/+20
2022-06-22migration: stop passing 'opaque' parameter to QEMUFile hooksDaniel P. Berrangé3-21/+20
2022-06-22migration: convert savevm to use QIOChannelBlock for VMStateDaniel P. Berrangé1-38/+6
2022-06-22migration: introduce a QIOChannel impl for BlockDriverState VMStateDaniel P. Berrangé3-0/+255
2022-06-22migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé3-4/+11
2022-06-22migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé3-4/+11
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé6-15/+46