]> git.proxmox.com Git - mirror_qemu.git/commit - block/gluster.c
gluster: Use bdrv_open options instead of filename
authorKevin Wolf <kwolf@redhat.com>
Fri, 12 Apr 2013 15:50:16 +0000 (17:50 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 22 Apr 2013 08:27:59 +0000 (10:27 +0200)
commitb489477653702ae2beb919084644a6c8b0b72c36
tree60748b37e768e4118341f1df02b571ddcfb5dee4
parent8e6d58cd5b695045dd4a203176d2a57138e7f02a
gluster: 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/gluster.c