Re: [Qemu-devel] [PATCH] Test coroutine execution order (v2)

2013-08-08 Thread Kevin Wolf
Am 08.08.2013 um 11:48 hat Charlie Shepherd geschrieben: > Ah sorry I forgot it should go in the square brackets. Did you want > me to resend it with the correct title? Not necessary, I've fixed it up. Just remember it for your next series. Thanks, applied to block-next (for 1.7) Kevin

Re: [Qemu-devel] [PATCH] Test coroutine execution order (v2)

2013-08-08 Thread Charlie Shepherd
On 08/08/2013 09:28, Stefan Hajnoczi wrote: On Thu, Aug 08, 2013 at 03:23:14AM +0100, Charlie Shepherd wrote: This patch's commit message will say "Test coroutine execution order (v2)" when applied. In the future please put the "v2" into the [PATCH ...] tag list instead so it gets stripped autom

Re: [Qemu-devel] [PATCH] Test coroutine execution order (v2)

2013-08-08 Thread Stefan Hajnoczi
On Thu, Aug 08, 2013 at 03:23:14AM +0100, Charlie Shepherd wrote: This patch's commit message will say "Test coroutine execution order (v2)" when applied. In the future please put the "v2" into the [PATCH ...] tag list instead so it gets stripped automatically when the patch is applied. With git-

Re: [Qemu-devel] [PATCH] Test coroutine execution order

2013-08-06 Thread Kevin Wolf
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 chang

[Qemu-devel] [PATCH] Test coroutine execution order

2013-08-05 Thread Charlie Shepherd
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(+) diff --git a/tests/test-coroutine.c b/tests/test-c