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

2016-04-19 Thread Stefan Hajnoczi
On Tue, Apr 12, 2016 at 02:41:13PM +0100, Richard W.M. Jones wrote: > From: Marc MarĂ­ > > Extend the current module interface to allow for block drivers to be loaded > dynamically on request. I like this approach to run-time loading QEMU modules because it's not a plugin system that would inevit

[Qemu-devel] [PATCH v2 REPOST 1/2] Add dynamic module loading for block drivers

2016-04-12 Thread Richard W.M. Jones
From: Marc MarĂ­ 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