Re: [PATCH v2 2/3] migration: HMP: Fix postcopy latency distribution label

2025-07-17 Thread Philippe Mathieu-Daudé
On 16/7/25 20:26, Fabiano Rosas wrote: Fix the loop condition to avoid having a label with "1000 us" instead of "1 ms". Reported-by: Prasad Pandit Signed-off-by: Fabiano Rosas --- migration/migration-hmp-cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Good catch. Reviewed-by

[PATCH v2 2/3] migration: HMP: Fix postcopy latency distribution label

2025-07-16 Thread Fabiano Rosas
Fix the loop condition to avoid having a label with "1000 us" instead of "1 ms". Reported-by: Prasad Pandit Signed-off-by: Fabiano Rosas --- migration/migration-hmp-cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/migration-hmp-cmds.c b/migration/migration-hm