Hi Stefan, I have uploaded a patch - I am failing miserably to get any output from git patch!!!!!! ... :^( . the code is structured to addres the fact that convert will not work today, needs lots of work to do this. This would be next effort. i have a sub branch ... root@rhubbard qemu]# git status # On branch vmdk.c # Untracked files: # (use "git add ..." to include in what will be committed) # # myoutput # rhubbard-patch-fix-vmdk did a commit .. and here is git show..., don't know what to do next... i have used cvs et all.. don't know why this is not working 4 Me... commit 971ad8e198fa386214d8154904facbce2719fb06 Author: root Date: Mon Dec 3 17:11:28 2012 -0800 Bug#1075252 by Robert Hubbard: Fixed problems with StreammOptimized open, needs more work for convert. diff --git a/block.h b/block.h index 78ecfac..1f55f6d 100644 --- a/block.h +++ b/block.h @@ -14,6 +14,8 @@ typedef struct BlockDriverInfo { int cluster_size; /* offset at which the VM state can be saved (0 if not possible) */ int64_t vm_state_offset; + int drv_type; + const char *drv_work; } BlockDriverInfo; On Thu, Nov 8, 2012 at 12:15 AM, Stefan Hajnoczi <