From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djhOJ-0001WS-Bz for qemu-devel@nongnu.org; Mon, 21 Aug 2017 03:44:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djhOI-0005FB-0s for qemu-devel@nongnu.org; Mon, 21 Aug 2017 03:44:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50426) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djhOH-0005En-R9 for qemu-devel@nongnu.org; Mon, 21 Aug 2017 03:44:53 -0400 From: Peter Xu Date: Mon, 21 Aug 2017 15:44:24 +0800 Message-Id: <1503301464-27886-7-git-send-email-peterx@redhat.com> In-Reply-To: <1503301464-27886-1-git-send-email-peterx@redhat.com> References: <1503301464-27886-1-git-send-email-peterx@redhat.com> Subject: [Qemu-devel] [RFC 6/6] migration: hmp: migrate_incoming don't need BQL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Juan Quintela , mdroth@linux.vnet.ibm.com, peterx@redhat.com, Eric Blake , Laurent Vivier , Markus Armbruster , "Dr . David Alan Gilbert" Allow this command to run without BQL held. Signed-off-by: Peter Xu --- 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