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 <gabr...@kerneis.info> > --- > 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