From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43524 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pio3A-0007VL-5K for qemu-devel@nongnu.org; Fri, 28 Jan 2011 08:07:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pio38-0002XT-Sw for qemu-devel@nongnu.org; Fri, 28 Jan 2011 08:07:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pio38-0002XE-M5 for qemu-devel@nongnu.org; Fri, 28 Jan 2011 08:07:38 -0500 Message-ID: <4D42BFE6.9080902@redhat.com> Date: Fri, 28 Jan 2011 14:08:54 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1296145990-1055-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> In-Reply-To: <1296145990-1055-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] sheepdog: support creating images on remote hosts List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, kvm@vger.kernel.org Am 27.01.2011 17:33, schrieb MORITA Kazutaka: > This patch parses the input filename in sd_create(), and enables us > specifying a target server to create sheepdog images. > > Signed-off-by: MORITA Kazutaka Thanks, applied to the block branch. Kevin