From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMcJN-0001TY-8p for qemu-devel@nongnu.org; Thu, 19 Sep 2013 07:22:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMcJA-0000p0-9v for qemu-devel@nongnu.org; Thu, 19 Sep 2013 07:22:17 -0400 Received: from mail-ee0-x22e.google.com ([2a00:1450:4013:c00::22e]:44567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMcJA-0000nR-2g for qemu-devel@nongnu.org; Thu, 19 Sep 2013 07:22:04 -0400 Received: by mail-ee0-f46.google.com with SMTP id c13so4062133eek.19 for ; Thu, 19 Sep 2013 04:22:03 -0700 (PDT) Date: Thu, 19 Sep 2013 13:21:55 +0200 From: Stefan Hajnoczi Message-ID: <20130919112155.GF22814@stefanha-thinkpad.redhat.com> References: <1379435208-24230-1-git-send-email-gabriel@kerneis.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1379435208-24230-1-git-send-email-gabriel@kerneis.info> Subject: Re: [Qemu-devel] [PATCH] Fix /perf/nesting coroutine 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 06:26:48PM +0200, Gabriel Kerneis wrote: > The /perf/nesting benchmark is broken because the counters are > not reset after each iteration. Therefore, nesting is done only > on the first iteration, and skipped on every other. > > This patch fixes the issue, and reduces the number of iterations > to make it possible to run the benchmark in a reasonable amount of > time. > > Signed-off-by: Gabriel Kerneis > --- > tests/test-coroutine.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan