aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2023-11-07block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-11-03migration: Unlock mutex in error caseJuan Quintela
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2023-11-02migration: Implement MigrateChannelList to hmp migration flow.Het Gala
2023-11-02migration: Implement MigrateChannelList to qmp migration flow.Het Gala
2023-11-02migration: modify migration_channels_and_uri_compatible() for new QAPI syntaxHet Gala
2023-11-02migration: New migrate and migrate-incoming argument 'channels'Het Gala
2023-11-02migration: Convert the file backend to the new QAPI syntaxFabiano Rosas
2023-11-02migration: convert exec backend to accept MigrateAddress.Het Gala
2023-11-02migration: convert rdma backend to accept MigrateAddressHet Gala
2023-11-02migration: convert socket backend to accept MigrateAddressHet Gala
2023-11-02migration: convert migration 'uri' into 'MigrateAddress'Het Gala
2023-11-02migration: Change ram_dirty_bitmap_reload() retval to boolPeter Xu
2023-11-02migration: Allow network to fail even during recoveryPeter Xu
2023-11-02migration: Refactor error handling in source return pathPeter Xu
2023-11-01migration: per-mode blockersSteve Sistare
2023-11-01migration: mode parameterSteve Sistare
2023-11-01migration: Add tracepoints for downtime checkpointsPeter Xu
2023-11-01migration: migration_stop_vm() helperPeter Xu
2023-11-01migration: Add per vmstate downtime tracepointsPeter Xu
2023-11-01migration: Add migration_downtime_start|end() helpersPeter Xu
2023-11-01migration: Set downtime_start even for postcopyPeter Xu
2023-11-01migration: Check in savevm_state_handler_insert for dupsPeter Xu
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela
2023-10-31qemu-file: Make qemu_fflush() return errorsJuan Quintela
2023-10-31migration: Remove transferred atomic counterJuan Quintela
2023-10-31migration: Use migration_transferred_bytes()Juan Quintela
2023-10-31qemu-file: Simplify qemu_file_get_error()Juan Quintela
2023-10-31migration: migration_rate_limit_reset() don't need the QEMUFileJuan Quintela
2023-10-31migration: migration_transferred_bytes() don't need the QEMUFileJuan Quintela
2023-10-31qemu-file: Remove _noflush from qemu_file_transferred_noflush()Juan Quintela
2023-10-31qemu_file: Remove unused qemu_file_transferred()Juan Quintela
2023-10-31migration: Use the number of transferred bytes directlyJuan Quintela
2023-10-31qemu_file: total_transferred is not used anymoreJuan Quintela
2023-10-31qemu_file: Use a stat64 for qemu_file_transferredJuan Quintela
2023-10-31qemu-file: Don't increment qemu_file_transferred at qemu_file_fill_bufferJuan Quintela
2023-10-31migration: Stop migration immediately in RDMA error pathsPeter Xu
2023-10-31migration: Deprecate old compression methodJuan Quintela
2023-10-31migration: Deprecate block migrationJuan Quintela
2023-10-31migration: migrate 'blk' command option is deprecated.Juan Quintela
2023-10-31migration: migrate 'inc' command option is deprecated.Juan Quintela
2023-10-30migration: set file error on subsection loadingMarc-André Lureau
2023-10-30migration: rename vmstate_save_needed->vmstate_section_neededMarc-André Lureau
2023-10-30migration/ram: Fix compilation with -Wshadow=localThomas Huth
2023-10-30migration: Rename ram_compressed_pages() to compress_ram_pages()Juan Quintela
2023-10-30migration: Merge flush_compressed_data() and compress_flush_data()Juan Quintela
2023-10-30migration: Move ram_flush_compressed_data() to ram-compress.cJuan Quintela
2023-10-30migration: Export send_queued_data()Juan Quintela
2023-10-30migration: Create compress_update_rates()Juan Quintela