Re: [Qemu-devel] [PATCH] main-loop: Suppress I/O thread warning under qtest

2016-11-01 Thread Paolo Bonzini
On 17/10/2016 20:09, Max Reitz wrote: > We do not want to display the "I/O thread spun" warning for test cases > that run under qtest. The first attempt for this (commit > 01c22f2cdd4fcf02276ea10f48253850a5fd7259) tested whether qtest_enabled() > was true. > > Commit 21a24302e85024dd7b2a151158ad

[Qemu-devel] [PATCH] main-loop: Suppress I/O thread warning under qtest

2016-10-17 Thread Max Reitz
We do not want to display the "I/O thread spun" warning for test cases that run under qtest. The first attempt for this (commit 01c22f2cdd4fcf02276ea10f48253850a5fd7259) tested whether qtest_enabled() was true. Commit 21a24302e85024dd7b2a151158adbc1f5dc5c4dd correctly recognized that just testing