commit | c75f3bdf46f74c9f1c199ace3d2b291e430dcda3 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Thu May 08 16:34:54 2014 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Wed Jun 04 09:56:12 2014 +0200 |
tree | 8f6c5e241c9c49bf44eba983a1a7e73d344d9ec4 | |
parent | 2af0b2005669ee3572a19499c51a499114a8ec50 [diff] |
vmdk: implement .bdrv_detach/attach_aio_context() 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 <famz@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>