]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: arm: vgic: Drop useless Group0 warning
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 29 May 2015 15:54:56 +0000 (16:54 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 17 Jun 2015 08:58:12 +0000 (09:58 +0100)
commitf5a202db12b42aef9543029934681df019d7b749
tree452d60c87ce59ce304dc2b11d0c0bc76c93b31b8
parente2d997366dc5b6c9d14035867f73957f93e7578c
KVM: arm: vgic: Drop useless Group0 warning

If a GICv3-enabled guest tries to configure Group0, we print a
warning on the console (because we don't support Group0 interrupts).

This is fairly pointless, and would allow a guest to spam the
console. Let's just drop the warning.

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/vgic-v3-emul.c