All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim MacArthur <jim.macarthur@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH 7/7] tests/tcg: add basic test for aarch64 wf[ie][t] insns
Date: Thu, 23 Apr 2026 16:57:31 +0100	[thread overview]
Message-ID: <aepBayHKD_RWFcxV@linaro.org> (raw)
In-Reply-To: <20260417164328.1009132-8-alex.bennee@linaro.org>

On Fri, Apr 17, 2026 at 05:43:27PM +0100, Alex Bennée wrote:
> This is based on a generated test case which I've since refined and
> cleaned up.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---

> +    /* Validate the timer fired and then disable for future tests */
> +    if (!read_sysreg(cntv_ctl_el0) & 0x4) {
> +        ml_printf("Time ISTATUS not set!\n");
> +        return 1;
> +    }

Should this be if (!(read_sysreg(cntv_ctl_el0) & 0x4)) ?

Jim


      reply	other threads:[~2026-04-23 15:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-17 16:43 [PATCH 0/7] tests/tcg: more capabilities for aarch64-softmmu tests Alex Bennée
2026-04-17 16:43 ` [PATCH 1/7] tests/tcg: introduce a lib dir for aarch64 system tests Alex Bennée
2026-04-24  1:38   ` Richard Henderson
2026-04-17 16:43 ` [PATCH 2/7] tests/tcg: convert aarch64 feat-xs test to use helpers Alex Bennée
2026-04-24  1:38   ` Richard Henderson
2026-04-17 16:43 ` [PATCH 3/7] tests/tcg: convert aarch64 asid2 test to use sysreg helpers Alex Bennée
2026-04-24  1:39   ` Richard Henderson
2026-04-17 16:43 ` [PATCH 4/7] tests/tcg: move aarch64 page table setup to c code Alex Bennée
2026-05-07 17:13   ` Jim MacArthur
2026-04-17 16:43 ` [PATCH 5/7] tests/tcg: add HW page for aarch64 tests Alex Bennée
2026-04-17 16:43 ` [PATCH 6/7] tests/tcg: create a mini-gic3 library Alex Bennée
2026-04-17 16:43 ` [PATCH 7/7] tests/tcg: add basic test for aarch64 wf[ie][t] insns Alex Bennée
2026-04-23 15:57   ` Jim MacArthur [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aepBayHKD_RWFcxV@linaro.org \
    --to=jim.macarthur@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.