qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC v3 22/27] qmp: let migrate-incoming allow out-of-band


From: Peter Xu
Subject: [Qemu-devel] [RFC v3 22/27] qmp: let migrate-incoming allow out-of-band
Date: Mon, 6 Nov 2017 17:46:38 +0800

So it can get rid of being run on main thread.

Signed-off-by: Peter Xu <address@hidden>
---
 qapi/migration.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/qapi/migration.json b/qapi/migration.json
index bbc4671ded..95098072dd 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -1063,7 +1063,8 @@
 # <- { "return": {} }
 #
 ##
-{ 'command': 'migrate-incoming', 'data': {'uri': 'str' } }
+{ 'command': 'migrate-incoming', 'data': {'uri': 'str' },
+  'allow-oob': true }
 
 ##
 # @xen-save-devices-state:
-- 
2.13.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]