Re: [PATCH] cpu-throttle: Remove timer_mod() from cpu_throttle_set()

2021-02-02 Thread Utkarsh Tripathi
PING From: Utkarsh Tripathi Date: Thursday, 31 December 2020 at 6:43 PM To: qemu-devel@nongnu.org Cc: Utkarsh Tripathi , Paolo Bonzini Subject: [PATCH] cpu-throttle: Remove timer_mod() from cpu_throttle_set() During migrations, after each iteration, cpu_throttle_set() is called, which

[PATCH] cpu-throttle: Remove timer_mod() from cpu_throttle_set()

2020-12-31 Thread Utkarsh Tripathi
: Network Bandwidth - 500MBPS cpu-throttle-initial - 99 Results: With timer_mod(): fails to converge, continues indefinitely Without timer_mod(): converges in 249 sec Signed-off-by: Utkarsh Tripathi --- softmmu/cpu-throttle.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff