From: "Alex Bennée" <alex.bennee@linaro.org>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-devel@nongnu.org, qemu-stable <qemu-stable@nongnu.org>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [PATCH v4 17/32] system/qtest: properly feedback results of clock_[step|set]
Date: Mon, 13 Jan 2025 16:26:03 +0000 [thread overview]
Message-ID: <87frlmllyc.fsf@draig.linaro.org> (raw)
In-Reply-To: <15435e6d-a77c-4d3e-ae06-b1cd23fbee61@tls.msk.ru> (Michael Tokarev's message of "Mon, 13 Jan 2025 18:22:05 +0300")
Michael Tokarev <mjt@tls.msk.ru> writes:
> Ghrm. 46 recipients seems to be quite a bit too aggressive..
I think git-publish just accumulates Cc's from each run for a given
branch. While I can reset the version counter I'm not sure where I can
reset the Cc list from.
> 08.01.2025 15:10, Alex Bennée wrote:
>> Time will not advance if the system is paused or there are no timer
>> events set for the future. In absence of pending timer events
>> advancing time would make no difference the system state. Attempting
>> to do so would be a bug and the test or device under test would need
>> fixing.
>> Tighten up the result reporting to `FAIL` if time was not advanced.
>
> Is this qemu-stable material?
Probably not - I guess that was a Cc from a previous series that stuck?
>
> Thanks,
>
> /mjt
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
next prev parent reply other threads:[~2025-01-13 16:27 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-08 12:10 [PATCH v4 00/32] testing/next: functional tests, qtest clocks, vm and keymaps (pre-PR-FINAL) Alex Bennée
2025-01-08 12:10 ` [PATCH v4 01/32] tests/functional: update the arm tuxrun tests Alex Bennée
2025-01-08 12:10 ` [PATCH v4 02/32] tests/functional: update the i386 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 03/32] tests/functional: add a m68k " Alex Bennée
2025-01-08 12:29 ` Daniel P. Berrangé
2025-01-08 12:10 ` [PATCH v4 04/32] tests/functional: update the mips32 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 05/32] tests/functional: update the mips32el " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 06/32] tests/functional: update the mips64 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 07/32] tests/functional: update the mips64el " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 08/32] tests/functional: update the ppc32 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 09/32] tests/functional: update the ppc64 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 10/32] tests/functional: update the riscv32 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 11/32] tests/functional: update the riscv64 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 12/32] tests/functional: update the s390x " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 13/32] tests/functional: update the sparc64 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 14/32] tests/functional: update the x86_64 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 15/32] tests/functional/aarch64: add tests for FEAT_RME Alex Bennée
2025-01-08 12:10 ` [PATCH v4 16/32] tests/qtest: remove clock_steps from virtio tests Alex Bennée
2025-01-08 12:10 ` [PATCH v4 17/32] system/qtest: properly feedback results of clock_[step|set] Alex Bennée
2025-01-13 15:22 ` Michael Tokarev
2025-01-13 16:26 ` Alex Bennée [this message]
2025-01-13 17:52 ` Michael Tokarev
2025-01-08 12:10 ` [PATCH v4 18/32] tests/functional: remove hacky sleep from the tests Alex Bennée
2025-01-08 12:10 ` [PATCH v4 19/32] tests/functional: add zstd support to uncompress utility Alex Bennée
2025-01-08 12:32 ` Daniel P. Berrangé
2025-01-08 14:08 ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 20/32] tests/functional: update tuxruntest to use " Alex Bennée
2025-01-08 14:09 ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 21/32] tests/functional: remove unused kernel_command_line Alex Bennée
2025-01-08 14:15 ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 22/32] tests/functional: bail aarch64_virt tests early if missing TCG Alex Bennée
2025-01-08 14:16 ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 23/32] tests/functional: extend test_aarch64_virt with vulkan test Alex Bennée
2025-01-08 14:17 ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 24/32] tests/lcitool: bump to latest version of libvirt-ci Alex Bennée
2025-01-08 12:10 ` [PATCH v4 25/32] tests/docker: move riscv64 cross container from sid to trixie Alex Bennée
2025-01-08 12:10 ` [PATCH v4 26/32] tests/lcitool: remove temp workaround for debian mips64el Alex Bennée
2025-01-08 12:10 ` [PATCH v4 27/32] tests/vm: fix build_path based path Alex Bennée
2025-01-08 12:10 ` [PATCH v4 28/32] tests/vm: partially un-tabify help output Alex Bennée
2025-01-08 14:23 ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 29/32] tests/vm: allow interactive login as root Alex Bennée
2025-01-08 14:25 ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 30/32] pc-bios: ensure keymaps dependencies set vnc tests Alex Bennée
2025-01-09 12:13 ` Paolo Bonzini
2025-01-08 12:10 ` [PATCH v4 31/32] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker Alex Bennée
2025-01-08 12:10 ` [PATCH v4 32/32] MAINTAINERS: Remove myself from reviewers Alex Bennée
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=87frlmllyc.fsf@draig.linaro.org \
--to=alex.bennee@linaro.org \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
--cc=stefanha@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).