mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
migration: Export ram_release_page()
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Leonardo Bras <leobras@redhat.com>
This commit is contained in:
parent
26a2606916
commit
a4dbaf8eed
2 changed files with 2 additions and 1 deletions
|
@ -1234,7 +1234,7 @@ static void migration_bitmap_sync_precopy(RAMState *rs)
|
|||
}
|
||||
}
|
||||
|
||||
static void ram_release_page(const char *rbname, uint64_t offset)
|
||||
void ram_release_page(const char *rbname, uint64_t offset)
|
||||
{
|
||||
if (!migrate_release_ram() || !migration_in_postcopy()) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue