]> git.proxmox.com Git - mirror_qemu.git/commit - migration/ram.c
multifd: Be flexible about packet size
authorJuan Quintela <quintela@redhat.com>
Wed, 20 Feb 2019 11:44:07 +0000 (12:44 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 25 Mar 2019 17:13:42 +0000 (18:13 +0100)
commit7ed379b286dc6d3942ae851bdfa87b45b99ae9ff
tree5e093cf361a2d8f373081772eba8e1fee92670e7
parentefd1a1d6407f73565cf3b4089a2baa4bad0650f8
multifd: Be flexible about packet size

This way we can change the packet size in the future and everything
will work.  We choose an arbitrary big number (100 times configured
size) as a limit about how big we will reallocate.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c