From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMcGM-0000U8-8a for qemu-devel@nongnu.org; Thu, 19 Sep 2013 07:19:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMcGH-000898-GX for qemu-devel@nongnu.org; Thu, 19 Sep 2013 07:19:10 -0400 Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:49912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMcGH-000892-8x for qemu-devel@nongnu.org; Thu, 19 Sep 2013 07:19:05 -0400 Received: by mail-ea0-f170.google.com with SMTP id h14so4101270eak.15 for ; Thu, 19 Sep 2013 04:19:04 -0700 (PDT) Date: Thu, 19 Sep 2013 13:19:01 +0200 From: Stefan Hajnoczi Message-ID: <20130919111901.GE22814@stefanha-thinkpad.redhat.com> References: <1379430579-4739-1-git-send-email-gabriel@kerneis.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1379430579-4739-1-git-send-email-gabriel@kerneis.info> Subject: Re: [Qemu-devel] [PATCH] qemu_coroutine_yield benchmark List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gabriel Kerneis Cc: qemu-devel@nongnu.org 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 > --- > 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