]> Git Repo - qemu.git/commit
block-backend: add drained_begin / drained_end ops
authorJohn Snow <[email protected]>
Thu, 16 Mar 2017 21:23:50 +0000 (17:23 -0400)
committerJeff Cody <[email protected]>
Wed, 22 Mar 2017 17:26:27 +0000 (13:26 -0400)
commitf4d9cc88ee69a5b04a843424e50f466e36fcad4e
treea2d8777a5e230efd54adfadd6020f8a1ab77e5b8
parente3796a245ad0efa65ca8d2dc6424562a8fbaeb6a
block-backend: add drained_begin / drained_end ops

Allow block backends to forward drain requests to their devices/users.
The initial intended purpose for this patch is to allow BBs to forward
requests along to BlockJobs, which will want to pause if their associated
BB has entered a drained region.

Signed-off-by: John Snow <[email protected]>
Reviewed-by: Jeff Cody <[email protected]>
Message-id: 20170316212351[email protected]
Signed-off-by: Jeff Cody <[email protected]>
block/block-backend.c
include/sysemu/block-backend.h
This page took 0.02584 seconds and 4 git commands to generate.