Re: [PATCH 1/6] migration: Add migration prefix to functions in target.c

2023-08-29 Thread Avihai Horon
On 29/08/2023 17:04, Peter Xu wrote: External email: Use caution opening links or attachments On Mon, Aug 28, 2023 at 06:18:37PM +0300, Avihai Horon wrote: The functions in target.c are not static, yet they don't have a proper migration prefix. Add such prefix. Signed-off-by: Avihai Horon

Re: [PATCH 1/6] migration: Add migration prefix to functions in target.c

2023-08-29 Thread Peter Xu
On Mon, Aug 28, 2023 at 06:18:37PM +0300, Avihai Horon wrote: > The functions in target.c are not static, yet they don't have a proper > migration prefix. Add such prefix. > > Signed-off-by: Avihai Horon No issue on the patch itself, but just noticed that we have hard-coded vfio calls in migrati

Re: [PATCH 1/6] migration: Add migration prefix to functions in target.c

2023-08-29 Thread Cédric Le Goater
On 8/28/23 17:18, Avihai Horon wrote: The functions in target.c are not static, yet they don't have a proper migration prefix. Add such prefix. Reviewed-by: Cédric Le Goater Thanks, C. Signed-off-by: Avihai Horon --- migration/migration.h | 4 ++-- migration/migration.c | 6 +++---

[PATCH 1/6] migration: Add migration prefix to functions in target.c

2023-08-28 Thread Avihai Horon
The functions in target.c are not static, yet they don't have a proper migration prefix. Add such prefix. Signed-off-by: Avihai Horon --- migration/migration.h | 4 ++-- migration/migration.c | 6 +++--- migration/savevm.c| 2 +- migration/target.c| 8 4 files changed, 10 insert