Re: [Qemu-devel] [PATCH v2 1/4] Throttle: Create IOThrottle structure

2017-04-13 Thread Pradeep Jagadeesh
On 4/12/2017 5:01 PM, Alberto Garcia wrote: On Thu 30 Mar 2017 02:10:10 PM CEST, Pradeep Jagadeesh wrote: +## +# == QAPI IOThrottle definitions +## +# @IOThrottle: +# +# A set of parameters describing block +# "describing block ..." ? There's missing text here. Hmm..I will fix this. Regards,

Re: [Qemu-devel] [PATCH v2 1/4] Throttle: Create IOThrottle structure

2017-04-12 Thread Alberto Garcia
On Thu 30 Mar 2017 02:10:10 PM CEST, Pradeep Jagadeesh wrote: > +## > +# == QAPI IOThrottle definitions > +## > +# @IOThrottle: > +# > +# A set of parameters describing block > +# "describing block ..." ? There's missing text here. Berto

[Qemu-devel] [PATCH v2 1/4] Throttle: Create IOThrottle structure

2017-03-30 Thread Pradeep Jagadeesh
This patchset introduces a new io throttle structure. This will be used in both block and fsdev devices. Signed-off-by: Pradeep Jagadeesh --- qapi/block-core.json | 76 ++ qapi/iothrottle.json | 86