public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [ kvm-Bugs-1850911 ] qemu-img -c not working
@ 2007-12-14 17:10 SourceForge.net
       [not found] ` <E1J3E32-000581-0v-fsxqSYOXIJjBmE48cDdWCqQD96bmaF075NbjCUgZEJk@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: SourceForge.net @ 2007-12-14 17:10 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Bugs item #1850911, was opened at 2007-12-14 12:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1850911&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Olivier Paquet (euzeka)
Assigned to: Nobody/Anonymous (nobody)
Summary: qemu-img -c not working

Initial Comment:
With kvm-56, running:
> qemu-img convert -c winxp64.img -O qcow2 test.img
qemu-img: Alternative compatibility level not supported for this file format

Looking at the source of qemu-img.c, there is an obvious bug at line 474 (if the usage text is to be trusted):

if (flags & BLOCK_FLAG_COMPRESS && drv != &bdrv_vmdk)
    error("Alternative compatibility level not supported for this file format");

This should probably be BLOCK_FLAG_COMPAT6.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1850911&group_id=180599

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ kvm-Bugs-1850911 ] qemu-img -c not working
       [not found] ` <E1J3E32-000581-0v-fsxqSYOXIJjBmE48cDdWCqQD96bmaF075NbjCUgZEJk@public.gmane.org>
@ 2007-12-16 10:06   ` Dor Laor
  0 siblings, 0 replies; 2+ messages in thread
From: Dor Laor @ 2007-12-16 10:06 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 2071 bytes --]

SourceForge.net wrote:
> Bugs item #1850911, was opened at 2007-12-14 12:10
> Message generated for change (Tracker Item Submitted) made by Item Submitter
> You can respond by visiting: 
> https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1850911&group_id=180599
>
> Please note that this message will contain a full copy of the comment thread,
> including the initial issue submission, for this request,
> not just the latest update.
> Category: qemu
> Group: None
> Status: Open
> Resolution: None
> Priority: 5
> Private: No
> Submitted By: Olivier Paquet (euzeka)
> Assigned to: Nobody/Anonymous (nobody)
> Summary: qemu-img -c not working
>
> Initial Comment:
> With kvm-56, running:
>   
>> qemu-img convert -c winxp64.img -O qcow2 test.img
>>     
> qemu-img: Alternative compatibility level not supported for this file format
>
>   
-c is for compressed target source image. Naturally, .img file is not 
compressed.
Did you wanted to compress the destination?

Anyway qemu is the right place for these type of bugs.
Thanks,
Dor.
> Looking at the source of qemu-img.c, there is an obvious bug at line 474 (if the usage text is to be trusted):
>
> if (flags & BLOCK_FLAG_COMPRESS && drv != &bdrv_vmdk)
>     error("Alternative compatibility level not supported for this file format");
>
> This should probably be BLOCK_FLAG_COMPAT6.
>
> ----------------------------------------------------------------------
>
> You can respond by visiting: 
> https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1850911&group_id=180599
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> kvm-devel mailing list
> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>
>   


[-- Attachment #1.2: Type: text/html, Size: 3249 bytes --]

[-- Attachment #2: Type: text/plain, Size: 308 bytes --]

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-16 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14 17:10 [ kvm-Bugs-1850911 ] qemu-img -c not working SourceForge.net
     [not found] ` <E1J3E32-000581-0v-fsxqSYOXIJjBmE48cDdWCqQD96bmaF075NbjCUgZEJk@public.gmane.org>
2007-12-16 10:06   ` Dor Laor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox