From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLVuT-0000Hf-8Q for qemu-devel@nongnu.org; Wed, 11 Feb 2015 06:56:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLVuQ-0008QX-0y for qemu-devel@nongnu.org; Wed, 11 Feb 2015 06:56:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLVuP-0008QJ-Ly for qemu-devel@nongnu.org; Wed, 11 Feb 2015 06:56:45 -0500 From: Juan Quintela In-Reply-To: <1418393696-19858-1-git-send-email-alex@alex.org.uk> (Alex Bligh's message of "Fri, 12 Dec 2014 14:14:56 +0000") References: <1418393696-19858-1-git-send-email-alex@alex.org.uk> Date: Wed, 11 Feb 2015 12:56:32 +0100 Message-ID: <878ug4acgf.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] Add 'setup' phase to docs for query-migrate QMP command Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: qemu-devel@nongnu.org Alex Bligh wrote: > The QMP command 'query-migrate' returns the state 'setup' during > the setup phase. This patch documents it. > > Signed-off-by: Alex Bligh Reviewed-by: Juan Quintela