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

2017-05-03 Thread Greg Kurz
On Wed, 3 May 2017 16:19:20 +0200 Pradeep Jagadeesh wrote: > On 5/3/2017 8:22 AM, Greg Kurz wrote: > > s/Throttle/throttle > > > > On Tue, 2 May 2017 10:29:43 -0400 > > Pradeep Jagadeesh wrote: > > > >> This patchset introduces a new io throttle structure. This will be > > > > s/patchset/pa

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

2017-05-03 Thread Pradeep Jagadeesh
On 5/3/2017 8:22 AM, Greg Kurz wrote: s/Throttle/throttle On Tue, 2 May 2017 10:29:43 -0400 Pradeep Jagadeesh wrote: This patchset introduces a new io throttle structure. This will be s/patchset/patch OK used in both block and fsdev devices. Signed-off-by: Pradeep Jagadeesh --- Rev

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

2017-05-02 Thread Greg Kurz
s/Throttle/throttle On Tue, 2 May 2017 10:29:43 -0400 Pradeep Jagadeesh wrote: > This patchset introduces a new io throttle structure. This will be s/patchset/patch > used in both block and fsdev devices. > > Signed-off-by: Pradeep Jagadeesh > --- Reviewed-by: Greg Kurz > qapi/block-cor

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

2017-05-02 Thread Eric Blake
On 05/02/2017 09:29 AM, Pradeep Jagadeesh wrote: > 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.j

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

2017-05-02 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