On Wed, Feb 19, 2025 at 22:27:09 +0530, Harikumar Rajkumar wrote:
> From: Chun Feng Wu <danielw...@163.com>
> 
> This change contains QMP requests for ThrottleGroup
> 
> * ThrottleGroup is updated through "qemuMonitorJSONUpdateThrottleGroup"
> * ThrottleGroup is retrieved through "qemuMonitorJSONGetThrottleGroup"
> * ThrottleGroup is deleted by reusing "qemuMonitorDelObject"
> * ThrottleGroup is added by reusing "qemuMonitorAddObject"
> * "qemuMonitorMakeThrottleGroupLimits" will be used by building qemu cmd as 
> well
> 
> Signed-off-by: Chun Feng Wu <danielw...@163.com>
> 
> * change throttle group config conversions P to U allow zero.
> * Apply suggested coding style changes.
> 
> Signed-off-by: Harikumar Rajkumar <harirajkumar...@gmail.com>
> ---
>  src/qemu/qemu_monitor.c      |  34 +++++++++
>  src/qemu/qemu_monitor.h      |  14 ++++
>  src/qemu/qemu_monitor_json.c | 129 +++++++++++++++++++++++++++++++++++
>  src/qemu/qemu_monitor_json.h |  14 ++++
>  4 files changed, 191 insertions(+)

Reviewed-by: Peter Krempa <pkre...@redhat.com>

Reply via email to