From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRJMr-0000jK-Pb for qemu-devel@nongnu.org; Mon, 07 May 2012 04:32:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRJMp-00044v-QG for qemu-devel@nongnu.org; Mon, 07 May 2012 04:32:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRJMp-00044o-IG for qemu-devel@nongnu.org; Mon, 07 May 2012 04:32:27 -0400 Message-ID: <4FA78894.5080100@redhat.com> Date: Mon, 07 May 2012 10:32:20 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1336188532-28038-1-git-send-email-zwu.kernel@gmail.com> In-Reply-To: <1336188532-28038-1-git-send-email-zwu.kernel@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] block: make bdrv_create adopt coroutine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zwu.kernel@gmail.com Cc: Zhi Yong Wu , marcandre.lureau@gmail.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 05.05.2012 05:28, schrieb zwu.kernel@gmail.com: > From: Zhi Yong Wu > > Signed-off-by: Zhi Yong Wu > --- > block.c | 48 +++++++++++++++++++++++++++++++++++++++++++++++- > 1 files changed, 47 insertions(+), 1 deletions(-) What's this? A version 2 of half the patch series, with the implicit assumption that I should take patch 2 from version 1? You should resend the whole series, you should ensure proper email threading, and you should include a v2 in the subject line (git format-patch --subject-prefix="PATCH v2"). Your commit messages are lacking, too. I have no idea _why_ you are making the change. In short: Please read http://wiki.qemu.org/Contribute/SubmitAPatch once again and be sure to follow its advices. Kevin