mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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:
parent
cf2d4aa8a2
commit
faf60935df
4 changed files with 6 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue