Re: [Qemu-devel] writing a QEMU block driver

2014-10-21 Thread Sandeep Joshi
module into running QEMU system - like the Linux kernel allows ? Or do I have to distribute an entire own QEMU image if I add a new driver ? I am not sure if what I am asking is the same as https://wiki.ubuntu.com/QemuDiskHotplug -Sandeep On Tue, Oct 21, 2014 at 1:00 PM, Sandeep Joshi wrote:

Re: [Qemu-devel] writing a QEMU block driver

2014-10-21 Thread Sandeep Joshi
On Mon, Oct 20, 2014 at 1:20 PM, Max Reitz wrote: > Am 2014-10-17 um 16:59 schrieb Sandeep Joshi: > > > Hi there, > > Do let me know if I am asking these questions on the wrong forum. I'd > like to write a QEMU block driver which forwards IO requests to a >

[Qemu-devel] writing a QEMU block driver

2014-10-17 Thread Sandeep Joshi
Hi there, Do let me know if I am asking these questions on the wrong forum. I'd like to write a QEMU block driver which forwards IO requests to a custom-built storage cluster. I have seen Jeff Cody's presentation and also browsed the source code for sheepdog, nbd and g