* [Qemu-devel] vmware puts up specs for it's disk format
@ 2006-04-03 22:23 Udo 'Robos' Puetz
2006-04-03 23:55 ` Jim C. Brown
0 siblings, 1 reply; 8+ messages in thread
From: Udo 'Robos' Puetz @ 2006-04-03 22:23 UTC (permalink / raw)
To: qemu-devel
Hi List.
Since it hasn't been discussed on the list: vmware wants to establish their
disk format as a sort of standard and therefore gives away their specs for
it - with specific mention of gpl projects. The article where I found this
is here, in german:
http://www.golem.de/0604/44434.html
At the end it says:
"You can get the specs via email from this page:
http://www.vmware.com/interfaces/vmdk.html"
At least this could be used for qemu to import the vmdk images...
Cheers
Robos
--
Robos -
gpg --recv-keys --keyserver blackhole.pca.dfn.de 6EEADA09
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] vmware puts up specs for it's disk format
2006-04-03 22:23 [Qemu-devel] vmware puts up specs for it's disk format Udo 'Robos' Puetz
@ 2006-04-03 23:55 ` Jim C. Brown
2006-04-04 8:09 ` maestro
0 siblings, 1 reply; 8+ messages in thread
From: Jim C. Brown @ 2006-04-03 23:55 UTC (permalink / raw)
To: qemu-devel
On Tue, Apr 04, 2006 at 12:23:41AM +0200, Udo 'Robos' Puetz wrote:
> At least this could be used for qemu to import the vmdk images...
> Cheers
> Robos
>
This is already supported, as is creating them and using them directly.
(I was amazed when I first found out as well.)
--
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] vmware puts up specs for it's disk format
2006-04-03 23:55 ` Jim C. Brown
@ 2006-04-04 8:09 ` maestro
2006-04-04 13:36 ` Jim C. Brown
0 siblings, 1 reply; 8+ messages in thread
From: maestro @ 2006-04-04 8:09 UTC (permalink / raw)
To: qemu-devel
Am Montag, den 03.04.2006, 19:55 -0400 schrieb Jim C. Brown:
> On Tue, Apr 04, 2006 at 12:23:41AM +0200, Udo 'Robos' Puetz wrote:
> > At least this could be used for qemu to import the vmdk images...
> > Cheers
> > Robos
> >
>
> This is already supported, as is creating them and using them directly.
> (I was amazed when I first found out as well.)
>
afaik they are only supported when the images consist of only 1 file. at
least i was not able to run split images (e.g. every 2gb)
as always i might be wrong on this
cheers
maestro
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] vmware puts up specs for it's disk format
2006-04-04 8:09 ` maestro
@ 2006-04-04 13:36 ` Jim C. Brown
2006-04-04 13:58 ` maestro
2006-04-05 9:58 ` David Fraser
0 siblings, 2 replies; 8+ messages in thread
From: Jim C. Brown @ 2006-04-04 13:36 UTC (permalink / raw)
To: qemu-devel
On Tue, Apr 04, 2006 at 10:09:06AM +0200, maestro wrote:
> > This is already supported, as is creating them and using them directly.
> > (I was amazed when I first found out as well.)
> >
> afaik they are only supported when the images consist of only 1 file. at
> least i was not able to run split images (e.g. every 2gb)
>
> as always i might be wrong on this
Your right about this - but I talked to one of the vmdk developers, and he
said that the lack of support was due to the lack of demand. (It is real
easy to use dd to convert split images into single images, so support for this
is not really needed.)
Basically, if u want split images to be supported in qemu, speak up now. ;)
> cheers
> maestro
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
--
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] vmware puts up specs for it's disk format
2006-04-04 13:36 ` Jim C. Brown
@ 2006-04-04 13:58 ` maestro
2006-04-05 9:58 ` David Fraser
1 sibling, 0 replies; 8+ messages in thread
From: maestro @ 2006-04-04 13:58 UTC (permalink / raw)
To: qemu-devel
Am Dienstag, den 04.04.2006, 09:36 -0400 schrieb Jim C. Brown:
> On Tue, Apr 04, 2006 at 10:09:06AM +0200, maestro wrote:
> > > This is already supported, as is creating them and using them directly.
> > > (I was amazed when I first found out as well.)
> > >
> > afaik they are only supported when the images consist of only 1 file. at
> > least i was not able to run split images (e.g. every 2gb)
> >
> > as always i might be wrong on this
>
> Your right about this - but I talked to one of the vmdk developers, and he
> said that the lack of support was due to the lack of demand. (It is real
> easy to use dd to convert split images into single images, so support for this
> is not really needed.)
>
> Basically, if u want split images to be supported in qemu, speak up now. ;)
well "want them to be supported" might be a little too much - i just
think if some of the devs are bored this might be a way to save some
people from hours/minutes hanging around the irc-channel and/or mailing
list.
just my 0.02eur
cheers
maestro
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] vmware puts up specs for it's disk format
2006-04-04 13:36 ` Jim C. Brown
2006-04-04 13:58 ` maestro
@ 2006-04-05 9:58 ` David Fraser
2006-04-05 10:12 ` Julian Seward
2006-04-05 10:18 ` M.A. Williamson
1 sibling, 2 replies; 8+ messages in thread
From: David Fraser @ 2006-04-05 9:58 UTC (permalink / raw)
To: qemu-devel
Jim C. Brown wrote:
> On Tue, Apr 04, 2006 at 10:09:06AM +0200, maestro wrote:
>
>>> This is already supported, as is creating them and using them directly.
>>> (I was amazed when I first found out as well.)
>>>
>>>
>> afaik they are only supported when the images consist of only 1 file. at
>> least i was not able to run split images (e.g. every 2gb)
>>
>> as always i might be wrong on this
>>
>
> Your right about this - but I talked to one of the vmdk developers, and he
> said that the lack of support was due to the lack of demand. (It is real
> easy to use dd to convert split images into single images, so support for this
> is not really needed.)
>
> Basically, if u want split images to be supported in qemu, speak up now. ;)
>
I speak! It would be great to be able to use the split images, so that
you don't have to alter the files to import them into qemu...
Particularly using split files directly and then being able to use the
same image from vmware...
David
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-04-05 10:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-03 22:23 [Qemu-devel] vmware puts up specs for it's disk format Udo 'Robos' Puetz
2006-04-03 23:55 ` Jim C. Brown
2006-04-04 8:09 ` maestro
2006-04-04 13:36 ` Jim C. Brown
2006-04-04 13:58 ` maestro
2006-04-05 9:58 ` David Fraser
2006-04-05 10:12 ` Julian Seward
2006-04-05 10:18 ` M.A. Williamson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).