aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2023-11-03migration: Unlock mutex in error caseJuan Quintela1-52/+52
2023-11-02migration: Implement MigrateChannelList to hmp migration flow.Het Gala3-6/+25
2023-11-02migration: Implement MigrateChannelList to qmp migration flow.Het Gala1-46/+55
2023-11-02migration: modify migration_channels_and_uri_compatible() for new QAPI syntaxHet Gala1-11/+14
2023-11-02migration: New migrate and migrate-incoming argument 'channels'Het Gala2-8/+54
2023-11-02migration: Convert the file backend to the new QAPI syntaxFabiano Rosas3-24/+17
2023-11-02migration: convert exec backend to accept MigrateAddress.Het Gala3-26/+59
2023-11-02migration: convert rdma backend to accept MigrateAddressHet Gala3-28/+19
2023-11-02migration: convert socket backend to accept MigrateAddressHet Gala3-45/+31
2023-11-02migration: convert migration 'uri' into 'MigrateAddress'Het Gala5-2/+69
2023-11-02migration: Change ram_dirty_bitmap_reload() retval to boolPeter Xu3-22/+22
2023-11-02migration: Allow network to fail even during recoveryPeter Xu3-8/+67
2023-11-02migration: Refactor error handling in source return pathPeter Xu7-95/+80
2023-11-01migration: per-mode blockersSteve Sistare1-13/+82
2023-11-01migration: mode parameterSteve Sistare3-0/+31
2023-11-01migration: Add tracepoints for downtime checkpointsPeter Xu3-7/+25
2023-11-01migration: migration_stop_vm() helperPeter Xu2-3/+10
2023-11-01migration: Add per vmstate downtime tracepointsPeter Xu2-4/+47
2023-11-01migration: Add migration_downtime_start|end() helpersPeter Xu1-13/+24
2023-11-01migration: Set downtime_start even for postcopyPeter Xu1-2/+3
2023-11-01migration: Check in savevm_state_handler_insert for dupsPeter Xu1-0/+14
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela1-0/+18
2023-10-31qemu-file: Make qemu_fflush() return errorsJuan Quintela7-51/+21
2023-10-31migration: Remove transferred atomic counterJuan Quintela3-8/+0
2023-10-31migration: Use migration_transferred_bytes()Juan Quintela2-4/+4
2023-10-31qemu-file: Simplify qemu_file_get_error()Juan Quintela1-1/+1
2023-10-31migration: migration_rate_limit_reset() don't need the QEMUFileJuan Quintela3-5/+3
2023-10-31migration: migration_transferred_bytes() don't need the QEMUFileJuan Quintela3-9/+7
2023-10-31qemu-file: Remove _noflush from qemu_file_transferred_noflush()Juan Quintela5-13/+12
2023-10-31qemu_file: Remove unused qemu_file_transferred()Juan Quintela2-25/+0
2023-10-31migration: Use the number of transferred bytes directlyJuan Quintela1-1/+1
2023-10-31qemu_file: total_transferred is not used anymoreJuan Quintela1-4/+0
2023-10-31qemu_file: Use a stat64 for qemu_file_transferredJuan Quintela2-2/+7
2023-10-31qemu-file: Don't increment qemu_file_transferred at qemu_file_fill_bufferJuan Quintela1-1/+3
2023-10-31migration: Stop migration immediately in RDMA error pathsPeter Xu1-11/+10
2023-10-31migration: Deprecate old compression methodJuan Quintela1-0/+13
2023-10-31migration: Deprecate block migrationJuan Quintela2-1/+11
2023-10-31migration: migrate 'blk' command option is deprecated.Juan Quintela2-0/+10
2023-10-31migration: migrate 'inc' command option is deprecated.Juan Quintela2-0/+10
2023-10-30migration: set file error on subsection loadingMarc-André Lureau1-0/+1
2023-10-30migration: rename vmstate_save_needed->vmstate_section_neededMarc-André Lureau2-3/+3
2023-10-30migration/ram: Fix compilation with -Wshadow=localThomas Huth1-3/+5
2023-10-30migration: Rename ram_compressed_pages() to compress_ram_pages()Juan Quintela3-3/+3
2023-10-30migration: Merge flush_compressed_data() and compress_flush_data()Juan Quintela2-12/+6
2023-10-30migration: Move ram_flush_compressed_data() to ram-compress.cJuan Quintela3-13/+14
2023-10-30migration: Export send_queued_data()Juan Quintela2-3/+4
2023-10-30migration: Create compress_update_rates()Juan Quintela4-30/+43
2023-10-30migration: Move busy++ to migrate_with_multithreadJuan Quintela2-6/+3
2023-10-30migration: Simplify compress_page_with_multithread()Juan Quintela1-24/+24
2023-10-30migration: Make compress_data_with_multithreads return boolJuan Quintela3-11/+13