]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: KVM: Demote SVE and LORegion warnings to debug only
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 26 Mar 2018 10:51:43 +0000 (11:51 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 17 Apr 2018 11:56:36 +0000 (12:56 +0100)
commitc2b8fa7ea0f6d3a79907a5abdd96080085590db6
tree67e0b73607342024c4549ebcb512b440ee752551
parent3d5ef3f002c4eb7df8cc166383ce16308578864f
arm64: KVM: Demote SVE and LORegion warnings to debug only

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 if CONFIG_DYNAMIC_DEBUG, and kept quiet otherwise.

Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm64/kvm/sys_regs.c