Re: [Qemu-devel] [PATCH 2/2 v15] throttle: factor out duplicate code

2017-02-03 Thread Pradeep Jagadeesh
On 2/3/2017 11:38 AM, Alberto Garcia wrote: On Fri 03 Feb 2017 11:04:58 AM CET, Pradeep Jagadeesh wrote: This patch removes the redundant throttle code that was present in block and fsdev device files. Now the common code is moved to a single file. Here it says that this patch moves common co

Re: [Qemu-devel] [PATCH 2/2 v15] throttle: factor out duplicate code

2017-02-03 Thread Alberto Garcia
On Fri 03 Feb 2017 11:04:58 AM CET, Pradeep Jagadeesh wrote: > This patch removes the redundant throttle code that was present in > block and fsdev device files. Now the common code is moved to a single > file. Here it says that this patch moves common code to a separate file, however: > diff --

[Qemu-devel] [PATCH 2/2 v15] throttle: factor out duplicate code

2017-02-03 Thread Pradeep Jagadeesh
This patch removes the redundant throttle code that was present in block and fsdev device files. Now the common code is moved to a single file. Signed-off-by: Pradeep Jagadeesh https://lists.gnu.org/archive/html/qemu-devel/2017-01/msg04637.html --- blockdev.c | 81 ++---