All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Subject: Re: [PULL 0/1] Tracing patches
Date: Wed, 11 Feb 2026 15:00:31 -0500	[thread overview]
Message-ID: <20260211200031.GA234094@fedora> (raw)
In-Reply-To: <aYyeY8Vu1W5gnCNw@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 2192 bytes --]

On Wed, Feb 11, 2026 at 03:21:07PM +0000, Daniel P. Berrangé wrote:
> On Wed, Feb 11, 2026 at 03:12:18PM +0000, Peter Maydell wrote:
> > On Tue, 10 Feb 2026 at 20:14, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> > >
> > > The following changes since commit 0b91040d23dc8820724a60c811223b777f3bc6b7:
> > >
> > >   Merge tag 'pull-loongarch-20260210' of https://github.com/gaosong715/qemu into staging (2026-02-10 09:12:38 +0000)
> > >
> > > are available in the Git repository at:
> > >
> > >   https://gitlab.com/stefanha/qemu.git tags/tracing-pull-request
> > >
> > > for you to fetch changes up to 80c15bcc5eb6d30abf90b2fd120cdf01f6ed2082:
> > >
> > >   tracetool-test: add QEMU_TEST_KEEP_SCRATCH=1 support (2026-02-10 14:47:14 -0500)
> > >
> > > ----------------------------------------------------------------
> > > Pull request
> > >
> > > ----------------------------------------------------------------
> > >
> > > Stefan Hajnoczi (1):
> > >   tracetool-test: add QEMU_TEST_KEEP_SCRATCH=1 support
> > >
> > >  tests/tracetool/tracetool-test.py | 24 ++++++++++++++++++++----
> > >  1 file changed, 20 insertions(+), 4 deletions(-)
> > 
> > This change seems to use some Python construct not supported
> > by all our platforms. CI job failures due to the tracetool tests
> > failing:
> > 
> > https://gitlab.com/qemu-project/qemu/-/jobs/13074647460
> > https://gitlab.com/qemu-project/qemu/-/jobs/13074647473
> > 
> > Traceback (most recent call last):
> >   File "/builds/qemu-project/qemu/tests/tracetool/tracetool-test.py",
> > line 121, in <module>
> >     with tempfile.TemporaryDirectory(prefix=sys.argv[4],
> > TypeError: __init__() got an unexpected keyword argument 'delete'
> 
> Yep, that's too new to rely on:
> 
>   https://docs.python.org/3/library/tempfile.html#tempfile.TemporaryDirectory
> 
>   Changed in version 3.12: Added the delete parameter.
> 
> 
> since this is just a debugging aid, perhaps only set the 'delete' param
> when we know python is new enough, and don't bother trying to make
> QEMU_TEST_KEEP_SCRATCH=1 work on older python

Thanks, for tracking this down. I'm going to drop the patch.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2026-02-12 18:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-10 20:14 [PULL 0/1] Tracing patches Stefan Hajnoczi
2026-02-10 20:14 ` [PULL 1/1] tracetool-test: add QEMU_TEST_KEEP_SCRATCH=1 support Stefan Hajnoczi
2026-02-11 15:12 ` [PULL 0/1] Tracing patches Peter Maydell
2026-02-11 15:21   ` Daniel P. Berrangé
2026-02-11 20:00     ` Stefan Hajnoczi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-24 14:46 Stefan Hajnoczi
2025-07-25 15:25 ` Stefan Hajnoczi
2025-07-22 15:03 Stefan Hajnoczi
2025-07-21 18:10 Stefan Hajnoczi
2025-06-11 18:29 Stefan Hajnoczi
2025-06-02 22:29 Stefan Hajnoczi
2025-06-03 15:51 ` Stefan Hajnoczi
2025-03-11  2:53 Stefan Hajnoczi
2025-03-13  7:04 ` Stefan Hajnoczi
2025-02-12 15:05 Stefan Hajnoczi
2023-12-27 10:02 Stefan Hajnoczi
2023-11-09  7:04 Stefan Hajnoczi
2023-11-10  2:25 ` Stefan Hajnoczi
2020-07-07 15:20 Stefan Hajnoczi
2020-07-10 10:29 ` Peter Maydell
2020-01-14  9:29 Stefan Hajnoczi
2020-01-14 14:11 ` Peter Maydell

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=20260211200031.GA234094@fedora \
    --to=stefanha@redhat.com \
    --cc=berrange@redhat.com \
    --cc=peter.maydell@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.