From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6cwD-0001IK-I8 for qemu-devel@nongnu.org; Tue, 06 Aug 2013 04:48:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6cw3-00037d-Uv for qemu-devel@nongnu.org; Tue, 06 Aug 2013 04:48:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6cw3-00037L-F4 for qemu-devel@nongnu.org; Tue, 06 Aug 2013 04:48:07 -0400 Date: Tue, 6 Aug 2013 10:47:55 +0200 From: Kevin Wolf Message-ID: <20130806084754.GD3117@dhcp-200-207.str.redhat.com> References: <1375729869-10902-1-git-send-email-charlie@ctshepherd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375729869-10902-1-git-send-email-charlie@ctshepherd.com> Subject: Re: [Qemu-devel] [PATCH] Test coroutine execution order List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Charlie Shepherd Cc: pbonzini@redhat.com, gabriel@kerneis.info, qemu-devel@nongnu.org, stefanha@gmail.com Am 05.08.2013 um 21:11 hat Charlie Shepherd geschrieben: > This patch adds a test for coroutine execution order in test-coroutine - this > catches a bug in the CPC coroutine implementation. > > --- > tests/test-coroutine.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 54 insertions(+) This patch doesn't have a Signed-off-by line, so I can't apply it. Looks good otherwise, you can add to v2: Reviewed-by: Kevin Wolf