qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC 6/6] migration: hmp: migrate_incoming don't need BQL


From: Peter Xu
Subject: [Qemu-devel] [RFC 6/6] migration: hmp: migrate_incoming don't need BQL
Date: Mon, 21 Aug 2017 15:44:24 +0800

Allow this command to run without BQL held.

Signed-off-by: Peter Xu <address@hidden>
---
 hmp-commands.hx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hmp-commands.hx b/hmp-commands.hx
index 1941e19..e8d8812 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -968,6 +968,7 @@ ETEXI
         .params     = "uri",
         .help       = "Continue an incoming migration from an -incoming defer",
         .cmd        = hmp_migrate_incoming,
+        .without_bql = true,
     },
 
 STEXI
-- 
2.7.4




reply via email to

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