From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRd8n-0004En-Jb for qemu-devel@nongnu.org; Wed, 10 Sep 2014 04:20:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRd8i-00076Q-H7 for qemu-devel@nongnu.org; Wed, 10 Sep 2014 04:20:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRd8i-00076E-9Y for qemu-devel@nongnu.org; Wed, 10 Sep 2014 04:20:32 -0400 Date: Wed, 10 Sep 2014 10:20:21 +0200 From: Kevin Wolf Message-ID: <20140910082021.GA4052@noname.str.redhat.com> References: <1410284330-23325-1-git-send-email-cnanakos@grnet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410284330-23325-1-git-send-email-cnanakos@grnet.gr> Subject: Re: [Qemu-devel] [PATCH v1 1/2] block/archipelago: Implement bdrv_truncate() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chrysostomos Nanakos Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 09.09.2014 um 19:38 hat Chrysostomos Nanakos geschrieben: > Signed-off-by: Chrysostomos Nanakos > --- > block/archipelago.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 61 insertions(+), 2 deletions(-) Thanks, applied all to the block branch. Can you please add a cover letter (the [PATCH 0/n] mail as produced by the --cover-letter option in git format-patch) for your next series? Kevin