[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V4 10/19] migration: cpr channel
From: |
Markus Armbruster |
Subject: |
Re: [PATCH V4 10/19] migration: cpr channel |
Date: |
Thu, 05 Dec 2024 16:37:27 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Steve Sistare <steven.sistare@oracle.com> writes:
> Add the 'cpr' channel type, and stash the incoming cpr channel for use
> in a subsequent patch.
>
> Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
[...]
> diff --git a/qapi/migration.json b/qapi/migration.json
> index a605dc2..a26960b 100644
> --- a/qapi/migration.json
> +++ b/qapi/migration.json
> @@ -1578,11 +1578,12 @@
> # The migration channel-type request options.
> #
> # @main: Main outbound migration channel.
> +# @cpr: cpr state channel.
What does "cpr" stand for?
> #
> # Since: 8.1
> ##
> { 'enum': 'MigrationChannelType',
> - 'data': [ 'main' ] }
> + 'data': [ 'main', 'cpr' ] }
>
> ##
> # @MigrationChannel:
[...]
- Re: [PATCH V4 02/19] physmem: fd-based shared memory, (continued)
- Re: [PATCH V4 02/19] physmem: fd-based shared memory, Steven Sistare, 2024/12/13
- Re: [PATCH V4 02/19] physmem: fd-based shared memory, Steven Sistare, 2024/12/13
- Re: [PATCH V4 02/19] physmem: fd-based shared memory, Peter Xu, 2024/12/16
- Re: [PATCH V4 02/19] physmem: fd-based shared memory, Steven Sistare, 2024/12/17
- Re: [PATCH V4 02/19] physmem: fd-based shared memory, Peter Xu, 2024/12/17
- Re: [PATCH V4 02/19] physmem: fd-based shared memory, Steven Sistare, 2024/12/18
[PATCH V4 08/19] hostmem-shm: preserve for cpr, Steve Sistare, 2024/12/02
[PATCH V4 12/19] migration: VMSTATE_FD, Steve Sistare, 2024/12/02
[PATCH V4 10/19] migration: cpr channel, Steve Sistare, 2024/12/02
- Re: [PATCH V4 10/19] migration: cpr channel,
Markus Armbruster <=
- Re: [PATCH V4 10/19] migration: cpr channel, Steven Sistare, 2024/12/05
- Re: [PATCH V4 10/19] migration: cpr channel, Markus Armbruster, 2024/12/06
- Re: [PATCH V4 10/19] migration: cpr channel, Steven Sistare, 2024/12/18
- Re: [PATCH V4 10/19] migration: cpr channel, Peter Xu, 2024/12/18
- Re: [PATCH V4 10/19] migration: cpr channel, Steven Sistare, 2024/12/18
[PATCH V4 11/19] migration: SCM_RIGHTS for QEMUFile, Steve Sistare, 2024/12/02
[PATCH V4 16/19] tests/qtest: defer connection, Steve Sistare, 2024/12/02