]> git.proxmox.com Git - qemu.git/commit
Store the data to send also in iovec
authorOrit Wasserman <owasserm@redhat.com>
Fri, 22 Mar 2013 14:48:00 +0000 (16:48 +0200)
committerJuan Quintela <quintela@redhat.com>
Tue, 26 Mar 2013 12:32:33 +0000 (13:32 +0100)
commitb3ea2bdb792f6d961ba3adf45cf1f0c63c61e09d
treeba1b0f19b37d38c8a6c3e977993593648b0ab3b9
parent7d8a30bb98e89c203b3d2289ab0638c38bbeb7c1
Store the data to send also in iovec

All data is still copied into the static buffer.
Adjacent iovecs are coalesced so we send one big buffer
instead of many small buffers.

Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
savevm.c