mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
ram: Rename flush_page_queue() to migration_page_queue_free()
It reflects better what it does. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
parent
3d0684b2ad
commit
5e58f968f4
3 changed files with 5 additions and 4 deletions
|
@ -1186,14 +1186,15 @@ static bool get_queued_page(MigrationState *ms, PageSearchStatus *pss,
|
|||
}
|
||||
|
||||
/**
|
||||
* flush_page_queue: flush any remaining pages in the ram request queue
|
||||
* migration_page_queue_free: drop any remaining pages in the ram
|
||||
* request queue
|
||||
*
|
||||
* It should be empty at the end anyway, but in error cases there may
|
||||
* be some left. in case that there is any page left, we drop it.
|
||||
*
|
||||
* @ms: current migration state
|
||||
*/
|
||||
void flush_page_queue(MigrationState *ms)
|
||||
void migration_page_queue_free(MigrationState *ms)
|
||||
{
|
||||
struct MigrationSrcPageRequest *mspr, *next_mspr;
|
||||
/* This queue generally should be empty - but in the case of a failed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue