Re: [Qemu-devel] [PATCH 0/3] target/arm: pmu fixes

2019-03-25 Thread Peter Maydell
On Fri, 22 Mar 2019 at 16:23, Andrew Jones wrote: > > The first two patches fix a regression I found when running > the arm (as opposed to arm64) pmu kvm-unit-tests test on tcg, > > $ git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git > $ cd kvm-unit-tests > $ ./configure --a

Re: [Qemu-devel] [PATCH 0/3] target/arm: pmu fixes

2019-03-23 Thread Richard Henderson
On 3/22/19 9:23 AM, Andrew Jones wrote: > Andrew Jones (3): > target/arm: fix crash on pmu register access > target/arm: cortex-a7 and cortex-a15 have pmus > target/arm: make pmccntr_op_start/finish static Reviewed-by: Richard Henderson r~

Re: [Qemu-devel] [PATCH 0/3] target/arm: pmu fixes

2019-03-22 Thread Andrew Jones
On Fri, Mar 22, 2019 at 05:23:30PM +0100, Andrew Jones wrote: > The first two patches fix a regression I found when running > the arm (as opposed to arm64) pmu kvm-unit-tests test on tcg, > > $ git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git > $ cd kvm-unit-tests > $ ./con

[Qemu-devel] [PATCH 0/3] target/arm: pmu fixes

2019-03-22 Thread Andrew Jones
The first two patches fix a regression I found when running the arm (as opposed to arm64) pmu kvm-unit-tests test on tcg, $ git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git $ cd kvm-unit-tests $ ./configure --arch=arm --cross-prefix=arm-linux-gnu- $ make -j $ export QEM