summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2022-08-02migration: Define BLK_MIG_BLOCK_SIZE as unsigned long longPeter Maydell
2022-08-02migration: Assert that migrate_multifd_compression() returns an in-range valuePeter Maydell
2022-08-02Revert "migration: Simplify unqueue_page()"Thomas Huth
2022-08-02migration: add remaining params->has_* = true in migration_instance_init()Leonardo Bras
2022-07-20migration: Avoid false-positive on non-supported scenarios for zero-copy-sendLeonardo Bras
2022-07-20multifd: Document the locking of MultiFD{Send/Recv}ParamsJuan Quintela
2022-07-20migration/multifd: Report to user when zerocopy not workingLeonardo Bras
2022-07-20Add dirty-sync-missed-zero-copy migration statLeonardo Bras
2022-07-20migration: remove unreachable code after reading dataDaniel P. Berrangé
2022-07-20migration: Respect postcopy request order in preemption modePeter Xu
2022-07-20migration: Enable TLS for preempt channelPeter Xu
2022-07-20migration: Export tls-[creds|hostname|authz] params to cmdline tooPeter Xu
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu
2022-07-20migration: Add property x-postcopy-preempt-break-hugePeter Xu
2022-07-20migration: Create the postcopy preempt channel asynchronouslyPeter Xu
2022-07-20migration: Postcopy recover with preempt enabledPeter Xu
2022-07-20migration: Postcopy preemption enablementPeter Xu
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu
2022-07-20migration: Add postcopy-preempt capabilityPeter Xu
2022-07-20multifd: Copy pages before compressing them with zlibIlya Leoshkevich
2022-07-20migration/dirtyrate: Refactor dirty page rate calculationHyman Huang(黄勇)
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé
2022-06-23migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé
2022-06-23migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé
2022-06-23migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé
2022-06-22migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé
2022-06-22migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé
2022-06-22migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé
2022-06-22migration: remove unused QEMUFileGetFD typedef / qemu_get_fd methodDaniel P. Berrangé
2022-06-22migration: introduce new constructors for QEMUFileDaniel P. Berrangé
2022-06-22migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé
2022-06-22migration: stop passing 'opaque' parameter to QEMUFile hooksDaniel P. Berrangé
2022-06-22migration: convert savevm to use QIOChannelBlock for VMStateDaniel P. Berrangé
2022-06-22migration: introduce a QIOChannel impl for BlockDriverState VMStateDaniel P. Berrangé
2022-06-22migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé
2022-06-22migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé
2022-06-22migration: rename 'pos' field in QEMUFile to 'bytes_processed'Daniel P. Berrangé
2022-06-22migration: rename rate limiting fields in QEMUFileDaniel P. Berrangé
2022-06-22migration: remove unreachble RDMA code in save_hook implDaniel P. Berrangé
2022-06-22migration: switch to use QIOChannelNull for dummy channelDaniel P. Berrangé
2022-06-22migration: Change zero_copy_send from migration parameter to migration capabi...Leonardo Bras
2022-06-22migration: Remove RDMA_UNREGISTRATION_EXAMPLEJuan Quintela
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras
2022-05-16multifd: Send header packet without flags if zero-copy-send is enabledLeonardo Bras
2022-05-16multifd: multifd_send_sync_main now returns negative on errorLeonardo Bras
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras
2022-05-16migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras