]> git.proxmox.com Git - mirror_qemu.git/commit - qapi-schema.json
qed: Implement .bdrv_drain
authorFam Zheng <famz@redhat.com>
Mon, 9 Nov 2015 10:16:54 +0000 (18:16 +0800)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 Nov 2015 15:22:43 +0000 (16:22 +0100)
commitdf9a681dc9ad41c9cdeb9ecc5d060ba9abd27e01
tree03ea275a3bcf5089ffaa04b205de50b009734a5e
parent67da1dc5ce696c7b309b1db100da7d94292847b7
qed: Implement .bdrv_drain

The "need_check_timer" is used to clear the "NEED_CHECK" flag in the
image header after a grace period once metadata update has finished. In
compliance to the bdrv_drain semantics we should make sure it remains
deleted once .bdrv_drain is called.

We cannot reuse qed_need_check_timer_cb because here it doesn't satisfy
the assertion.  Do the "plug" and "flush" calls manually.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 1447064214-29930-10-git-send-email-famz@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block/qed.c
blockdev.c
docs/bitmaps.md
include/block/block.h
include/block/block_int.h
qapi-schema.json