From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROUgW-0003Iv-Ee for qemu-devel@nongnu.org; Thu, 10 Nov 2011 08:28:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROUgV-0008CC-Aj for qemu-devel@nongnu.org; Thu, 10 Nov 2011 08:28:52 -0500 MIME-Version: 1.0 Sender: donald.open@gmail.com In-Reply-To: <20111110113228.GA12527@stefanha-thinkpad.localdomain> References: <1320913402-8762-1-git-send-email-wdongxu@linux.vnet.ibm.com> <20111110113228.GA12527@stefanha-thinkpad.localdomain> From: Dong Xu Wang Date: Thu, 10 Nov 2011 21:28:09 +0800 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] block:add coroutine_fn marker to coroutine functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-trivial@nongnu.org, Kevin Wolf , qemu-devel@nongnu.org 2011/11/10 Stefan Hajnoczi : > On Thu, Nov 10, 2011 at 04:23:22PM +0800, Dong Xu Wang wrote: >> From: Dong Xu Wang >> >> Looks better when reviewing these source files. >> >> Signed-off-by: Dong Xu Wang >> --- >> =A0block/qcow.c =A0 =A0 | =A0 =A04 ++-- >> =A0block/qcow2.c =A0 =A0| =A0 =A06 +++--- >> =A0block/sheepdog.c | =A0 =A04 ++-- >> =A03 files changed, 7 insertions(+), 7 deletions(-) > > Reviewed-by: Stefan Hajnoczi > > Looks fine but please send all block patches through Kevin, who actively > maintains the block layer. > > Stefan > > Okay. I will next time. :)