qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] main-loop: Suppress "I/O thread spun" warnings for qtest
Date: Fri, 14 Mar 2014 00:18:24 +0000

On 13 March 2014 20:39, Andreas Färber <address@hidden> 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 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 <address@hidden>
> [...]
>> diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs
>> index df3aa7a..6f06fca 100644
>> --- a/stubs/Makefile.objs
>> +++ b/stubs/Makefile.objs
>> @@ -28,3 +28,4 @@ stub-obj-y += vmstate.o
>>  stub-obj-$(CONFIG_WIN32) += fd-register.o
>>  stub-obj-y += cpus.o
>>  stub-obj-y += kvm.o
>> +stub-obj-y += qtest.o
> [snip]
>
> Please note that the stubs are supposed to be sorted alphabetically.

OK. I looked at the tail end of the file (which as you can see is not
in order) and thought we weren't trying to maintain an order here.
I guess that's just previous commits also adding at the end of the file,
though...

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]