From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5uCo-00007p-S0 for qemu-devel@nongnu.org; Wed, 22 Jan 2014 04:34:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5uCg-0006ru-9O for qemu-devel@nongnu.org; Wed, 22 Jan 2014 04:34:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5uCg-0006ra-28 for qemu-devel@nongnu.org; Wed, 22 Jan 2014 04:34:34 -0500 Date: Wed, 22 Jan 2014 10:34:19 +0100 From: Kevin Wolf Message-ID: <20140122093419.GA10065@dhcp-200-207.str.redhat.com> References: <1390324451-14747-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390324451-14747-1-git-send-email-namei.unix@gmail.com> Subject: Re: [Qemu-devel] [PATCH] sheepdog: fix 'qemu-img map' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Yuan Cc: sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, Stefan Hajnoczi Am 21.01.2014 um 18:14 hat Liu Yuan geschrieben: > It was muted in the previous commit 4bc74be9. Let's revive it since nothing > prevents us to do it. > > With this patch, following command will work as other formats: > > $ qemu-img map sheepdog:image > > Cc: qemu-devel@nongnu.org > Cc: Kevin Wolf > Cc: Stefan Hajnoczi > Signed-off-by: Liu Yuan Thanks, applied to the block branch. Kevin