]> git.proxmox.com Git - qemu.git/commit - block.c
block: Allow overriding backing.file.filename
authorKevin Wolf <kwolf@redhat.com>
Fri, 12 Apr 2013 18:27:07 +0000 (20:27 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 22 Apr 2013 09:37:12 +0000 (11:37 +0200)
commit1cb6f506444ddf00bb163e5ffa28ab1051b65642
tree9b7339e0c47e76046ce1da446060b7feea489e85
parent56d1b4d21d444619302d3f1291a133b1c2b9b072
block: Allow overriding backing.file.filename

If a filename is passed in the driver-specific options from the command
line, the backing file path from the image is ignored now.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block.c