Skip to content
Snippets Groups Projects
Commit 2ebe5d4d authored by Juan Quintela's avatar Juan Quintela
Browse files

migration/rdma: Don't use imaginary transfers


RDMA protocol is completely asynchronous, so in qemu_rdma_save_page()
they "invent" that a byte has been transferred.  And then they call
qemu_file_credit_transfer() and ram_transferred_add() with that byte.
Just remove that calls as nothing has been sent.

Reviewed-by: default avatarLeonardo Bras <leobras@redhat.com>
Signed-off-by: default avatarJuan Quintela <quintela@redhat.com>
Message-Id: <20230515195709.63843-14-quintela@redhat.com>
parent e3378035
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment