[Qemu-devel] [PATCH v8 4/6] hmp: create a throttle initialization function for code reusability

2017-08-29 Thread Pradeep Jagadeesh
This patch creates a throttle initialization function to maximize the code reusability. The same code is also used by fsdev. Acked-by: Dr. David Alan Gilbert Signed-off-by: Pradeep Jagadeesh --- hmp.c | 19 +-- 1 file changed,

Re: [Qemu-devel] [PATCH V8 4/6] hmp: create a throttle initialization function for code reusability

2017-08-29 Thread Alberto Garcia
On Mon 07 Aug 2017 02:37:36 PM CEST, Pradeep Jagadeesh wrote: > This patch creates a throttle initialization function to maximize the > code reusability. The same code is also used by fsdev. > > Acked-by: Dr. David Alan Gilbert > Signed-off-by: Pradeep Jagadeesh

[Qemu-devel] [PATCH V8 4/6] hmp: create a throttle initialization function for code reusability

2017-08-07 Thread Pradeep Jagadeesh
This patch creates a throttle initialization function to maximize the code reusability. The same code is also used by fsdev. Acked-by: Dr. David Alan Gilbert Signed-off-by: Pradeep Jagadeesh --- hmp.c | 19 +-- 1 file changed,