Re: [PATCH] selftests: kvm: make hardware_disable_test less verbose

From: Vitaly Kuznetsov
Date: Tue Mar 23 2021 - 06:42:57 EST


Andrew Jones <drjones@xxxxxxxxxx> writes:

> On Tue, Mar 23, 2021 at 09:53:03AM +0100, Vitaly Kuznetsov wrote:
>> hardware_disable_test produces 512 snippets like
>> ...
>> main: [511] waiting semaphore
>> run_test: [511] start vcpus
>> run_test: [511] all threads launched
>> main: [511] waiting 368us
>> main: [511] killing child
>>
>> and this doesn't have much value, let's just drop these fprintf().
>> Restoring them for debugging purposes shouldn't be too hard.
>
> Changing them to pr_debug() allows you to keep them and restore
> with -DDEBUG

Ah, missed that we have this for selftests! v2 is coming.

--
Vitaly