Re: [PATCH v2 1/3] migration/multifd: move macros to multifd header

2024-12-09 Thread Fabiano Rosas
Prasad Pandit writes: > From: Prasad Pandit > > Move MULTIFD_ macros to the header file so that > they are accessible from other source files. > > Signed-off-by: Prasad Pandit Reviewed-by: Fabiano Rosas

[PATCH v2 1/3] migration/multifd: move macros to multifd header

2024-11-29 Thread Prasad Pandit
From: Prasad Pandit Move MULTIFD_ macros to the header file so that they are accessible from other source files. Signed-off-by: Prasad Pandit --- migration/multifd.c | 5 - migration/multifd.h | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/migration/multifd.c b/m