Re: [vbox-dev] fixed - VHD not readable by Hyper-V

2009-11-09 Thread Alexander Eichner
recognized patch (VHDHDDCore.cpp) is still not in, just in case you guys forgot it --- On Thu, 11/5/09, Huihong Luo wrote: From: Huihong Luo Subject: Re: [vbox-dev] fixed - VHD not readable by Hyper-V To: "Klaus Espenlaub" Cc: "vbox-dev@virtualbox.org" Date: Thursday, November 5,

Re: [vbox-dev] fixed - VHD not readable by Hyper-V

2009-11-09 Thread Huihong Luo
I noted that VDCopy is now in svn, thx.   the Hyper-V not recognized patch (VHDHDDCore.cpp) is still not in, just in case you guys forgot it --- On Thu, 11/5/09, Huihong Luo wrote: From: Huihong Luo Subject: Re: [vbox-dev] fixed - VHD not readable by Hyper-V To: "Klaus Espenlaub"

Re: [vbox-dev] fixed - VHD not readable by Hyper-V

2009-11-05 Thread Huihong Luo
[vbox-dev] fixed - VHD not readable by Hyper-V To: "Huihong Luo" Cc: "vbox-dev@virtualbox.org" Date: Thursday, October 15, 2009, 4:24 AM Huihong Luo wrote: > found another bug, I've attached the patch >  two bugs: > (1) parent locators set to zero for base ima

Re: [vbox-dev] fixed - VHD not readable by Hyper-V

2009-10-18 Thread Huihong Luo
--- On Fri, 10/16/09, Klaus Espenlaub wrote: From: Klaus Espenlaub Subject: Re: [vbox-dev] fixed - VHD not readable by Hyper-V To: "Huihong Luo" Cc: "vbox-dev@virtualbox.org" Date: Friday, October 16, 2009, 5:13 AM Huihong Luo wrote: > No problem. Can you shed some l

Re: [vbox-dev] fixed - VHD not readable by Hyper-V

2009-10-16 Thread Klaus Espenlaub
Huihong Luo wrote: No problem. Can you shed some lights on why writing to vhd is so much slower than to vmdk? Considering that these two are so similar in layout. Only diff is the bitmap on VHD Don't have time to do an in-depth investigation, but the bitmap is certainly the prime suspect. Th

Re: [vbox-dev] fixed - VHD not readable by Hyper-V

2009-10-15 Thread Huihong Luo
No problem. Can you shed some lights on why writing to vhd is so much slower than to vmdk? Considering that these two are so similar in layout. Only diff is the bitmap on VHD Sent from my iPhone On Oct 15, 2009, at 4:24 AM, Klaus Espenlaub wrote: Huihong Luo wrote: found another bug, I've att

Re: [vbox-dev] fixed - VHD not readable by Hyper-V

2009-10-15 Thread Klaus Espenlaub
Huihong Luo wrote: found another bug, I've attached the patch two bugs: (1) parent locators set to zero for base images (2) block allocation table to be block-size aligned (2M) after these two fixes, vbox vhds works well on Hyper-V, I tested quite some large vhd files from p2v, all works fi

[vbox-dev] fixed - VHD not readable by Hyper-V

2009-10-13 Thread Huihong Luo
found another bug, I've attached the patch   two bugs: (1) parent locators set to zero for base images (2) block allocation table to be block-size aligned (2M)   after these two fixes, vbox vhds works well on Hyper-V, I tested quite some large vhd files from p2v, all works fine now.   These two fi