Re: [PATCH] arm64: KVM: Demote SVE and LORegion warnings to debug only

2018-04-17 Thread Christoffer Dall
On Tue, Apr 17, 2018 at 09:23:56AM +0100, Marc Zyngier wrote: > While generating a message about guests probing for SVE/LORegions > is a useful debugging tool, considering it an error is slightly > over the top, as this is the only way the guest can find out > about the presence of the feature. >

[PATCH] arm64: KVM: Demote SVE and LORegion warnings to debug only

2018-04-17 Thread Marc Zyngier
While generating a message about guests probing for SVE/LORegions is a useful debugging tool, considering it an error is slightly over the top, as this is the only way the guest can find out about the presence of the feature. Let's turn these message into kvm_debug so that they can only be seen