[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v14 10/14] fixup! migration: New migrate and migrate-incoming
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v14 10/14] fixup! migration: New migrate and migrate-incoming argument 'channels' |
Date: |
Mon, 23 Oct 2023 12:54:33 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Thu, Oct 19, 2023 at 04:23:49PM -0300, Fabiano Rosas wrote:
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
> ---
> qapi/migration.json | 8 ++++++++
> 1 file changed, 8 insertions(+)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
assuming you'll just squash into the previous patch
>
> diff --git a/qapi/migration.json b/qapi/migration.json
> index 85ad5f2601..f51e6663bb 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",
> +# "path": "/tmp/migfile",
> +# "offset": "0x1000" } } ] } }
> +# <- { "return": {} }
> +#
> ##
> { 'command': 'migrate',
> 'data': {'*uri': 'str', '*channels': [ 'MigrationChannel' ],
> --
> 2.35.3
>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress', (continued)
- [PATCH v14 03/14] migration: convert migration 'uri' into 'MigrateAddress', Fabiano Rosas, 2023/10/19
- [PATCH v14 04/14] fixup! migration: convert migration 'uri' into 'MigrateAddress', Fabiano Rosas, 2023/10/19
- [PATCH v14 05/14] migration: convert socket backend to accept MigrateAddress, Fabiano Rosas, 2023/10/19
- [PATCH v14 06/14] migration: convert rdma backend to accept MigrateAddress, Fabiano Rosas, 2023/10/19
- [PATCH v14 07/14] migration: convert exec backend to accept MigrateAddress., Fabiano Rosas, 2023/10/19
- [PATCH v14 08/14] migration: Convert the file backend the new QAPI syntax, Fabiano Rosas, 2023/10/19
- [PATCH v14 09/14] migration: New migrate and migrate-incoming argument 'channels', Fabiano Rosas, 2023/10/19
- [PATCH v14 10/14] fixup! migration: New migrate and migrate-incoming argument 'channels', Fabiano Rosas, 2023/10/19
- Re: [PATCH v14 10/14] fixup! migration: New migrate and migrate-incoming argument 'channels',
Daniel P . Berrangé <=
- [PATCH v14 11/14] migration: modify migration_channels_and_uri_compatible() for new QAPI syntax, Fabiano Rosas, 2023/10/19
- [PATCH v14 12/14] migration: Implement MigrateChannelList to qmp migration flow., Fabiano Rosas, 2023/10/19
- [PATCH v14 13/14] migration: Implement MigrateChannelList to hmp migration flow., Fabiano Rosas, 2023/10/19
- [PATCH v14 14/14] migration: modify test_multifd_tcp_none() to use new QAPI syntax., Fabiano Rosas, 2023/10/19