Re: [Qemu-devel] Loadable block drivers?

2018-04-04 Thread Lindsay Mathieson
On 4 April 2018 at 23:41, Stefan Hajnoczi wrote: > On Tue, Apr 03, 2018 at 11:30:33AM +0800, Fam Zheng wrote: > > On Tue, 04/03 13:17, Lindsay Mathieson wrote: > > > On 3 April 2018 at 13:11, Fam Zheng wrote: > > > > > > > On Tue, 04/03 12:59, Lindsay

Re: [Qemu-devel] Loadable block drivers?

2018-04-02 Thread Lindsay Mathieson
On 3 April 2018 at 13:11, Fam Zheng wrote: > On Tue, 04/03 12:59, Lindsay Mathieson wrote: > > Hi all, was looking at developing a block driver for qemu - have examined > > the drivers at: > > > > https://github.com/qemu/qemu/tree/master/block > > > &

[Qemu-devel] Loadable block drivers?

2018-04-02 Thread Lindsay Mathieson
Hi all, was looking at developing a block driver for qemu - have examined the drivers at: https://github.com/qemu/qemu/tree/master/block And it seems straightforward enough. One thing that is unclear - all the drivers appear to be compiled directly into qemu. Is there no way to load them dynam