]> git.proxmox.com Git - qemu.git/commit
sheepdog: Use bdrv_open options instead of filename
authorKevin Wolf <kwolf@redhat.com>
Fri, 12 Apr 2013 16:10:49 +0000 (18:10 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 22 Apr 2013 08:27:59 +0000 (10:27 +0200)
commitc8c96350e0127c1d3d55c5f16978f1f5201c52e8
treefb543b746c1b4a01b1d1bfd354dd0f198fa1cd7b
parenta9ccedc3daa06723821663c6b3b02c1760035bb9
sheepdog: Use bdrv_open options instead of filename

This is only to convert the internal interface that is used for passing
the "filename" to be parsed, but converting to actual fine grained
options is left for another day, as it doesn't look trivial.

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