On Mon, Aug 08, 2016 at 02:07:17PM -0400, Colin Lord wrote: > 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 > Reviewed-by: Fam Zheng > --- > block/iscsi.c | 36 ------------------------------------ > vl.c | 40 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 40 insertions(+), 36 deletions(-) Reviewed-by: Stefan Hajnoczi