On Thu, May 15, 2014 at 09:34:20AM +0800, Fam Zheng wrote: > On Thu, 05/08 16:34, Stefan Hajnoczi wrote: > > Implement .bdrv_detach/attach_aio_context() interfaces to propagate > > detach/attach to BDRVVmdkState->extents[].file. The block layer takes > > care of ->file and ->backing_hd but doesn't know about our extents > > BlockDriverStates, which is also part of the graph. > > > > Reviewed-by: Fam Zheng <f...@redhat.com> > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > > --- > > Noticed this doesn't apply any more due to recent VMDK fixes, because the > context is different. Trivial to fix, though.
Yep, me too. The resolution is trivial though. Stefan