Am 13.06.2012 16:36, schrieb Dong Xu Wang: > add-cow file can't live alone, must together will image_file and backing_file. > If we implement qemu-img convert operation for add-cow file format, we must > create image_file and backing_file manually, that will be confused for users, > so we just ignore add-cow format while doing converting. > > Signed-off-by: Dong Xu Wang <wdon...@linux.vnet.ibm.com>
NACK. This stupid "let's drop the feature, it might confuse users" attitude is known from Gnome, but not from qemu. There's no technical reason to forbid it and anyone who manages to create a valid add-cow image will also be able to specify the very same options to a convert command. Also, having image format specific code in qemu-img is evil. Kevin