mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
migration: cpr-transfer save and load
Add functions to create a QEMUFile based on a unix URI, for saving or loading, for use by cpr-transfer mode to preserve CPR state. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Reviewed-by: Peter Xu <peterx@redhat.com> Link: https://lore.kernel.org/r/1736967650-129648-16-git-send-email-steven.sistare@oracle.com Signed-off-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
e3965dc352
commit
b3698869f4
4 changed files with 77 additions and 0 deletions
|
@ -350,6 +350,8 @@ cpr_delete_fd(const char *name, int id) "%s, id %d"
|
|||
cpr_find_fd(const char *name, int id, int fd) "%s, id %d returns %d"
|
||||
cpr_state_save(const char *mode) "%s mode"
|
||||
cpr_state_load(const char *mode) "%s mode"
|
||||
cpr_transfer_input(const char *path) "%s"
|
||||
cpr_transfer_output(const char *path) "%s"
|
||||
|
||||
# block-dirty-bitmap.c
|
||||
send_bitmap_header_enter(void) ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue