[PATCH 0/3] migration: some small cleanups

peterx@redhat.com posted 3 patches 10 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240117075848.139045-1-peterx@redhat.com
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
migration/migration.h        |  2 +-
migration/ram.c              |  9 ++++-----
scripts/analyze-migration.py | 11 +++--------
3 files changed, 8 insertions(+), 14 deletions(-)
[PATCH 0/3] migration: some small cleanups
Posted by peterx@redhat.com 10 months, 2 weeks ago
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(-)

-- 
2.43.0
Re: [PATCH 0/3] migration: some small cleanups
Posted by Peter Xu 10 months, 1 week ago
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.

-- 
Peter Xu