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)
commitefa84d43cc9f4e21d564e7415778166735890bc1
tree21da1f7c1381cde4e498c3a861e77be695354327
parent9ea2ea7146042d54fc3d17d0269ae865cbf55dcf
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