diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2014-03-13 14:17:29 +0000 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2014-03-13 21:36:50 +0100 |
commit | 01c22f2cdd4fcf02276ea10f48253850a5fd7259 (patch) | |
tree | cbdb89f66a43670a04f23d3c5976577498332254 /stubs/Makefile.objs | |
parent | cb201b4872f16dfbce63f8648b2584631e2e965f (diff) | |
download | qemu-01c22f2cdd4fcf02276ea10f48253850a5fd7259.tar.gz qemu-01c22f2cdd4fcf02276ea10f48253850a5fd7259.tar.bz2 qemu-01c22f2cdd4fcf02276ea10f48253850a5fd7259.zip |
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>
Diffstat (limited to 'stubs/Makefile.objs')
-rw-r--r-- | stubs/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index df3aa7a64e..59c5a54239 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -18,6 +18,7 @@ stub-obj-y += mon-print-filename.o stub-obj-y += mon-protocol-event.o stub-obj-y += mon-set-error.o stub-obj-y += pci-drive-hot-add.o +stub-obj-y += qtest.o stub-obj-y += reset.o stub-obj-y += set-fd-handler.o stub-obj-y += slirp.o |