Il 04/07/2013 05:22, Fam Zheng ha scritto: >> > + case VMDK_OK: >> > + /* TODO: might return offset if the extents are in bs->file. */ >> > + ret = BDRV_BLOCK_DATA; > if (extent->file == bs->file) { > ret |= BDRV_BLOCK_OFFSET_VALID | offset; > }
Thanks. :) Paolo