From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Gustavo Romero <gustavo.romero@linaro.org>
Cc: qemu-devel@nongnu.org, alex.bennee@linaro.org, thuth@redhat.com,
qemu-arm@nongnu.org, 1844144@gmail.com
Subject: Re: [PATCH v2 0/5] tests/functional: Adapt reverse_debugging to run w/o Avocado
Date: Mon, 15 Sep 2025 09:29:51 +0100 [thread overview]
Message-ID: <aMfOf0G1AY2m3Qz-@redhat.com> (raw)
In-Reply-To: <20250904154640.52687-1-gustavo.romero@linaro.org>
On Thu, Sep 04, 2025 at 03:46:35PM +0000, Gustavo Romero wrote:
> The goal of this series is to remove Avocado as a dependency for running
> the reverse_debugging functional test.
>
> This test, the last one I’m aware of that relies on Avocado, requires it
> because of the need for GDB to test reverse stepping, continue, etc.
>
> In this series, we leveraged the run-test.py script used in the
> check-tcg tests, making it a GDB runner capable of calling a test script
> without spawning any VMs. In this configuration, the test scripts can
> manage the VM and also import gdb, making the GDB Python API inside the
> functional test scripts.
I've posted an alternate series that removes the avocado
dependency by importing the gdb py code it relied upon.
This avoids the changes to the way the tests must be run
which I don't think are a desirable approach for the
functional tests
https://lists.nongnu.org/archive/html/qemu-devel/2025-09/msg02499.html
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
prev parent reply other threads:[~2025-09-15 8:31 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-04 15:46 [PATCH v2 0/5] tests/functional: Adapt reverse_debugging to run w/o Avocado Gustavo Romero
2025-09-04 15:46 ` [PATCH v2 1/5] tests/guest-debug: Make QEMU optional in run-test.py Gustavo Romero
2025-09-05 7:22 ` Alex Bennée
2025-09-08 9:02 ` Thomas Huth
2025-09-04 15:46 ` [PATCH v2 2/5] tests/guest-debug: Format comments Gustavo Romero
2025-09-05 7:22 ` Alex Bennée
2025-09-08 9:03 ` Thomas Huth
2025-09-04 15:46 ` [PATCH v2 3/5] tests/guest-debug: Add quiet option to run-tests.py Gustavo Romero
2025-09-05 7:21 ` Alex Bennée
2025-09-08 9:12 ` Thomas Huth
2025-09-04 15:46 ` [PATCH v2 4/5] tests/functional: Support tests that require a runner Gustavo Romero
2025-09-08 9:21 ` Thomas Huth
2025-09-04 15:46 ` [PATCH v2 5/5] tests/functional: Adapt reverse_debugging to run w/o Avocado Gustavo Romero
2025-09-05 7:21 ` Alex Bennée
2025-09-08 9:16 ` Daniel P. Berrangé
2025-09-11 23:50 ` Gustavo Romero
2025-09-08 11:49 ` [PATCH v2 0/5] " Daniel P. Berrangé
2025-09-11 23:51 ` Gustavo Romero
2025-09-12 14:49 ` Daniel P. Berrangé
2025-09-12 16:04 ` Alex Bennée
2025-09-12 16:27 ` Daniel P. Berrangé
2025-09-12 16:50 ` Peter Maydell
2025-09-15 12:49 ` Thomas Huth
2025-09-15 22:11 ` Gustavo Romero
2025-09-15 8:29 ` Daniel P. Berrangé [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=aMfOf0G1AY2m3Qz-@redhat.com \
--to=berrange@redhat.com \
--cc=1844144@gmail.com \
--cc=alex.bennee@linaro.org \
--cc=gustavo.romero@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@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 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.