From: Fabiano Rosas <farosas@suse.de>
To: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Cc: "Daniel Henrique Barboza" <dbarboza@ventanamicro.com>,
qemu-s390x@nongnu.org, "Halil Pasic" <pasic@linux.ibm.com>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Weiwei Li" <liwei1518@gmail.com>,
"Liu Zhiwei" <zhiwei_liu@linux.alibaba.com>,
"Cleber Rosa" <crosa@redhat.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Leif Lindholm" <quic_llindhol@quicinc.com>,
"Eric Farman" <farman@linux.ibm.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"John Snow" <jsnow@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Harsh Prateek Bora" <harshpb@linux.ibm.com>,
"Aurelien Jarno" <aurelien@aurel32.net>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Joel Stanley" <joel@jms.id.au>,
"Bernhard Beschow" <shentey@gmail.com>,
qemu-ppc@nongnu.org, qemu-riscv@nongnu.org,
"Daniel Henrique Barboza" <danielhb413@gmail.com>,
"Thomas Huth" <thuth@redhat.com>,
"Laurent Vivier" <lvivier@redhat.com>,
qemu-arm@nongnu.org,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Markus Armbruster" <armbru@redhat.com>,
"Bin Meng" <bmeng.cn@gmail.com>,
"Pavel Dovgalyuk" <pavel.dovgaluk@ispras.ru>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Marcin Juszkiewicz" <marcin.juszkiewicz@linaro.org>,
"Christian Borntraeger" <borntraeger@linux.ibm.com>,
"Beraldo Leal" <bleal@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Radoslaw Biernacki" <rad@semihalf.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Nicholas Piggin" <npiggin@gmail.com>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Alistair Francis" <alistair.francis@wdc.com>
Subject: Re: [PATCH 17/20] tests/qtest: move clock_steps to after checks
Date: Thu, 12 Dec 2024 09:34:39 -0300 [thread overview]
Message-ID: <87msh1f5b4.fsf@suse.de> (raw)
In-Reply-To: <20241210204349.723590-18-alex.bennee@linaro.org>
Alex Bennée <alex.bennee@linaro.org> writes:
> In the qtest environment time will not step forward if the system is
> paused (timers disabled) or we have no timer events to fire. As a
> result VirtIO events are responded to directly and we don't need to
> step time forward.
>
> Potentially the clock_step calls could be removed all together but as
> we may implement async behaviour later lets just move them to after
> the principle check for now.
>
> Future qtest patches will assert that time actually changes with a
> step is requested.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
next prev parent reply other threads:[~2024-12-12 12:35 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-10 20:43 [PATCH 00/20] testing/next: functional tests and qtest timers Alex Bennée
2024-12-10 20:43 ` [PATCH 01/20] tests/functional: update the arm tuxrun tests Alex Bennée
2024-12-10 20:43 ` [PATCH 02/20] tests/functional: update the i386 " Alex Bennée
2024-12-10 20:43 ` [PATCH 03/20] tests/functional: add a m68k " Alex Bennée
2024-12-10 20:43 ` [PATCH 04/20] tests/functional: update the mips32 " Alex Bennée
2024-12-10 20:43 ` [PATCH 05/20] tests/functional: update the mips32el " Alex Bennée
2024-12-10 20:43 ` [PATCH 06/20] tests/functional: update the mips64 " Alex Bennée
2024-12-10 20:43 ` [PATCH 07/20] tests/functional: update the mips64el " Alex Bennée
2024-12-10 20:43 ` [PATCH 08/20] tests/functional: update the ppc32 " Alex Bennée
2024-12-10 20:43 ` [PATCH 09/20] tests/functional: update the ppc64 " Alex Bennée
2024-12-10 20:43 ` [PATCH 10/20] tests/functional: update the riscv32 " Alex Bennée
2024-12-10 20:43 ` [PATCH 11/20] tests/functional: update the riscv64 " Alex Bennée
2024-12-10 20:43 ` [PATCH 12/20] tests/functional: update the s390x " Alex Bennée
2024-12-10 20:43 ` [PATCH 13/20] tests/functional: update the sparc64 " Alex Bennée
2024-12-10 20:43 ` [PATCH 14/20] tests/functional: update the x86_64 " Alex Bennée
2024-12-10 20:43 ` [PATCH 15/20] tests/functional/aarch64: add tests for FEAT_RME Alex Bennée
2024-12-10 22:15 ` Richard Henderson
2024-12-11 2:32 ` Pierrick Bouvier
2024-12-11 8:04 ` Thomas Huth
2024-12-11 16:21 ` Pierrick Bouvier
2024-12-10 20:43 ` [PATCH 16/20] util/qemu-timer: fix indentation Alex Bennée
2024-12-10 22:16 ` Richard Henderson
2024-12-11 6:30 ` Thomas Huth
2024-12-10 20:43 ` [PATCH 17/20] tests/qtest: move clock_steps to after checks Alex Bennée
2024-12-11 6:37 ` Thomas Huth
2024-12-12 12:34 ` Fabiano Rosas [this message]
2024-12-10 20:43 ` [PATCH 18/20] system/qtest: properly feedback results of clock_[step|set] Alex Bennée
2024-12-11 6:35 ` Thomas Huth
2024-12-12 12:36 ` Fabiano Rosas
2024-12-10 20:43 ` [PATCH 19/20] tests/functional: remove hacky sleep from the tests Alex Bennée
2024-12-10 22:18 ` Richard Henderson
2024-12-11 6:39 ` Thomas Huth
2024-12-10 20:43 ` [PATCH 20/20] tests/functional: extend test_aarch64_virt with vulkan test Alex Bennée
2024-12-10 22:20 ` Richard Henderson
2024-12-11 6:58 ` Thomas Huth
2024-12-12 12:32 ` Alex Bennée
2024-12-12 14:03 ` Thomas Huth
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=87msh1f5b4.fsf@suse.de \
--to=farosas@suse.de \
--cc=alex.bennee@linaro.org \
--cc=alistair.francis@wdc.com \
--cc=armbru@redhat.com \
--cc=aurelien@aurel32.net \
--cc=berrange@redhat.com \
--cc=bleal@redhat.com \
--cc=bmeng.cn@gmail.com \
--cc=borntraeger@linux.ibm.com \
--cc=crosa@redhat.com \
--cc=danielhb413@gmail.com \
--cc=dbarboza@ventanamicro.com \
--cc=farman@linux.ibm.com \
--cc=harshpb@linux.ibm.com \
--cc=jiaxun.yang@flygoat.com \
--cc=joel@jms.id.au \
--cc=jsnow@redhat.com \
--cc=liwei1518@gmail.com \
--cc=lvivier@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=marcin.juszkiewicz@linaro.org \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=mst@redhat.com \
--cc=npiggin@gmail.com \
--cc=palmer@dabbelt.com \
--cc=pasic@linux.ibm.com \
--cc=pavel.dovgaluk@ispras.ru \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=quic_llindhol@quicinc.com \
--cc=rad@semihalf.com \
--cc=richard.henderson@linaro.org \
--cc=shentey@gmail.com \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
--cc=zhiwei_liu@linux.alibaba.com \
/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.