Re: [PATCH] KVM: arm: vgic: Drop useless Group0 warning

2015-06-01 Thread Christoffer Dall
On Fri, May 29, 2015 at 05:30:15PM +0100, Marc Zyngier wrote: > 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 war

[PATCH] KVM: arm: vgic: Drop useless Group0 warning

2015-05-29 Thread Marc Zyngier
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. Signed-off-by: Marc Zyngier --- virt/kvm/arm/vgic-v3-emul.c | 2