Home
last modified time | relevance | path

Searched hist:"01 c22f2c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/stubs/
H A Dqtest.c01c22f2c Thu Mar 13 09:17:29 CDT 2014 Peter Maydell <peter.maydell@linaro.org> main-loop: Suppress "I/O thread spun" warnings for qtest

When running under qtest we don't actually have any vcpu threads
to be starved, so the warning about the I/O thread spinning isn't
relevant, and the way qtest manipulates the simulated clock means
the warning is produced a lot as a false positive. Suppress it if
qtest_enabled(), so 'make check' output is less noisy.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>