Re: [Qemu-devel] [PATCH v5 00/13] More fully implement ARM PMUv3

2018-06-28 Thread Peter Maydell
On 22 June 2018 at 21:32, Aaron Lindsay wrote: > The ARM PMU implementation currently contains a basic cycle counter, but it is > often useful to gather counts of other events and filter them based on > execution mode. These patches flesh out the implementations of various PMU > registers includin

[Qemu-devel] [PATCH v5 00/13] More fully implement ARM PMUv3

2018-06-22 Thread Aaron Lindsay
The ARM PMU implementation currently contains a basic cycle counter, but it is often useful to gather counts of other events and filter them based on execution mode. These patches flesh out the implementations of various PMU registers including PM[X]EVCNTR and PM[X]EVTYPER, add a struct definition