Re: [Qemu-devel] [PATCH] target/arm: Stop unintentional sign extension in pmu_init

2019-02-19 Thread Peter Maydell
On Tue, 19 Feb 2019 at 14:46, Aaron Lindsay OS wrote: > > This was introduced by > commit bf8d09694ccc07487cd73d7562081fdaec3370c8 > target/arm: Don't clear supported PMU events when initializing PMCEID1 > and identified by Coverity (CID 1398645). > > Signed-off-by: Aaron Lindsay > Report

[Qemu-devel] [PATCH] target/arm: Stop unintentional sign extension in pmu_init

2019-02-19 Thread Aaron Lindsay OS
This was introduced by commit bf8d09694ccc07487cd73d7562081fdaec3370c8 target/arm: Don't clear supported PMU events when initializing PMCEID1 and identified by Coverity (CID 1398645). Signed-off-by: Aaron Lindsay Reported-by: Peter Maydell --- target/arm/helper.c | 2 +- 1 file changed,