[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v15 10/14] fixup! migration: New migrate and migrate-incoming
|
From: |
Markus Armbruster |
|
Subject: |
Re: [PATCH v15 10/14] fixup! migration: New migrate and migrate-incoming argument 'channels' |
|
Date: |
Tue, 24 Oct 2023 07:50:56 +0200 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Fabiano Rosas <farosas@suse.de> writes:
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> qapi/migration.json | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/qapi/migration.json b/qapi/migration.json
> index fa9534a661..2cfdae894a 100644
> --- a/qapi/migration.json
> +++ b/qapi/migration.json
> @@ -1666,6 +1666,14 @@
> # "port": "1050" } } ] } }
> # <- { "return": {} }
> #
> +# -> { "execute": "migrate",
> +# "arguments": {
> +# "channels": [ { "channel-type": "main",
> +# "addr": { "transport": "file",
> +# "filename": "/tmp/migfile",
> +# "offset": "0x1000" } } ] } }
> +# <- { "return": {} }
> +#
> ##
> { 'command': 'migrate',
> 'data': {'*uri': 'str', '*channels': [ 'MigrationChannel' ],
Acked-by: Markus Armbruster <armbru@redhat.com>
- Re: [PATCH v15 05/14] migration: convert socket backend to accept MigrateAddress, (continued)
- [PATCH v15 06/14] migration: convert rdma backend to accept MigrateAddress, Fabiano Rosas, 2023/10/23
- [PATCH v15 07/14] migration: convert exec backend to accept MigrateAddress., Fabiano Rosas, 2023/10/23
- [PATCH v15 08/14] migration: Convert the file backend to the new QAPI syntax, Fabiano Rosas, 2023/10/23
- [PATCH v15 09/14] migration: New migrate and migrate-incoming argument 'channels', Fabiano Rosas, 2023/10/23
- [PATCH v15 10/14] fixup! migration: New migrate and migrate-incoming argument 'channels', Fabiano Rosas, 2023/10/23
- [PATCH v15 11/14] migration: modify migration_channels_and_uri_compatible() for new QAPI syntax, Fabiano Rosas, 2023/10/23
- [PATCH v15 12/14] migration: Implement MigrateChannelList to qmp migration flow., Fabiano Rosas, 2023/10/23
- [PATCH v15 13/14] migration: Implement MigrateChannelList to hmp migration flow., Fabiano Rosas, 2023/10/23