From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH v8 17/20] KVM: ARM64: Add PMU overflow interrupt routing Date: Thu, 7 Jan 2016 13:28:27 +0000 Message-ID: <20160107132827.402b11f0@arm.com> References: <1450771695-11948-1-git-send-email-zhaoshenglong@huawei.com> <1450771695-11948-18-git-send-email-zhaoshenglong@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , , , , , , , , To: Shannon Zhao Return-path: Received: from foss.arm.com ([217.140.101.70]:39650 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751981AbcAGN2d (ORCPT ); Thu, 7 Jan 2016 08:28:33 -0500 In-Reply-To: <1450771695-11948-18-git-send-email-zhaoshenglong@huawei.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 22 Dec 2015 16:08:12 +0800 Shannon Zhao wrote: > From: Shannon Zhao > > When calling perf_event_create_kernel_counter to create perf_event, > assign a overflow handler. Then when the perf event overflows, set the > corresponding bit of guest PMOVSSET register. If this counter is enabled > and its interrupt is enabled as well, kick the vcpu to sync the > interrupt. > > On VM entry, if there is counter overflowed, inject the interrupt with > the level set to 1. Otherwise, inject the interrupt with the level set > to 0. > > Signed-off-by: Shannon Zhao Reviewed-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny.