On Tue, 27 Jul 2021 at 01:39, Cleber Rosa <[email protected]> wrote: > > > Hi everyone, > > tests/acceptance/replay_kernel.py:ReplayKernelNormal.test_aarch64_virt > is currently failing consistently (first found that in [1]). > > I've bisected it down to the following commit: > > --- > > 78ff82bb1b67c0d79113688e4b3427fc99cab9d4 is the first bad commit > commit 78ff82bb1b67c0d79113688e4b3427fc99cab9d4 > Author: Richard Henderson <[email protected]> > > accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS > > The space reserved for CF_COUNT_MASK was overly large. > Reduce to free up cflags bits and eliminate an extra test. > > Tested-by: Mark Cave-Ayland <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > Reviewed-by: Alex Bennée <[email protected]> > Reviewed-by: Peter Maydell <[email protected]> > Message-Id: <[email protected]> > > accel/tcg/translate-all.c | 5 ++--- > include/exec/exec-all.h | 4 +++- > 2 files changed, 5 insertions(+), 4 deletions(-)
This is probably fixed by https://patchew.org/QEMU/[email protected]/ (which is in RTH's pullreq currently on list). -- PMM
