[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 15/15] Make 'uri' optional for migrate QAPI
From: |
peterx |
Subject: |
[PULL 15/15] Make 'uri' optional for migrate QAPI |
Date: |
Fri, 26 Jan 2024 12:17:25 +0800 |
From: Het Gala <het.gala@nutanix.com>
'uri' argument should be optional, as 'uri' and 'channels'
arguments are mutally exclusive in nature.
Fixes: 074dbce5fcce (migration: New migrate and migrate-incoming argument
'channels')
Signed-off-by: Het Gala <het.gala@nutanix.com>
Link: 20240123064219.40514-1-het.gala@nutanix.com">https://lore.kernel.org/r/20240123064219.40514-1-het.gala@nutanix.com
Signed-off-by: Peter Xu <peterx@redhat.com>
---
qapi/migration.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/migration.json b/qapi/migration.json
index eb2f883513..197d3faa43 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -1757,7 +1757,7 @@
#
##
{ 'command': 'migrate',
- 'data': {'uri': 'str',
+ 'data': {'*uri': 'str',
'*channels': [ 'MigrationChannel' ],
'*blk': { 'type': 'bool', 'features': [ 'deprecated' ] },
'*inc': { 'type': 'bool', 'features': [ 'deprecated' ] },
--
2.43.0
- Re: [PULL 06/15] tests/qtest/migration: Don't use -cpu max for aarch64, (continued)
[PULL 07/15] ci: Add a migration compatibility test job, peterx, 2024/01/25
[PULL 08/15] ci: Disable migration compatibility tests for aarch64, peterx, 2024/01/25
[PULL 09/15] migration/yank: Use channel features, peterx, 2024/01/25
[PULL 10/15] migration: Fix use-after-free of migration state object, peterx, 2024/01/25
[PULL 11/15] migration: Take reference to migration state around bg_migration_vm_start_bh, peterx, 2024/01/25
[PULL 12/15] migration: Reference migration state around loadvm_postcopy_handle_run_bh, peterx, 2024/01/25
[PULL 14/15] migration: Centralize BH creation and dispatch, peterx, 2024/01/25
[PULL 13/15] migration: Add a wrapper to qemu_bh_schedule, peterx, 2024/01/25
[PULL 15/15] Make 'uri' optional for migrate QAPI,
peterx <=
Re: [PULL 00/15] Migration 20240126 patches, Peter Maydell, 2024/01/26