On 2/11/20 9:37 AM, Peter Maydell wrote: > The PMCR_EL0.DP bit is bit 5, which is 0x20, not 0x10. 0x10 is 'X'. > Correct our #define of PMCRDP and add the missing PMCRX. > > We do have the correct behaviour for handling the DP bit being > set, so this fixes a guest-visible bug. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~