]> Git Repo - qemu.git/commit - migration/block.c
migration/block: use qemu_iovec_init_buf
authorVladimir Sementsov-Ogievskiy <[email protected]>
Mon, 18 Feb 2019 14:09:22 +0000 (17:09 +0300)
committerStefan Hajnoczi <[email protected]>
Fri, 22 Feb 2019 09:42:13 +0000 (09:42 +0000)
commitf556f37b110edbee7b59ba6e2de7a6b84e90cab3
tree8ffd3a8b19d5dbe463e3611a143286245f358858
parentc075a0af22442e88226a6cef22da3fafccfb5d7e
migration/block: use qemu_iovec_init_buf

Use new qemu_iovec_init_buf() instead of
qemu_iovec_init_external( ... , 1), which simplifies the code.

Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Message-id: 20190218140926[email protected]
Message-Id: <20190218140926[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
migration/block.c
This page took 0.025468 seconds and 4 git commands to generate.