Re: [Qemu-devel] [PATCH V10] fsdev: add IO throttle support to fsdev devices

2016-11-09 Thread Pradeep Jagadeesh
On 11/9/2016 11:23 AM, Alberto Garcia wrote: On Wed 09 Nov 2016 10:50:40 AM CET, Pradeep Jagadeesh wrote: Uses throttling APIs to limit I/O bandwidth and number of operations on the devices which use 9p-local driver. Signed-off-by: Pradeep Jagadeesh It looks good now, thanks! +void fsdev_

Re: [Qemu-devel] [PATCH V10] fsdev: add IO throttle support to fsdev devices

2016-11-09 Thread Alberto Garcia
On Wed 09 Nov 2016 10:50:40 AM CET, Pradeep Jagadeesh wrote: > Uses throttling APIs to limit I/O bandwidth and number of operations > on the devices which use 9p-local driver. > > Signed-off-by: Pradeep Jagadeesh It looks good now, thanks! > +void fsdev_throttle_parse_opts(QemuOpts *opts, FsThr