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
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