]> git.proxmox.com Git - mirror_qemu.git/history - migration
python/machine: close sock_pair in cleanup path
[mirror_qemu.git] / migration /
2023-10-11 Stefan HajnocziMerge tag 'pull-omnibus-111023-1' of https://gitlab...
2023-10-11 Stefan HajnocziMerge tag 'migration-20231011-pull-request' of https...
2023-10-11 Stefan HajnocziMerge tag 'audio-pull-request' of https://gitlab.com...
2023-10-11 Peter Xumigration: Add migration_rp_wait|kick()
2023-10-11 Peter Xumigration: Remember num of ramblocks to sync during...
2023-10-11 Peter Xuqemufile: Always return a verbose error
2023-10-11 Peter Xumigration: Introduce migrate_has_error()
2023-10-11 Peter Xumigration: Display error in query-migrate irrelevant...
2023-10-11 Markus Armbrustermigration/rdma: Replace flawed device detail dump by...
2023-10-11 Markus Armbrustermigration/rdma: Use error_report() & friends instead...
2023-10-11 Markus Armbrustermigration/rdma: Downgrade qemu_rdma_cleanup() errors...
2023-10-11 Markus Armbrustermigration/rdma: Silence qemu_rdma_register_and_get_keys()
2023-10-11 Markus Armbrustermigration/rdma: Silence qemu_rdma_block_for_wrid()
2023-10-11 Markus Armbrustermigration/rdma: Don't report received completion events...
2023-10-11 Markus Armbrustermigration/rdma: Silence qemu_rdma_reg_control()
2023-10-11 Markus Armbrustermigration/rdma: Silence qemu_rdma_connect()
2023-10-11 Markus Armbrustermigration/rdma: Silence qemu_rdma_resolve_host()
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_alloc_pd_cq() to...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_post_recv_control...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_post_send_control...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_write() to Error
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_write_one() to Error
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_write_flush() to...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_reg_whole_ram_blocks...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_exchange_get_response...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_exchange_send() to...
2023-10-11 Markus Armbrustermigration/rdma: Convert qemu_rdma_exchange_recv() to...
2023-10-11 Markus Armbrustermigration/rdma: Drop "@errp is clear" guards around...
2023-10-11 Markus Armbrustermigration/rdma: Fix error handling around rdma_getaddri...
2023-10-11 Markus Armbrustermigration/rdma: Retire macro ERROR()
2023-10-11 Markus Armbrustermigration/rdma: Delete inappropriate error_report(...
2023-10-11 Markus Armbrustermigration/rdma: Plug a memory leak and improve a message
2023-10-11 Markus Armbrustermigration/rdma: Check negative error values the same...
2023-10-11 Markus Armbrustermigration/rdma: Drop superfluous assignments to @ret
2023-10-11 Markus Armbrustermigration/rdma: Replace int error_state by bool errored
2023-10-11 Markus Armbrustermigration/rdma: Dumb down remaining int error values...
2023-10-11 Markus Armbrustermigration/rdma: Return -1 instead of negative errno...
2023-10-11 Markus Armbrustermigration/rdma: Fix rdma_getaddrinfo() error checking
2023-10-11 Markus Armbrustermigration/rdma: Fix QEMUFileHooks method return values
2023-10-11 Markus Armbrustermigration/rdma: Drop dead qemu_rdma_data_init() code...
2023-10-11 Markus Armbrustermigration/rdma: Fix qemu_get_cm_event_timeout() to...
2023-10-11 Markus Armbrustermigration/rdma: Fix qemu_rdma_broken_ipv6_kernel()...
2023-10-11 Markus Armbrustermigration/rdma: Replace dangerous macro CHECK_ERROR_STATE()
2023-10-11 Markus Armbrustermigration/rdma: Fix io_writev(), io_readv() methods...
2023-10-11 Markus Armbrustermigration/rdma: Ditch useless numeric error codes in...
2023-10-11 Markus Armbrustermigration/rdma: Fix or document problematic uses of...
2023-10-11 Markus Armbrustermigration/rdma: Use bool for two RDMAContext flags
2023-10-11 Markus Armbrustermigration/rdma: Make qemu_rdma_buffer_mergeable() retur...
2023-10-11 Markus Armbrustermigration/rdma: Drop qemu_rdma_search_ram_block() error...
2023-10-11 Markus Armbrustermigration/rdma: Drop rdma_add_block() error handling
2023-10-11 Markus Armbrustermigration/rdma: Eliminate error_propagate()
2023-10-11 Markus Armbrustermigration/rdma: Put @errp parameter last
2023-10-11 Markus Armbrustermigration/rdma: Fix qemu_rdma_accept() to return failur...
2023-10-11 Markus Armbrustermigration/rdma: Give qio_channel_rdma_source_funcs...
2023-10-11 Markus Armbrustermigration/rdma: Clean up two more harmless signed vs...
2023-10-11 Markus Armbrustermigration/rdma: Fix unwanted integer truncation
2023-10-11 Markus Armbrustermigration/rdma: Consistently use uint64_t for work...
2023-10-11 Markus Armbrustermigration/rdma: Drop fragile wr_id formatting
2023-10-11 Markus Armbrustermigration/rdma: Clean up rdma_delete_block()'s return...
2023-10-11 Markus Armbrustermigration/rdma: Clean up qemu_rdma_data_init()'s return...
2023-10-11 Markus Armbrustermigration/rdma: Clean up qemu_rdma_poll()'s return...
2023-10-11 Peter Xumigration: Allow RECOVER->PAUSED convertion for dest...
2023-10-11 Fabiano Rosasmigration: Set migration status early in incoming side
2023-10-11 Peter Xumigration/qmp: Fix crash on setting tls-authz with...
2023-10-10 Stefan HajnocziMerge tag 'firmware/seabios-20231010-pull-request'...
2023-10-10 Stefan HajnocziMerge tag 'dirtylimit-dirtyrate-pull-request-20231010...
2023-10-10 Andrei Gudkovmigration/dirtyrate: use QEMU_CLOCK_HOST to report...
2023-10-10 Andrei Gudkovmigration/calc-dirty-rate: millisecond-granularity...
2023-10-05 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2023-10-05 Stefan HajnocziMerge tag 'pull-tcg-20231004' of https://gitlab.com...
2023-10-04 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2023-10-04 Stefan HajnocziMerge tag 'migration-20231004-pull-request' of https...
2023-10-04 Peter Xumigration: Unify and trace vmstate field_exists() checks
2023-10-04 Steve Sistaremigration: file URI offset
2023-10-04 Steve Sistaremigration: file URI
2023-10-04 Li Zhijianmigration/rdma: zore out head.repeat to make the error...
2023-10-04 Tejus GKmigration: Update error description outside migration.c
2023-10-04 Tejus GKmigration/vmstate: Introduce vmstate_save_state_with_err
2023-10-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-02 Stefan HajnocziMerge tag 'migration-20231002-pull-request' of https...
2023-10-02 Stefan HajnocziMerge tag 'pull-shadow-2023-09-29' of https://repo...
2023-10-02 Stefan HajnocziMerge tag 'tracing-pull-request' of https://gitlab...
2023-09-29 Juan Quintelamigration/rdma: Simplify the function that saves a...
2023-09-29 Juan Quintelamigration: Remove unused qemu_file_credit_transfer()
2023-09-29 Juan Quintelamigration/rdma: Don't use imaginary transfers
2023-09-29 Juan Quintelamigration/rdma: Remove QEMUFile parameter when not...
2023-09-29 Juan Quintelamigration/RDMA: It is accounting for zero/normal pages...
2023-09-29 Juan Quintelamigration: Don't abuse qemu_file transferred for RDMA
2023-09-29 Juan Quintelamigration: Use qemu_file_transferred_noflush() for...
2023-09-29 Tejus GKmigration: Refactor repeated call of yank_unregister_in...
2023-09-29 Markus Armbrustermigration: Clean up local variable shadowing
2023-09-29 Markus Armbrustermigration/rdma: Fix save_page method to fail on polling...
2023-09-27 Fabiano Rosasmigration: Move return path cleanup to main migration...
2023-09-27 Fabiano Rosasmigration: Replace the return path retry logic
2023-09-27 Fabiano Rosasmigration: Consolidate return path closing code
2023-09-27 Fabiano Rosasmigration: Remove redundant cleanup of postcopy_qemufil...
2023-09-27 Fabiano Rosasmigration: Fix possible race when shutting down to_dst_file
2023-09-27 Fabiano Rosasmigration: Fix possible races when shutting down the...
2023-09-27 Fabiano Rosasmigration: Fix possible race when setting rp_state...
2023-09-27 Peter Xumigration: Fix race that dest preempt thread close...
next