From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmhnz-0003dw-Ea for qemu-devel@nongnu.org; Thu, 24 Jan 2019 11:24:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmhny-0005fr-4Y for qemu-devel@nongnu.org; Thu, 24 Jan 2019 11:24:39 -0500 From: Aaron Lindsay OS Date: Thu, 24 Jan 2019 16:24:10 +0000 Message-ID: <20190124162401.5111-1-aaron@os.amperecomputing.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [Qemu-devel] [PATCH v12 0/2] More fully implement ARM PMUv3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-arm@nongnu.org" , Peter Maydell , Alistair Francis , Wei Huang , Peter Crosthwaite , Richard Henderson Cc: "qemu-devel@nongnu.org" , Michael Spradling , Digant Desai , Aaron Lindsay OS Most of this patchset implementing the PMU has been merged already, but the interrupt-on-overflow behavior had some additional review comments. This most recent version fixes a type promotion issue and adds Richard's Reviewed-by's. Aaron Lindsay (2): target/arm: Send interrupts on PMU counter overflow target/arm: Add a timer to predict PMU counter overflow target/arm/cpu.c | 12 ++++ target/arm/cpu.h | 10 ++++ target/arm/helper.c | 133 ++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 143 insertions(+), 12 deletions(-) --=20 2.20.1