]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit165d102905691891f85cb90736c25150b7b25d29
tree67e0b73607342024c4549ebcb512b440ee752551
parent6522404f1a5780685cf2b3ab7fd811126ea07ba2
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