Re: [PATCH 3/3] analyze-migration.py: Remove trick on parsing ramblocks

2024-01-19 Thread Fabiano Rosas
pet...@redhat.com writes: > From: Peter Xu > > RAM_SAVE_FLAG_MEM_SIZE contains the total length of ramblock idstr to know > whether scanning of ramblocks is complete. Drop the trick. > > Signed-off-by: Peter Xu Reviewed-by: Fabiano Rosas

[PATCH 3/3] analyze-migration.py: Remove trick on parsing ramblocks

2024-01-16 Thread peterx
From: Peter Xu RAM_SAVE_FLAG_MEM_SIZE contains the total length of ramblock idstr to know whether scanning of ramblocks is complete. Drop the trick. Signed-off-by: Peter Xu --- scripts/analyze-migration.py | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/scripts