Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stubs: Fix warning caused by missing include statement | Stefan Weil | 2015-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Warning from the Sparse static analysis tool: stubs/qtest.c:14:6: warning: symbol 'qtest_allowed' was not declared. Should it be static? Add the missing include statement which declares qtest_allowed. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> | ||||
* | main-loop: Suppress "I/O thread spun" warnings for qtest | Peter Maydell | 2014-03-13 | 1 | -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> |