Re: [Qemu-devel] [PATCH v6 4/6] hmp: create a throttle initialization function

2017-06-30 Thread Dr. David Alan Gilbert
* Pradeep Jagadeesh (pradeepkiruv...@gmail.com) wrote: > This patch creates a throttle initialization function to maximize the > code reusability. The same code is also used by fsdev. > > Signed-off-by: Pradeep Jagadeesh Acked-by: Dr. David Alan Gilbert

[Qemu-devel] [PATCH v6 4/6] hmp: create a throttle initialization function

2017-06-29 Thread Pradeep Jagadeesh
This patch creates a throttle initialization function to maximize the code reusability. The same code is also used by fsdev. Signed-off-by: Pradeep Jagadeesh --- hmp.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/hmp.c