mirror of
https://github.com/xemu-project/xemu.git
synced 2026-09-20 03:17:40 +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>