Re: [Qemu-devel] [PATCH v9 08/14] target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]

2018-12-09 Thread Peter Maydell
On Fri, 7 Dec 2018 at 18:00, Richard Henderson wrote: > > On 12/5/18 9:32 AM, Aaron Lindsay wrote: > > On Dec 05 08:43, Aaron Lindsay wrote: > >> Signed-off-by: Aaron Lindsay > >> +if (FIELD_EX32(cpu->id_dfr0, ID_DFR0, PERFMON) >= 4) { > > > > After further discussion on my last version,

Re: [Qemu-devel] [PATCH v9 08/14] target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]

2018-12-07 Thread Richard Henderson
On 12/5/18 9:32 AM, Aaron Lindsay wrote: > On Dec 05 08:43, Aaron Lindsay wrote: >> Signed-off-by: Aaron Lindsay >> --- >> target/arm/cpu.h| 4 ++-- >> target/arm/helper.c | 18 -- >> 2 files changed, 18 insertions(+), 4 deletions(-) >> >> diff --git a/target/arm/cpu.h

Re: [Qemu-devel] [PATCH v9 08/14] target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]

2018-12-06 Thread Peter Maydell
On Wed, 5 Dec 2018 at 15:32, Aaron Lindsay wrote: > > On Dec 05 08:43, Aaron Lindsay wrote: > > Signed-off-by: Aaron Lindsay > > --- > > target/arm/cpu.h| 4 ++-- > > target/arm/helper.c | 18 -- > > 2 files changed, 18 insertions(+), 4 deletions(-) > > > > diff --git

Re: [Qemu-devel] [PATCH v9 08/14] target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]

2018-12-05 Thread Aaron Lindsay
On Dec 05 08:43, Aaron Lindsay wrote: > Signed-off-by: Aaron Lindsay > --- > target/arm/cpu.h| 4 ++-- > target/arm/helper.c | 18 -- > 2 files changed, 18 insertions(+), 4 deletions(-) > > diff --git a/target/arm/cpu.h b/target/arm/cpu.h > index 304e6e47b3..4216fe22db

[Qemu-devel] [PATCH v9 08/14] target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]

2018-12-05 Thread Aaron Lindsay
Signed-off-by: Aaron Lindsay --- target/arm/cpu.h| 4 ++-- target/arm/helper.c | 18 -- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 304e6e47b3..4216fe22db 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@