Re: [PATCH v5 1/5] migration/multifd: move macros to multifd header

2025-02-06 Thread Peter Xu
On Wed, Feb 05, 2025 at 05:57:08PM +0530, Prasad Pandit wrote: > From: Prasad Pandit > > Move MULTIFD_ macros to the header file so that > they are accessible from other source files. > > Reviewed-by: Fabiano Rosas > Signed-off-by: Prasad Pandit Reviewed-by: Peter Xu -- Peter Xu

[PATCH v5 1/5] migration/multifd: move macros to multifd header

2025-02-05 Thread Prasad Pandit
From: Prasad Pandit Move MULTIFD_ macros to the header file so that they are accessible from other source files. Reviewed-by: Fabiano Rosas Signed-off-by: Prasad Pandit --- migration/multifd.c | 5 - migration/multifd.h | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) v4: no c