From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cejON-0001J3-HS for qemu-devel@nongnu.org; Fri, 17 Feb 2017 09:20:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cejOM-00025q-Jq for qemu-devel@nongnu.org; Fri, 17 Feb 2017 09:20:11 -0500 MIME-Version: 1.0 In-Reply-To: <20170217091435.GB5338@noname.redhat.com> References: <20170217005127.21010-1-nirsof@gmail.com> <20170217005127.21010-2-nirsof@gmail.com> <20170217091435.GB5338@noname.redhat.com> From: Nir Soffer Date: Fri, 17 Feb 2017 16:20:09 +0200 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 1/3] qemu-img: Add tests for raw image preallocation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org On Fri, Feb 17, 2017 at 11:14 AM, Kevin Wolf wrote: > Am 17.02.2017 um 01:51 hat Nir Soffer geschrieben: >> Add tests for creating raw image with and without the preallocation >> option. >> >> Signed-off-by: Nir Soffer > > Looks good, but 175 is already (multiply) taken. Not making this a > blocker, but I just want to remind everyone to check the mailing list > for pending patches which add new tests before using a new number in > order to avoid unnecessary rebases for everyone. In general, it's as > easy as searching for the string "175.out" in the mailbox. > > The next free one seems to be 177 currently. Thanks, will change to 177 in the next version. For next patches, what do you mean by "pending"? patches sent to the block mailing list? Nir