mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53: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
|
@ -264,7 +264,7 @@ static int zstd_recv_pages(MultiFDRecvParams *p, Error **errp)
|
|||
z->in.pos = 0;
|
||||
|
||||
for (i = 0; i < p->normal_num; i++) {
|
||||
z->out.dst = p->pages->block->host + p->normal[i];
|
||||
z->out.dst = p->host + p->normal[i];
|
||||
z->out.size = page_size;
|
||||
z->out.pos = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue