On 16/10/2016 12:25, Stefan Hajnoczi wrote: > On Thu, Oct 13, 2016 at 07:34:11PM +0200, Paolo Bonzini wrote: >> @@ -485,9 +474,14 @@ void bdrv_inc_in_flight(BlockDriverState *bs) >> atomic_inc(&bs->in_flight); >> } >> >> +void bdrv_wakeup(BlockDriverState *bs) >> +{ >> +} > > Please write a doc comment explaining the semantics of this new API. > > Since it's a nop here it may be better to introduce bdrv_wakeup() in > another patch.
Okay, will do. Paolo