On Sat, 12 Jun 2021 at 20:57, Richard Henderson <richard.hender...@linaro.org> wrote: > > The test was off-by-one, because tag_last points to the > last byte of the tag to check, thus tag_last - prev_page > will equal TARGET_PAGE_SIZE when we use the first byte > of the next page. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/403 > Reported-by: Peter Collingbourne <p...@google.com> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Applied to target-arm.next, thanks. -- PMM