[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190517024510.GN16681@xz-x1>
Date: Fri, 17 May 2019 10:45:10 +0800
From: Peter Xu <peterx@...hat.com>
To: Thomas Huth <thuth@...hat.com>
Cc: Radim Krčmář <rkrcmar@...hat.com>,
Paolo Bonzini <pbonzini@...hat.com>,
linux-kselftest@...r.kernel.org, kvm@...r.kernel.org,
Shuah Khan <shuah@...nel.org>,
Andrew Jones <drjones@...hat.com>,
Vitaly Kuznetsov <vkuznets@...hat.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KVM: selftests: Compile code with warnings enabled
Hi, Thomas,
On Thu, May 16, 2019 at 03:02:57PM +0200, Thomas Huth wrote:
> So far the KVM selftests are compiled without any compiler warnings
> enabled. That's quite bad, since we miss a lot of possible bugs this
> way. Let's enable at least "-Wall" and some other useful warning flags
> now.
>
> Signed-off-by: Thomas Huth <thuth@...hat.com>
> ---
> This patch fixes most of the warnings in the x86 code already - but
> for some warnings, I was not quite sure (e.g. about the need for the
> kvm_get_supported_cpuid_entry(1) in some tests), so I did not touch
If you mean the two calls in state_test and evmcs_test I would agree
they should be dropped directly.
Just to mention that the patch may not apply cleanly to kvm/queue now
probably because the dirty-log-test.c touchup recently, so may need a
rebase. Otherwise it looks nice at least to me to have these checks.
Thanks,
--
Peter Xu
Powered by blists - more mailing lists