[PATCH 0/3] migration: some small cleanups

2024-01-16 Thread peterx
From: Peter Xu 

I found three tiny little patches lying around probably for a long time,
sending it out before deleting the branch.  Review welcomed, thanks.

Peter Xu (3):
  migration: Make threshold_size an uint64_t
  migration: Drop unnecessary check in ram's pending_exact()
  analyze-migration.py: Remove trick on parsing ramblocks

 migration/migration.h|  2 +-
 migration/ram.c  |  9 -
 scripts/analyze-migration.py | 11 +++
 3 files changed, 8 insertions(+), 14 deletions(-)

-- 
2.43.0




Re: [PATCH 0/3] migration: some small cleanups

2024-01-19 Thread Peter Xu
On Wed, Jan 17, 2024 at 03:58:45PM +0800, pet...@redhat.com wrote:
> From: Peter Xu 
> 
> I found three tiny little patches lying around probably for a long time,
> sending it out before deleting the branch.  Review welcomed, thanks.
> 
> Peter Xu (3):
>   migration: Make threshold_size an uint64_t
>   migration: Drop unnecessary check in ram's pending_exact()
>   analyze-migration.py: Remove trick on parsing ramblocks
> 
>  migration/migration.h|  2 +-
>  migration/ram.c  |  9 -
>  scripts/analyze-migration.py | 11 +++
>  3 files changed, 8 insertions(+), 14 deletions(-)

queued.

-- 
Peter Xu