Hi I want to convert an MS virtual machines to Xen VM .programmatically on linux. Is there any tool or help? Please do the needful. Thanks & Regards, Vikram Singh Sotware Engineer R Systems International Ltd. An ISO 27001 and CMMI Level 5 Company C-40 Sector 59 Noida (India) GSM:+91- 9818782344 " Some people dream of success.....While others wake up and work hard at it. " _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi, On Fri, May 23, 2008 at 5:46 AM, Vikram Singh <Vikram.Singh@rsystems.com> wrote:> > > Hi I want to convert an MS virtual machines to Xen VM .programmatically on > linux. Is there any tool or help? >I assume you mean MS Virtual PC? I don''t know the status of it, but according to this thread there should be support for the VHD disk format: http://lists.xensource.com/archives/html/xen-devel/2007-06/msg00783.html Cheers, Todd _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
These patches were never accepted upstream. From the discussions - there seemed to be indication that QEMU already supported a reverse-engineered format (before MS released specs for VHD) called VPC I would look into that... Todd Deshane wrote:> Hi, > > On Fri, May 23, 2008 at 5:46 AM, Vikram Singh <Vikram.Singh@rsystems.com> wrote: > >> Hi I want to convert an MS virtual machines to Xen VM .programmatically on >> linux. Is there any tool or help? >> >> > I assume you mean MS Virtual PC? > > I don''t know the status of it, but according to this thread there > should be support for the VHD disk format: > > http://lists.xensource.com/archives/html/xen-devel/2007-06/msg00783.html > > Cheers, > Todd > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ben Guthro writes ("Re: [Xen-devel] hi"): From the discussions -
there> seemed to be indication that QEMU already supported a
> reverse-engineered format (before MS released specs for VHD) called
> VPC
This is block-vpc.c which is in upstream qemu and also in ioemu.
I haven''t checked at all whether the code in qemu upstream works or
has been changed recently.  But that would be the right place to
start.
Because `tap:qcow:...'' in Xen config files is implemented in ioemu by
iterating over the image format drivers until one of them recognises
the format, you may well be able to pass a suitable disk image
directly in the xen domain config file - despite it not really being
qcow at all.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Seemingly Similar Threads
- blktap2 and qcow2 images
- why are qemu-img and vhd-util created files incompatible?
- [PATCH] blktap2: fix makefile of vhd for parallel make
- [PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
- BLKTAPCTRL[2375]: blktapctrl_linux.c:86: blktap0 open failed