commit | a616673dd1c2e00db5e3458d2ba4b6619b78876a | [log] [tgz] |
---|---|---|
author | Alex Bligh <alex@alex.org.uk> | Tue Oct 16 13:46:18 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Oct 24 10:26:18 2012 +0200 |
tree | 0084791e01804e73ac49f1dc51f023b85f387088 | |
parent | b3d0380ec245d73e5233366f541497ef92b2e283 [diff] |
qemu-img rebase: use empty string to rebase without backing file This patch allows an empty filename to be passed as the new base image name for qemu-img rebase to mean base the image on no backing file (i.e. independent of any backing file). According to Eric Blake, qemu-img rebase already supports this when '-u' is used; this adds support when -u is not used. Signed-off-by: Alex Bligh <alex@alex.org.uk> Signed-off-by: Kevin Wolf <kwolf@redhat.com>