]> git.proxmox.com Git - qemu.git/commit - savevm.c
savevm: Implement block_writev_buffer()
authorKevin Wolf <kwolf@redhat.com>
Fri, 5 Apr 2013 19:27:54 +0000 (21:27 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 15 Apr 2013 06:26:18 +0000 (08:26 +0200)
commit05fcc84888cfabec2267851415b66395a73a0f5f
tree62416f941e2ab9de336733c22d3619e30c3dfbdd
parentcf8074b3825f7229a20c60e679511592bde41340
savevm: Implement block_writev_buffer()

Instead of breaking up RAM state into many small chunks, pass the iovec
to the block layer for better performance.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/migration/qemu-file.h
savevm.c