Re: [Qemu-devel] [PATCH 1/2 v15] fsdev: add IO throttle support to fsdev devices

2017-02-03 Thread Pradeep Jagadeesh
On 2/3/2017 11:10 AM, Alberto Garcia wrote: On Fri 03 Feb 2017 11:04:57 AM CET, Pradeep Jagadeesh wrote: This patchset adds the io throttle support for the 9p-local driver. For now this functionality can be used only through qemu cli options. QMP interface and support to other 9p drivers need fu

[Qemu-devel] [PATCH 1/2 v15] fsdev: add IO throttle support to fsdev devices

2017-02-03 Thread Pradeep Jagadeesh
This patchset adds the io throttle support for the 9p-local driver. For now this functionality can be used only through qemu cli options. QMP interface and support to other 9p drivers need further extensions. To make it simple for other 9p drivers, the throttle code has been put in separate files.

Re: [Qemu-devel] [PATCH 1/2 v15] fsdev: add IO throttle support to fsdev devices

2017-02-03 Thread Alberto Garcia
On Fri 03 Feb 2017 11:04:57 AM CET, Pradeep Jagadeesh wrote: > This patchset adds the io throttle support for the 9p-local driver. > For now this functionality can be used only through qemu cli options. > QMP interface and support to other 9p drivers need further extensions. > To make it simple for