Re: [Qemu-devel] [PATCH v10 3/6] throttle: move out function to reuse the code

2017-09-08 Thread Greg Kurz
On Mon, 4 Sep 2017 12:07:44 -0400 Pradeep Jagadeesh wrote: > This patch move out the throttle code to util/throttle.c to maximize > the reusability of the code.The same code is also used by fsdev. s/.The same code is also used by fsdev/. The same code will also be used by fsdev/ > Signed-off-

[Qemu-devel] [PATCH v10 3/6] throttle: move out function to reuse the code

2017-09-04 Thread Pradeep Jagadeesh
This patch move out the throttle code to util/throttle.c to maximize the reusability of the code.The same code is also used by fsdev. Signed-off-by: Pradeep Jagadeesh Reviewed-by: Alberto Garcia --- blockdev.c | 53 +++- include/qemu/throttle