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 dynamically as .so modules? Thanks, -- Lindsay