Re: [PATCH v3 2/4] migration: Remove "rs" parameter in migration_bitmap_sync_precopy

2024-10-16 Thread Peter Xu
On Wed, Oct 16, 2024 at 03:56:43PM +0800, yong.hu...@smartx.com wrote: > From: Hyman Huang > > The global static variable ram_state in fact is referred to by the > "rs" parameter in migration_bitmap_sync_precopy. For ease of calling > by the callees, use the global variable directly in > migratio

[PATCH v3 2/4] migration: Remove "rs" parameter in migration_bitmap_sync_precopy

2024-10-16 Thread yong . huang
From: Hyman Huang The global static variable ram_state in fact is referred to by the "rs" parameter in migration_bitmap_sync_precopy. For ease of calling by the callees, use the global variable directly in migration_bitmap_sync_precopy and remove "rs" parameter. The migration_bitmap_sync_precopy