Re: [PATCH v2 7/8] migration/rdma: Remove redundant migration_in_postcopy checks

2025-02-25 Thread Peter Xu
On Tue, Feb 25, 2025 at 06:21:20AM +, Zhijian Li (Fujitsu) wrote: > > > On 25/02/2025 04:00, Peter Xu wrote: > > On Fri, Feb 21, 2025 at 02:36:11PM +0800, Li Zhijian wrote: > >> Since we have disabled RDMA + postcopy, it's safe to remove > >> the migration_in_postcopy() that follows the migr

Re: [PATCH v2 7/8] migration/rdma: Remove redundant migration_in_postcopy checks

2025-02-24 Thread Zhijian Li (Fujitsu)
On 25/02/2025 04:00, Peter Xu wrote: > On Fri, Feb 21, 2025 at 02:36:11PM +0800, Li Zhijian wrote: >> Since we have disabled RDMA + postcopy, it's safe to remove >> the migration_in_postcopy() that follows the migration_rdma(). >> >> Signed-off-by: Li Zhijian >> --- >> migration/ram.c | 2 +-

Re: [PATCH v2 7/8] migration/rdma: Remove redundant migration_in_postcopy checks

2025-02-24 Thread Peter Xu
On Fri, Feb 21, 2025 at 02:36:11PM +0800, Li Zhijian wrote: > Since we have disabled RDMA + postcopy, it's safe to remove > the migration_in_postcopy() that follows the migration_rdma(). > > Signed-off-by: Li Zhijian > --- > migration/ram.c | 2 +- > migration/rdma.c | 5 +++-- > 2 files chang

[PATCH v2 7/8] migration/rdma: Remove redundant migration_in_postcopy checks

2025-02-20 Thread Li Zhijian via
Since we have disabled RDMA + postcopy, it's safe to remove the migration_in_postcopy() that follows the migration_rdma(). Signed-off-by: Li Zhijian --- migration/ram.c | 2 +- migration/rdma.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/migration/ram.c b/migratio