qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Bug in qemu-img


From: Edivaldo de Araÿfffffajo Pereira
Subject: [Qemu-devel] Bug in qemu-img
Date: Wed, 24 Oct 2007 07:51:41 -0300 (ART)

I think you should already know of a bug in qemu-img
that prevents it from using the -c option; the problem
is the line 
  if (flags & BLOCK_FLAG_COMPRESS && drv !=
&bdrv_vmdk)
in img_convert() should read
  if (flags & BLOCK_FLAG_COMPAT6 && drv != &bdrv_vmdk)
That's it! 

By the way, congratulations for the great job you have
done so far. 

Thank you very much.
Edivaldo de Araujo Pereira 


      Abra sua conta no Yahoo! Mail, o único sem limite de espaço para 
armazenamento!
http://br.mail.yahoo.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]