From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDEOw-0004qb-FV for qemu-devel@nongnu.org; Thu, 18 Oct 2018 15:56:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDEOq-0008In-La for qemu-devel@nongnu.org; Thu, 18 Oct 2018 15:56:08 -0400 From: Aaron Lindsay Date: Thu, 18 Oct 2018 19:55:04 +0000 Message-ID: <20181018195456.GF12691@quinoa.localdomain> References: <20181010203735.27918-1-aclindsa@gmail.com> <20181010203735.27918-13-aclindsa@gmail.com> <0fdcad4a-c8b5-3309-d2ce-f9be901ec52a@linaro.org> <20181017192013.GA25905@quinoa.localdomain> <31f327f4-42ee-55fc-596d-97d935803867@linaro.org> <20181017202505.GC25905@quinoa.localdomain> In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v6 12/14] target/arm: PMU: Set PMCR.N to 4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Aaron Lindsay , "qemu-arm@nongnu.org" , Peter Maydell , Alistair Francis , Wei Huang , Peter Crosthwaite , Michael Spradling , "qemu-devel@nongnu.org" , Digant Desai On Oct 17 14:14, Richard Henderson wrote: > On 10/17/18 1:25 PM, Aaron Lindsay wrote: > > I suppose pmcrn (the local variable) should've been set to 0 before thi= s > > patch and updated here to be 4. >=20 > That's plausible. >=20 > > Anyway, by splitting these patches apart, my intention was to separate > > the plumbing work from turning on the water. If you believe it is bette= r > > to do both in the same patch, I'll make that change for v7. >=20 > Fair. I'll let Peter weigh in for final decision. At a minimum, I've updated my local tree so that pmcrn is initially set to 0 in 'target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPER' and updated to 4 in this patch. And I'll squash them instead if that ends up being the decision.=20 -Aaron