Re: [PATCH V4 09/19] migration: incoming channel

2024-12-11 Thread Steven Sistare
On 12/9/2024 7:12 AM, Markus Armbruster wrote: Steven Sistare writes: On 12/5/2024 10:23 AM, Markus Armbruster wrote: Steve Sistare writes: Extend the -incoming option to allow an @MigrationChannel to be specified. This allows channels other than 'main' to be described on the command line,

Re: [PATCH V4 09/19] migration: incoming channel

2024-12-11 Thread Markus Armbruster
Markus Armbruster writes: > Steven Sistare writes: > >> On 12/5/2024 10:23 AM, Markus Armbruster wrote: >>> Steve Sistare writes: >>> Extend the -incoming option to allow an @MigrationChannel to be specified. This allows channels other than 'main' to be described on the command

Re: [PATCH V4 09/19] migration: incoming channel

2024-12-10 Thread Markus Armbruster
Markus Armbruster writes: > Steve Sistare writes: > >> Extend the -incoming option to allow an @MigrationChannel to be specified. >> This allows channels other than 'main' to be described on the command >> line, which will be needed for CPR. >> >> Signed-off-by: Steve Sistare [...] >> diff --

Re: [PATCH V4 09/19] migration: incoming channel

2024-12-09 Thread Peter Xu
On Mon, Dec 09, 2024 at 01:12:25PM +0100, Markus Armbruster wrote: > >>> @@ -2730,7 +2761,7 @@ void qmp_x_exit_preconfig(Error **errp) > >>> if (incoming) { > >>> Error *local_err = NULL; > >>> if (strcmp(incoming, "defer") != 0) { > >>> -qmp_migrate_incoming(i

Re: [PATCH V4 09/19] migration: incoming channel

2024-12-09 Thread Markus Armbruster
Steven Sistare writes: > On 12/5/2024 10:23 AM, Markus Armbruster wrote: >> Steve Sistare writes: >> >>> Extend the -incoming option to allow an @MigrationChannel to be specified. >>> This allows channels other than 'main' to be described on the command >>> line, which will be needed for CPR. >

Re: [PATCH V4 09/19] migration: incoming channel

2024-12-05 Thread Steven Sistare
On 12/5/2024 10:23 AM, Markus Armbruster wrote: Steve Sistare writes: Extend the -incoming option to allow an @MigrationChannel to be specified. This allows channels other than 'main' to be described on the command line, which will be needed for CPR. Signed-off-by: Steve Sistare [...] di

Re: [PATCH V4 09/19] migration: incoming channel

2024-12-05 Thread Markus Armbruster
Steve Sistare writes: > Extend the -incoming option to allow an @MigrationChannel to be specified. > This allows channels other than 'main' to be described on the command > line, which will be needed for CPR. > > Signed-off-by: Steve Sistare [...] > diff --git a/qemu-options.hx b/qemu-options.

[PATCH V4 09/19] migration: incoming channel

2024-12-02 Thread Steve Sistare
Extend the -incoming option to allow an @MigrationChannel to be specified. This allows channels other than 'main' to be described on the command line, which will be needed for CPR. Signed-off-by: Steve Sistare --- include/migration/misc.h | 2 ++ migration/migration.c| 18 ++