aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-22migration: rename 'pos' field in QEMUFile to 'bytes_processed'Daniel P. Berrangé1-10/+11
2022-06-22migration: rename rate limiting fields in QEMUFileDaniel P. Berrangé1-11/+19
2022-06-22migration: remove unreachble RDMA code in save_hook implDaniel P. Berrangé1-99/+21
2022-06-22migration: switch to use QIOChannelNull for dummy channelDaniel P. Berrangé1-3/+4
2022-06-22migration: Change zero_copy_send from migration parameter to migration capabi...Leonardo Bras1-33/+25
2022-06-22migration: Remove RDMA_UNREGISTRATION_EXAMPLEJuan Quintela1-41/+0
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras4-5/+50
2022-05-16multifd: Send header packet without flags if zero-copy-send is enabledLeonardo Bras1-3/+19