From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQqkq-0005RD-9p for qemu-devel@nongnu.org; Sun, 29 May 2011 20:54:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQqkp-0006pl-Bm for qemu-devel@nongnu.org; Sun, 29 May 2011 20:54:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQqkp-0006pb-1a for qemu-devel@nongnu.org; Sun, 29 May 2011 20:54:47 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4U0sjST016378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 29 May 2011 20:54:45 -0400 Message-ID: <4DE2EA86.10603@redhat.com> Date: Mon, 30 May 2011 09:53:26 +0900 From: Jes Sorensen MIME-Version: 1.0 References: <20110523213115.164535428@amt.cnet> <20110523213410.673809978@amt.cnet> In-Reply-To: <20110523213410.673809978@amt.cnet> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [patch 1/7] add migration_active function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: kwolf@redhat.com, dlaor@redhat.com, qemu-devel@nongnu.org, avi@redhat.com On 05/24/11 06:31, Marcelo Tosatti wrote: > To query whether migration is active. > > Signed-off-by: Marcelo Tosatti ACK Jes