Re: [Qemu-devel] [PATCH 2/2] block: add test for vhdx image created by Disk2VHD

2014-05-14 Thread Jeff Cody
On Wed, May 14, 2014 at 09:58:07AM +0800, Fam Zheng wrote: > On Tue, 05/13 10:00, Jeff Cody wrote: > > This adds a test for VHDX images created by Microsoft's tool, Disk2VHD. > > Out of curiosity, is this an official tool from Microsoft? > Yes, it is a p2v tool from MS for Virtual PC / Hyper-V h

Re: [Qemu-devel] [PATCH 2/2] block: add test for vhdx image created by Disk2VHD

2014-05-13 Thread Fam Zheng
On Tue, 05/13 10:00, Jeff Cody wrote: > This adds a test for VHDX images created by Microsoft's tool, Disk2VHD. Out of curiosity, is this an official tool from Microsoft? > > VHDX images created by this tool have 2 identical header sections, with > identical sequence numbers. This makes sure we

[Qemu-devel] [PATCH 2/2] block: add test for vhdx image created by Disk2VHD

2014-05-13 Thread Jeff Cody
This adds a test for VHDX images created by Microsoft's tool, Disk2VHD. VHDX images created by this tool have 2 identical header sections, with identical sequence numbers. This makes sure we detect VHDX images with identical headers, and do not flag them as corrupt. Signed-off-by: Jeff Cody ---