multifd: recv side only needs the RAMBlock host address

So we can remove the MultiFDPages.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
Juan Quintela 2021-11-22 14:10:57 +01:00
parent cf2d4aa8a2
commit faf60935df
4 changed files with 6 additions and 9 deletions

View file

@ -253,7 +253,7 @@ static int zlib_recv_pages(MultiFDRecvParams *p, Error **errp)
}
zs->avail_out = page_size;
zs->next_out = p->pages->block->host + p->normal[i];
zs->next_out = p->host + p->normal[i];
/*
* Welcome to inflate semantics