Re: [Qemu-devel] [PATCH v2 4/5] target-arm: Add PMUSERENR_EL0 register

2016-02-09 Thread Peter Maydell
On 6 February 2016 at 00:55, Alistair Francis wrote: > The Linux kernel accesses this register early in its setup. > > Signed-off-by: Christopher Covington > Signed-off-by: Alistair Francis > --- > > target-arm/helper.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/target-arm/h

[Qemu-devel] [PATCH v2 4/5] target-arm: Add PMUSERENR_EL0 register

2016-02-05 Thread Alistair Francis
The Linux kernel accesses this register early in its setup. Signed-off-by: Christopher Covington Signed-off-by: Alistair Francis --- target-arm/helper.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target-arm/helper.c b/target-arm/helper.c index 8d401c6..b4bf6fa 100644 --- a/targe