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