K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-06-26T15:25:42.914276Z K 7 svn:log V 453 In vhd_write(), construct the footer and write it out. Next in line is the dynamic header. After that, the block allocation table and the actual blocks. It's for the blocks we need some infrastructure support, because each data block is preceeded by a bitmap that tells whether a sector in that block has been written, etc. The point is that we interleave metadata with data and we don't have good support functions for writing chunks of the image yet. END