diff --git a/migration/postcopy-ram.c b/migration/postcopy-ram.c index 146bc09c17..8e08ff92f3 100644 --- a/migration/postcopy-ram.c +++ b/migration/postcopy-ram.c @@ -928,6 +928,13 @@ int postcopy_ram_prepare_discard(MigrationIncomingState *mis) return -1; } +int postcopy_request_shared_page(struct PostCopyFD *pcfd, RAMBlock *rb, + uint64_t client_addr, uint64_t rb_offset) +{ + assert(0); + return -1; +} + int postcopy_ram_enable_notify(MigrationIncomingState *mis) { assert(0);