qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Make 'uri' optional for migrate QAPI
@ 2024-01-23  6:42 Het Gala
  2024-01-23  6:47 ` Het Gala
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Het Gala @ 2024-01-23  6:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: peterx, berrange, farosas, armbru, Het Gala

'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>
---
 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.22.3



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-01-30  6:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-23  6:42 [PATCH] Make 'uri' optional for migrate QAPI Het Gala
2024-01-23  6:47 ` Het Gala
2024-01-23  8:21 ` Daniel P. Berrangé
2024-01-24  1:43   ` Peter Xu
2024-01-24  4:33     ` Het Gala
2024-01-26 14:10       ` Het Gala
2024-01-26 14:30         ` Daniel P. Berrangé
2024-01-29 20:30 ` Michael Tokarev
2024-01-29 20:56   ` Fabiano Rosas
2024-01-30  1:35   ` Peter Xu
2024-01-30  6:45     ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).