mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
migration: setup ramstate for resume
After we updated the dirty bitmaps of ramblocks, we also need to update the critical fields in RAMState to make sure it is ready for a resume. Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20180502104740.12123-18-peterx@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
edd090c728
commit
08614f3497
2 changed files with 45 additions and 1 deletions
|
@ -88,6 +88,7 @@ ram_dirty_bitmap_reload_complete(char *str) "%s"
|
|||
ram_dirty_bitmap_sync_start(void) ""
|
||||
ram_dirty_bitmap_sync_wait(void) ""
|
||||
ram_dirty_bitmap_sync_complete(void) ""
|
||||
ram_state_resume_prepare(uint64_t v) "%" PRId64
|
||||
|
||||
# migration/migration.c
|
||||
await_return_path_close_on_source_close(void) ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue