mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03: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
|
@ -66,6 +66,7 @@ int ram_load_postcopy(QEMUFile *f, int channel);
|
|||
void ram_handle_compressed(void *host, uint8_t ch, uint64_t size);
|
||||
|
||||
void ram_transferred_add(uint64_t bytes);
|
||||
void ram_release_page(const char *rbname, uint64_t offset);
|
||||
|
||||
int ramblock_recv_bitmap_test(RAMBlock *rb, void *host_addr);
|
||||
bool ramblock_recv_bitmap_test_byte_offset(RAMBlock *rb, uint64_t byte_offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue