Re: [Qemu-devel] [PATCH 2/2] blockdev: Add dynamic module loading for block drivers

2016-06-16 Thread Paolo Bonzini
On 16/06/2016 16:10, Colin Lord wrote: > On 06/16/2016 10:05 AM, Paolo Bonzini wrote: >> >> >> On 16/06/2016 16:00, Colin Lord wrote: >> The only block drivers that can be converted into modules are the drivers >> that don't perform any init operation except for registering themselves. >

Re: [Qemu-devel] [PATCH 2/2] blockdev: Add dynamic module loading for block drivers

2016-06-16 Thread Colin Lord
On 06/16/2016 10:05 AM, Paolo Bonzini wrote: > > > On 16/06/2016 16:00, Colin Lord wrote: > The only block drivers that can be converted into modules are the drivers > that don't perform any init operation except for registering themselves. > This > is why libiscsi has been disab

Re: [Qemu-devel] [PATCH 2/2] blockdev: Add dynamic module loading for block drivers

2016-06-16 Thread Paolo Bonzini
On 16/06/2016 16:00, Colin Lord wrote: >> >> The only block drivers that can be converted into modules are the drivers >> >> that don't perform any init operation except for registering themselves. >> >> This >> >> is why libiscsi has been disabled as a module. > > > > I don't think it has in t

Re: [Qemu-devel] [PATCH 2/2] blockdev: Add dynamic module loading for block drivers

2016-06-16 Thread Colin Lord
On 06/15/2016 06:50 PM, Paolo Bonzini wrote: > > > On 15/06/2016 20:40, Colin Lord wrote: >> >> The only block drivers that can be converted into modules are the drivers >> that don't perform any init operation except for registering themselves. This >> is why libiscsi has been disabled as a modu

Re: [Qemu-devel] [PATCH 2/2] blockdev: Add dynamic module loading for block drivers

2016-06-15 Thread Paolo Bonzini
On 15/06/2016 20:40, Colin Lord wrote: > > The only block drivers that can be converted into modules are the drivers > that don't perform any init operation except for registering themselves. This > is why libiscsi has been disabled as a module. I don't think it has in this patch :) but you can

[Qemu-devel] [PATCH 2/2] blockdev: Add dynamic module loading for block drivers

2016-06-15 Thread Colin Lord
From: Marc Mari Extend the current module interface to allow for block drivers to be loaded dynamically on request. The only block drivers that can be converted into modules are the drivers that don't perform any init operation except for registering themselves. This is why libiscsi has been dis