]> Git Repo - qemu.git/commit
blockdev: no need to drain in qmp_block_commit
authorPaolo Bonzini <[email protected]>
Thu, 28 May 2015 14:21:43 +0000 (16:21 +0200)
committerJeff Cody <[email protected]>
Wed, 15 Jul 2015 01:50:13 +0000 (21:50 -0400)
commit299bf097375f9d148cda579ad85477304e38856b
treebc3606a6be812dd68f6d48846b95d0de8b0e840c
parent4c0cbd6fec7db182a6deb52d5a8a8e7b0c5cbe64
blockdev: no need to drain in qmp_block_commit

Draining is not necessary, I/O can happen as soon as the
commit coroutine yields.  Draining can be necessary before
reopening the file for read/write, or while modifying the
backing file chain, but that is done separately in
bdrv_reopen_multiple or bdrv_close; this particular
bdrv_drain_all does nothing for that.

Signed-off-by: Paolo Bonzini <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Message-id: 1432822903[email protected]
Signed-off-by: Jeff Cody <[email protected]>
blockdev.c
This page took 0.02516 seconds and 4 git commands to generate.