aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-16multifd: multifd_send_sync_main now returns negative on errorLeonardo Bras3-12/+29
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras4-6/+12
2022-05-16migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras3-2/+46
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras1-0/+1
2022-04-28meson, configure: move RDMA options to mesonPaolo Bonzini1-1/+1
2022-04-21migration: Read state onceDr. David Alan Gilbert1-2/+3
2022-04-21migration: Fix operator typeDr. David Alan Gilbert1-1/+1
2022-04-21migration: Allow migrate-recover to run multiple timesPeter Xu3-15/+2
2022-04-21migration: Move channel setup out of postcopy_try_recover()Peter Xu1-12/+11
2022-04-21migration: Export ram_load_postcopy()Peter Xu2-1/+2
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu4-22/+24
2022-04-21migration: Add pss.postcopy_requested statusPeter Xu1-0/+6
2022-04-21migration: Drop multifd tls_hostname cachePeter Xu2-9/+3
2022-04-21migration: Postpone releasing MigrationState.hostnamePeter Xu2-1/+3
2022-04-21migration: fix use of TLS PSK credentials with a UNIX socketDaniel P. Berrangé1-4/+0
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2-3/+3
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster3-5/+5
2022-03-04include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito1-0/+2
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito3-11/+11
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell1-6/+0
2022-03-02migration: Add migration_incoming_transport_cleanup()Peter Xu2-8/+15
2022-03-02migration: postcopy_pause_fault_thread() never failsPeter Xu1-21/+4
2022-03-02migration: Enlarge postcopy recovery to capture !-EIO tooPeter Xu2-3/+3
2022-03-02migration: Move static var in ram_block_from_stream() into globalPeter Xu2-5/+11
2022-03-02migration: Add postcopy_thread_create()Peter Xu4-18/+29