Re: [Qemu-devel] [PATCH v2 5/5] target-arm: Unmask PMU bits in debug feature register

2016-02-09 Thread Peter Maydell
On 6 February 2016 at 00:55, Alistair Francis wrote: > The previously missing registers are now present in QEMU. I think we're still missing some: 32 bit version present, 64 bit version missing: PMSWINC PMINTENSET not implemented in 32 bit either: PMOVSCLR (I think this is only in PMUv3 so need

[Qemu-devel] [PATCH v2 5/5] target-arm: Unmask PMU bits in debug feature register

2016-02-05 Thread Alistair Francis
The previously missing registers are now present in QEMU. Signed-off-by: Christopher Covington Signed-off-by: Alistair Francis --- target-arm/helper.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index b4bf6fa..1775768 1006