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

2017-02-03 Thread Pradeep Jagadeesh
On 2/1/2017 4:08 PM, Alberto Garcia wrote: Hello, and sorry for being late reviewing these patches :) On Tue 24 Jan 2017 10:24:07 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

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

2017-02-01 Thread Alberto Garcia
Hello, and sorry for being late reviewing these patches :) On Tue 24 Jan 2017 10:24:07 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 ot

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

2017-01-24 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.