qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC v2 7/8] migration: hmp: migrate_incoming don't need BQ


From: Peter Xu
Subject: [Qemu-devel] [RFC v2 7/8] migration: hmp: migrate_incoming don't need BQL
Date: Wed, 23 Aug 2017 14:51:10 +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]