Re: [Qemu-devel] [PATCH] main-loop: Suppress I/O thread spun warnings for qtest

2014-03-13 Thread Andreas Färber
Am 13.03.2014 15:17, schrieb Peter Maydell: 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.

[Qemu-devel] [PATCH] main-loop: Suppress I/O thread spun warnings for qtest

2014-03-13 Thread Peter Maydell
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'

Re: [Qemu-devel] [PATCH] main-loop: Suppress I/O thread spun warnings for qtest

2014-03-13 Thread Stefan Hajnoczi
On Thu, Mar 13, 2014 at 02:17:29PM +, Peter Maydell wrote: 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

Re: [Qemu-devel] [PATCH] main-loop: Suppress I/O thread spun warnings for qtest

2014-03-13 Thread Andreas Färber
Am 13.03.2014 15:17, schrieb Peter Maydell: 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.

Re: [Qemu-devel] [PATCH] main-loop: Suppress I/O thread spun warnings for qtest

2014-03-13 Thread Peter Maydell
On 13 March 2014 20:39, Andreas Färber afaer...@suse.de wrote: Am 13.03.2014 15:17, schrieb Peter Maydell: 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