Re: [PATCH v4 4/6] migration/rdma: Remove redundant migration_in_postcopy checks

2025-02-26 Thread Peter Xu
On Wed, Feb 26, 2025 at 02:30:41PM +0800, Li Zhijian wrote: > Since we have disabled RDMA + postcopy, it's safe to remove > the migration_in_postcopy() that follows the migrate_rdma(). > > Signed-off-by: Li Zhijian Reviewed-by: Peter Xu -- Peter Xu

[PATCH v4 4/6] migration/rdma: Remove redundant migration_in_postcopy checks

2025-02-25 Thread Li Zhijian via
Since we have disabled RDMA + postcopy, it's safe to remove the migration_in_postcopy() that follows the migrate_rdma(). Signed-off-by: Li Zhijian --- V3: reorder: 7th->4th --- migration/rdma.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/migration/rdma.c b/migrati