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