Re: [Qemu-devel] [PATCH 2/2] coroutine: trim down nesting level in perf_nesting test

2013-02-20 Thread Stefan Hajnoczi
On Tue, Feb 19, 2013 at 11:59:10AM +0100, Paolo Bonzini wrote: > 2 nested coroutines require 20 GB of virtual address space. > Only nest 1000 of them so that the test (only enabled with > "-m perf" on the command line) runs on 32-bit machines too. > > Cc: qemu-sta...@nongnu.org > Signed-off-by

[Qemu-devel] [PATCH 2/2] coroutine: trim down nesting level in perf_nesting test

2013-02-19 Thread Paolo Bonzini
2 nested coroutines require 20 GB of virtual address space. Only nest 1000 of them so that the test (only enabled with "-m perf" on the command line) runs on 32-bit machines too. Cc: qemu-sta...@nongnu.org Signed-off-by: Paolo Bonzini --- tests/test-coroutine.c | 2 +- 1 file changed, 1 inse