Re: [Qemu-discuss] Writing a QEMU block driver

2014-10-19 Thread Sandeep Joshi
On Sat, Oct 18, 2014 at 10:58 PM, Peter Maydell wrote: > On 18 October 2014 05:12, Sandeep Joshi wrote: > > 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 >

Re: [Qemu-discuss] Writing a QEMU block driver

2014-10-18 Thread Peter Maydell
On 18 October 2014 05:12, Sandeep Joshi wrote: > 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 gluster in the "block" directory and had a few qu

[Qemu-discuss] Writing a QEMU block driver

2014-10-17 Thread Sandeep Joshi
Hi, 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 gluster in the "block" directory and had a few questions. 1) What is the