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

Peter Xu posted 8 patches 8 years, 5 months ago
[Qemu-devel] [RFC v2 7/8] migration: hmp: migrate_incoming don't need BQL
Posted by Peter Xu 8 years, 5 months ago
Allow this command to run without BQL held.

Signed-off-by: Peter Xu <peterx@redhat.com>
---
 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