summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
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
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras
2022-04-28meson, configure: move RDMA options to mesonPaolo Bonzini
2022-04-21migration: Read state onceDr. David Alan Gilbert
2022-04-21migration: Fix operator typeDr. David Alan Gilbert
2022-04-21migration: Allow migrate-recover to run multiple timesPeter Xu
2022-04-21migration: Move channel setup out of postcopy_try_recover()Peter Xu
2022-04-21migration: Export ram_load_postcopy()Peter Xu
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu
2022-04-21migration: Add pss.postcopy_requested statusPeter Xu
2022-04-21migration: Drop multifd tls_hostname cachePeter Xu
2022-04-21migration: Postpone releasing MigrationState.hostnamePeter Xu
2022-04-21migration: fix use of TLS PSK credentials with a UNIX socketDaniel P. Berrangé
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-04include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell
2022-03-02migration: Add migration_incoming_transport_cleanup()Peter Xu
2022-03-02migration: postcopy_pause_fault_thread() never failsPeter Xu
2022-03-02migration: Enlarge postcopy recovery to capture !-EIO tooPeter Xu
2022-03-02migration: Move static var in ram_block_from_stream() into globalPeter Xu
2022-03-02migration: Add postcopy_thread_create()Peter Xu