Re: [PATCH v11 1/3] migration: write zero pages when postcopy enabled

2025-05-12 Thread Fabiano Rosas
Prasad Pandit writes: > From: Prasad Pandit > > During multifd migration, zero pages are written if > they are migrated more than once. > > This may result in a migration thread hang issue when > multifd and postcopy are enabled together. > > When postcopy is enabled, always write zero pages as

[PATCH v11 1/3] migration: write zero pages when postcopy enabled

2025-05-12 Thread Prasad Pandit
From: Prasad Pandit During multifd migration, zero pages are written if they are migrated more than once. This may result in a migration thread hang issue when multifd and postcopy are enabled together. When postcopy is enabled, always write zero pages as and when they are migrated. Signed-off