Re: [Qemu-devel] [PATCH v5 1/5] throttle: factor out duplicate code

2017-06-29 Thread Pradeep Jagadeesh
On 6/22/2017 4:38 PM, Markus Armbruster wrote: Pradeep Jagadeesh writes: This patch factor out the duplicate throttle code that was present in block and fsdev devices. Signed-off-by: Pradeep Jagadeesh --- blockdev.c | 44 +--- fsdev/qemu-

Re: [Qemu-devel] [PATCH v5 1/5] throttle: factor out duplicate code

2017-06-22 Thread Greg Kurz
On Thu, 22 Jun 2017 16:38:45 +0200 Markus Armbruster wrote: > Pradeep Jagadeesh writes: > > > This patch factor out the duplicate throttle code that was present in > > block and fsdev devices. > > > > Signed-off-by: Pradeep Jagadeesh > > --- > > blockdev.c | 44 +-

Re: [Qemu-devel] [PATCH v5 1/5] throttle: factor out duplicate code

2017-06-22 Thread Markus Armbruster
Pradeep Jagadeesh writes: > This patch factor out the duplicate throttle code that was present in > block and fsdev devices. > > Signed-off-by: Pradeep Jagadeesh > --- > blockdev.c | 44 +--- > fsdev/qemu-fsdev-throttle.c | 43 +--

Re: [Qemu-devel] [PATCH v5 1/5] throttle: factor out duplicate code

2017-06-21 Thread Greg Kurz
On Wed, 21 Jun 2017 14:55:55 +0200 Alberto Garcia wrote: > On Mon 19 Jun 2017 03:11:32 PM CEST, Pradeep Jagadeesh wrote: > > This patch factor out the duplicate throttle code that was present in > > block and fsdev devices. > > > > Signed-off-by: Pradeep Jagadeesh > > Reviewed-by: Alberto Gar

Re: [Qemu-devel] [PATCH v5 1/5] throttle: factor out duplicate code

2017-06-21 Thread Alberto Garcia
On Wed 21 Jun 2017 03:43:09 PM CEST, Greg Kurz wrote: > On Wed, 21 Jun 2017 14:55:55 +0200 > Alberto Garcia wrote: > >> On Mon 19 Jun 2017 03:11:32 PM CEST, Pradeep Jagadeesh wrote: >> > This patch factor out the duplicate throttle code that was present in >> > block and fsdev devices. >> > >> > S

Re: [Qemu-devel] [PATCH v5 1/5] throttle: factor out duplicate code

2017-06-21 Thread Alberto Garcia
On Mon 19 Jun 2017 03:11:32 PM CEST, Pradeep Jagadeesh wrote: > This patch factor out the duplicate throttle code that was present in > block and fsdev devices. > > Signed-off-by: Pradeep Jagadeesh Reviewed-by: Alberto Garcia Berto

Re: [Qemu-devel] [PATCH v5 1/5] throttle: factor out duplicate code

2017-06-20 Thread Greg Kurz
On Mon, 19 Jun 2017 09:11:32 -0400 Pradeep Jagadeesh wrote: > This patch factor out the duplicate throttle code that was present in > block and fsdev devices. > > Signed-off-by: Pradeep Jagadeesh > --- I guess this patch can be applied right away. Cc'ing Markus (maintainer of blockdev.c) >