From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] KVM: arm: vgic: Drop useless Group0 warning Date: Mon, 1 Jun 2015 12:05:46 +0200 Message-ID: <20150601100546.GA28473@cbox> References: <1432917015-31439-1-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Andre Przywara , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org To: Marc Zyngier Return-path: Content-Disposition: inline In-Reply-To: <1432917015-31439-1-git-send-email-marc.zyngier@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org 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 warning. > > Signed-off-by: Marc Zyngier Acked-by: Christoffer Dall