|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: Reuse QEMU image for HVM?
On Tue, Dec 9, 2008 at 1:34 AM, Grant McWilliams
<grantmasterflash@xxxxxxxxx> wrote:
>>
>>
>> It seems that the reason is qcow2 file created by QEMU tool is not
>> supported by Xen??
>>
>> Thanks,
>> Jun
>>
>> _______________________________________________
>
> From what I know this is true. It is probably the biggest blunder of the
> virtualization world! I'd like to
> know who at the xen team decided to adopt qcow but not make it compatible
> with QEMU. You can
> use qcow but you need to use xen's tool to create it. From what I understand
> there's a difference in
> endianness of the file.
Too sad if that is true. Could anybody confirm this?
I tried to see if that is true or not, by creating 2 images with
qemu-img (from QEMU) and qemu-img-xen (from Xen). The command is like
below:
qemu-img create -f qcow2 img.test1 10MB
qemu-img-xen create -f qcow2 img.test2 10MB
And then I tried to diff these 2 files (diff img.test1 img.test2), but
the result was: 2 files are completely same.
So it doesnt seem right that qemu-img-xen does something difference
with qcow2 format. I tried to compare qcow format, too, and didnt see
any difference.
Any idea??
Jun
>
> Grant McWilliams
>
> Some people, when confronted with a problem, think "I know, I'll use
> Windows."
> Now they have two problems.
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|