[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v14 00/14] migration: Modify 'migrate' and 'migrate-incoming' QAP
|
From: |
Fabiano Rosas |
|
Subject: |
[PATCH v14 00/14] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration |
|
Date: |
Thu, 19 Oct 2023 16:23:39 -0300 |
Hi,
I had to make this a new version because the file: tests are already
merged and Het's patches break them unless we also convert the file
transport to the new API.
I did the conversion and added separate patches as fixups so we can
review my additions separately.
Het's series untouched aside from conflict resolution.
CI run: https://gitlab.com/farosas/qemu/-/pipelines/1043006299
v13 by Het Gala:
20231012151052.154106-1-het.gala@nutanix.com">https://lore.kernel.org/r/20231012151052.154106-1-het.gala@nutanix.com
Fabiano Rosas (4):
fixup! migration: New QAPI type 'MigrateAddress'
fixup! migration: convert migration 'uri' into 'MigrateAddress'
migration: Convert the file backend the new QAPI syntax
fixup! migration: New migrate and migrate-incoming argument 'channels'
Het Gala (10):
migration: New QAPI type 'MigrateAddress'
migration: convert migration 'uri' into 'MigrateAddress'
migration: convert socket backend to accept MigrateAddress
migration: convert rdma backend to accept MigrateAddress
migration: convert exec backend to accept MigrateAddress.
migration: New migrate and migrate-incoming argument 'channels'
migration: modify migration_channels_and_uri_compatible() for new QAPI
syntax
migration: Implement MigrateChannelList to qmp migration flow.
migration: Implement MigrateChannelList to hmp migration flow.
migration: modify test_multifd_tcp_none() to use new QAPI syntax.
migration/exec.c | 74 ++++++++----
migration/exec.h | 8 +-
migration/file.c | 24 ++--
migration/file.h | 10 +-
migration/migration-hmp-cmds.c | 27 ++++-
migration/migration.c | 203 ++++++++++++++++++++++++++-------
migration/migration.h | 3 +-
migration/rdma.c | 33 ++----
migration/rdma.h | 6 +-
migration/socket.c | 39 ++-----
migration/socket.h | 7 +-
qapi/migration.json | 174 +++++++++++++++++++++++++++-
system/vl.c | 2 +-
tests/qtest/migration-test.c | 7 +-
14 files changed, 467 insertions(+), 150 deletions(-)
--
2.35.3
- [PATCH v14 00/14] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration,
Fabiano Rosas <=
- [PATCH v14 01/14] migration: New QAPI type 'MigrateAddress', Fabiano Rosas, 2023/10/19
- [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress', Fabiano Rosas, 2023/10/19
- Re: [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress', Markus Armbruster, 2023/10/20
- Re: [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress', Fabiano Rosas, 2023/10/20
- Re: [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress', Markus Armbruster, 2023/10/20
- Re: [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress', Daniel P . Berrangé, 2023/10/20
- Should we replace QAPI? (was: [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress'), Markus Armbruster, 2023/10/23
- Re: Should we replace QAPI? (was: [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress'), Daniel P . Berrangé, 2023/10/23
Re: [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress', Daniel P . Berrangé, 2023/10/23
[PATCH v14 03/14] migration: convert migration 'uri' into 'MigrateAddress', Fabiano Rosas, 2023/10/19