mbox series

[0/3] migration: some small cleanups

Message ID 20240117075848.139045-1-peterx@redhat.com
Headers show
Series migration: some small cleanups | expand

Message

Peter Xu Jan. 17, 2024, 7:58 a.m. UTC
From: Peter Xu <peterx@redhat.com>

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(-)

Comments

Peter Xu Jan. 20, 2024, 2:36 a.m. UTC | #1
On Wed, Jan 17, 2024 at 03:58:45PM +0800, peterx@redhat.com wrote:
> From: Peter Xu <peterx@redhat.com>
> 
> 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.