Convert qemu-img convert to new bdrv_create
authorKevin Wolf <kwolf@redhat.com>
Mon, 18 May 2009 14:42:12 +0000 (16:42 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 May 2009 15:50:32 +0000 (10:50 -0500)
commitb6713d7e936df24fadeef2f5f3c37fe556140b6d
tree21da1f7c1381cde4e498c3a861e77be695354327
parent2001900f582acc23d9e19107a0d90e9f6d2c4294
Convert qemu-img convert to new bdrv_create

This is part two of the qemu-img conversion. This really works the same as the
previous conversion of qemu-img create: It introduces a new -o option for the
generic approach and adds the old-style options to this option set.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-img.c