Re: [PATCH 2/6] system/dirtylimit: Drop the reduplicative check

2023-10-19 Thread Fabiano Rosas
Hyman Huang writes: > Checking if dirty limit is in service is done by the > dirtylimit_query_all function, drop the reduplicative > check in the qmp_query_vcpu_dirty_limit function. > > Signed-off-by: Hyman Huang Reviewed-by: Fabiano Rosas

[PATCH 2/6] system/dirtylimit: Drop the reduplicative check

2023-10-17 Thread Hyman Huang
Checking if dirty limit is in service is done by the dirtylimit_query_all function, drop the reduplicative check in the qmp_query_vcpu_dirty_limit function. Signed-off-by: Hyman Huang --- system/dirtylimit.c | 4 1 file changed, 4 deletions(-) diff --git a/system/dirtylimit.c b/system/dirt