Re: [Qemu-devel] iolimits for virtio-9p

2016-04-26 Thread Pradeep Kiruvale
Hi Stefan, Thanks for the reply and adding Alberto. I am going through those APIs already. Thanks & Regards, Pradeep On 26 April 2016 at 11:21, Stefan Hajnoczi wrote: > On Tue, Apr 19, 2016 at 02:09:24PM +0200, Pradeep Kiruvale wrote: > > We are planning to implement the io-limits for the vir

Re: [Qemu-devel] iolimits for virtio-9p

2016-04-26 Thread Stefan Hajnoczi
On Tue, Apr 19, 2016 at 02:09:24PM +0200, Pradeep Kiruvale wrote: > We are planning to implement the io-limits for the virtio-9p driver i.e for > fsdev devices. > So, I am looking into the code base and how it has done for the block io > devices. > > I would like to know how difficult is this and

[Qemu-devel] iolimits for virtio-9p

2016-04-19 Thread Pradeep Kiruvale
Hi All, We are planning to implement the io-limits for the virtio-9p driver i.e for fsdev devices. So, I am looking into the code base and how it has done for the block io devices. I would like to know how difficult is this and is there some one out there who has any plan to do this? Any suggest