From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T779b-0002xv-RB for qemu-devel@nongnu.org; Thu, 30 Aug 2012 11:59:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T779R-0006Q8-EK for qemu-devel@nongnu.org; Thu, 30 Aug 2012 11:59:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T779R-0006PZ-6Z for qemu-devel@nongnu.org; Thu, 30 Aug 2012 11:59:25 -0400 Message-ID: <503F8DCD.6070705@redhat.com> Date: Thu, 30 Aug 2012 17:59:09 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1346265585-16676-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> In-Reply-To: <1346265585-16676-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] sheepdog: fix savevm and loadvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: qemu-devel@nongnu.org Am 29.08.2012 20:39, schrieb MORITA Kazutaka: > This patch sets data to be sent to Sheepdog correctly and fixes savevm > and loadvm operations on a Sheepdog image. > > Signed-off-by: MORITA Kazutaka Thanks, applied to the block branch. Kevin