On Wed, 27 Apr 2022 at 06:22, Richard Henderson <richard.hender...@linaro.org> wrote: > > While defining these names, use the correct field width of 5 not 4 for > DBGWCR.MASK. This typo prevented setting a watchpoint larger than 32k. > > Reported-by: Chris Howard <cvz...@web.de> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/internals.h | 12 ++++++++++++ > target/arm/debug_helper.c | 10 +++++----- > target/arm/helper.c | 8 ++++---- > target/arm/kvm64.c | 14 +++++++------- > 4 files changed, 28 insertions(+), 16 deletions(-)
Applied to target-arm.next, thanks. -- PMM