From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cakE5-0001rQ-BD for qemu-devel@nongnu.org; Mon, 06 Feb 2017 09:25:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cakE4-0005NR-Cl for qemu-devel@nongnu.org; Mon, 06 Feb 2017 09:25:05 -0500 Received: from mail-ot0-x242.google.com ([2607:f8b0:4003:c0f::242]:33688) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cakE4-0005N7-8h for qemu-devel@nongnu.org; Mon, 06 Feb 2017 09:25:04 -0500 Received: by mail-ot0-x242.google.com with SMTP id f9so10511264otd.0 for ; Mon, 06 Feb 2017 06:25:03 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20170206102019.GC5377@lemon.lan> References: <20170128035929.10168-2-nirsof@gmail.com> <20170206102019.GC5377@lemon.lan> From: Nir Soffer Date: Mon, 6 Feb 2017 16:25:02 +0200 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 2/3] qemu-io: Add regression tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Kevin Wolf , Nir Soffer This was created by mistake with --no-thread and no cover letter, I was confused by the instructions in the wiki, warning not to send multiple patches in the same thread. I already sent v4 and v5 properly. Thanks for the comments, Nir On Mon, Feb 6, 2017 at 12:20 PM, Fam Zheng wrote: > On Sat, 01/28 05:59, Nir Soffer wrote: >> From: Nir Soffer >> >> Add regression tests checking that qemu-io fail with non-zero exit code >> when reading non-existing file or using the wrong format. >> >> Signed-off-by: Nir Soffer > > This message is not correctly threaded as a reply to a v3 cover letter, and it's > hard to review. Please check your git command lines comform to the instructions > in > > http://wiki.qemu-project.org/Contribute/SubmitAPatch#Submitting_your_Patches > > Particularly, --cover-letter and --thread should be used in git-format-email. > > Fam