mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-26 00:34:26 +02:00
The semantics is that after bdrv_drained_begin(bs), bs will not get new external requests until the matching bdrv_drained_end(bs). Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>