summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* migration: remove the QEMUFileOps abstractionDaniel P. Berrangé2022-06-2311-125/+25Star
* migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé2022-06-233-34/+10Star
* migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé2022-06-233-68/+8Star
* migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé2022-06-233-40/+16Star
* migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé2022-06-223-28/+6Star
* migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé2022-06-223-22/+1Star
* migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé2022-06-223-40/+10Star
* migration: remove unused QEMUFileGetFD typedef / qemu_get_fd methodDaniel P. Berrangé2022-06-221-5/+0Star
* migration: introduce new constructors for QEMUFileDaniel P. Berrangé2022-06-223-5/+20
* migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé2022-06-223-21/+20Star
* migration: stop passing 'opaque' parameter to QEMUFile hooksDaniel P. Berrangé2022-06-223-21/+20Star
* migration: convert savevm to use QIOChannelBlock for VMStateDaniel P. Berrangé2022-06-221-38/+6Star
* migration: introduce a QIOChannel impl for BlockDriverState VMStateDaniel P. Berrangé2022-06-223-0/+255
* migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé2022-06-223-4/+11
* migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé2022-06-223-4/+11
* migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé2022-06-226-15/+46
* migration: rename 'pos' field in QEMUFile to 'bytes_processed'Daniel P. Berrangé2022-06-221-10/+11
* migration: rename rate limiting fields in QEMUFileDaniel P. Berrangé2022-06-221-11/+19
* migration: remove unreachble RDMA code in save_hook implDaniel P. Berrangé2022-06-221-99/+21Star
* migration: switch to use QIOChannelNull for dummy channelDaniel P. Berrangé2022-06-221-3/+4
* migration: Change zero_copy_send from migration parameter to migration capabi...Leonardo Bras2022-06-221-33/+25Star
* migration: Remove RDMA_UNREGISTRATION_EXAMPLEJuan Quintela2022-06-221-41/+0Star
* multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras2022-05-164-5/+50
* multifd: Send header packet without flags if zero-copy-send is enabledLeonardo Bras2022-05-161-3/+19
* multifd: multifd_send_sync_main now returns negative on errorLeonardo Bras2022-05-163-12/+29
* migration: Add migrate_use_tls() helperLeonardo Bras2022-05-164-6/+12
* migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras2022-05-163-2/+46
* QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras2022-05-161-0/+1
* meson, configure: move RDMA options to mesonPaolo Bonzini2022-04-281-1/+1
* migration: Read state onceDr. David Alan Gilbert2022-04-211-2/+3
* migration: Fix operator typeDr. David Alan Gilbert2022-04-211-1/+1
* migration: Allow migrate-recover to run multiple timesPeter Xu2022-04-213-15/+2Star
* migration: Move channel setup out of postcopy_try_recover()Peter Xu2022-04-211-12/+11Star
* migration: Export ram_load_postcopy()Peter Xu2022-04-212-1/+2
* migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu2022-04-214-22/+24
* migration: Add pss.postcopy_requested statusPeter Xu2022-04-211-0/+6
* migration: Drop multifd tls_hostname cachePeter Xu2022-04-212-9/+3Star
* migration: Postpone releasing MigrationState.hostnamePeter Xu2022-04-212-1/+3
* migration: fix use of TLS PSK credentials with a UNIX socketDaniel P. Berrangé2022-04-211-4/+0Star
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+1
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-062-3/+3
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-213-5/+5
* include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito2022-03-041-0/+2
* block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2022-03-043-11/+11
* migration: Remove load_state_old and minimum_version_id_oldPeter Maydell2022-03-021-6/+0Star
* migration: Add migration_incoming_transport_cleanup()Peter Xu2022-03-022-8/+15
* migration: postcopy_pause_fault_thread() never failsPeter Xu2022-03-021-21/+4Star
* migration: Enlarge postcopy recovery to capture !-EIO tooPeter Xu2022-03-022-3/+3
* migration: Move static var in ram_block_from_stream() into globalPeter Xu2022-03-022-5/+11
* migration: Add postcopy_thread_create()Peter Xu2022-03-024-18/+29