Re: [Qemu-devel] [PATCH 0/2] vmdk: Fix vmdk_co_get_block_status
Am 04.06.2015 um 08:02 hat Fam Zheng geschrieben: > The buggy index_in_cluster was missed in b1649fae49a8. Fix that and dedup the > calculation. Thanks, applied to the block branch. Kevin
[Qemu-devel] [PATCH 0/2] vmdk: Fix vmdk_co_get_block_status
The buggy index_in_cluster was missed in b1649fae49a8. Fix that and dedup the calculation. Fam Zheng (2): vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_status vmdk: Use vmdk_find_index_in_cluster everywhere block/vmdk.c | 23 ++- 1 file changed, 14 inserti