]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
blockdev: prepare iSCSI block driver for dynamic loading
authorColin Lord <clord@redhat.com>
Fri, 12 Aug 2016 13:27:01 +0000 (09:27 -0400)
committerMax Reitz <mreitz@redhat.com>
Tue, 20 Sep 2016 20:10:57 +0000 (22:10 +0200)
commitf57b4b5fb127b60e1aade2684a8b16bc4f630b29
tree33da419d8d73c65ee6842d0309e0b9b2a2a06eae
parentf7c1553388c98efcdcc70371e655417cf1ed7df6
blockdev: prepare iSCSI block driver for dynamic loading

This commit moves the initialization of the QemuOptsList qemu_iscsi_opts
struct out of block/iscsi.c in order to allow the iscsi module to be
dynamically loaded.

Signed-off-by: Colin Lord <clord@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1471008424-16465-2-git-send-email-clord@redhat.com
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/iscsi.c
vl.c