From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjPYW-0005I2-M2 for qemu-devel@nongnu.org; Thu, 21 Nov 2013 03:24:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjPYR-0006bh-HN for qemu-devel@nongnu.org; Thu, 21 Nov 2013 03:24:08 -0500 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:58158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjPYR-0006bZ-AJ for qemu-devel@nongnu.org; Thu, 21 Nov 2013 03:24:03 -0500 Received: by mail-we0-f173.google.com with SMTP id t61so3674079wes.32 for ; Thu, 21 Nov 2013 00:24:02 -0800 (PST) Date: Thu, 21 Nov 2013 09:23:59 +0100 From: Stefan Hajnoczi Message-ID: <20131121082359.GA27039@stefanha-thinkpad.redhat.com> References: <1383836198-17235-1-git-send-email-namei.unix@gmail.com> <20131118055850.GL6981@ubuntu-precise> <20131120172253.GB23252@ubuntu-precise> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131120172253.GB23252@ubuntu-precise> Subject: Re: [Qemu-devel] [PATCH v6 RESENT 0/2] sheepdog: add user-defined redundancy option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Yuan Cc: Kevin Wolf , sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, Stefan Hajnoczi On Thu, Nov 21, 2013 at 01:22:53AM +0800, Liu Yuan wrote: > On Mon, Nov 18, 2013 at 01:58:50PM +0800, Liu Yuan wrote: > > On Thu, Nov 07, 2013 at 10:56:36PM +0800, Liu Yuan wrote: > > > v6: > > > - update comment typo > > > - remove is_number() > > > > Anyone pick this set up? > > Ping again. Without this two patches, qemu-img can't create|convert erasure coded > images for sheepdog. I hope this two can go with release of v1.7 if possible. QEMU entered "hard freeze" on 6th of November: http://qemu-project.org/Planning/1.7 This means only bug fixes should be merged. Right now we're up to the final -rc and the QEMU 1.7 release is scheduled for 22nd of November (tomorrow). The best I can do is review and apply it to the block-next branch for qemu.git merge once QEMU 1.8 development begins next week. Stefan