qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qemu_coroutine_yield benchmark


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] qemu_coroutine_yield benchmark
Date: Thu, 19 Sep 2013 13:19:01 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Sep 17, 2013 at 05:09:39PM +0200, Gabriel Kerneis wrote:
> Current coroutine performance benchmarks test only coroutine creation,
> either directly or in a nested way. This patch adds a benchmark to
> evaluate the performance of qemu_coroutine_yield.
> 
> Signed-off-by: Gabriel Kerneis <address@hidden>
> ---
>  tests/test-coroutine.c | 33 +++++++++++++++++++++++++++++++++
>  1 file changed, 33 insertions(+)

scripts/checkpatch.pl picked up on the while( syntax.  I added the space
when merging the patch.  Please run checkpatch.pl in the future.  The
easiest way is to enable it as a git-hook:
http://blog.vmsplice.net/2011/03/how-to-automatically-run-checkpatchpl.html

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]