summaryrefslogtreecommitdiff
path: root/stubs/qtest.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-13main-loop: Suppress "I/O thread spun" warnings for qtestPeter Maydell1-0/+14
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>