qemu-devel
[Top][All Lists]
Advanced

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

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


From: Peter Xu
Subject: [Qemu-devel] [RFC v2 19/22] qmp: let migrate-incoming allow out-of-band
Date: Fri, 29 Sep 2017 11:38:41 +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 f8b365e3f5..2accc2899e 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -1017,7 +1017,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]