From: Kevin Wolf <kwolf@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: qemu-devel@nongnu.org, "Fam Zheng" <fam@euphon.net>,
"Eduardo Habkost" <ehabkost@redhat.com>,
qemu-block@nongnu.org, qemu-trivial@nongnu.org,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Markus Armbruster" <armbru@redhat.com>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Cleber Rosa" <crosa@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH v3 1/2] scripts/qemugdb: Remove shebang header
Date: Tue, 12 May 2020 10:55:36 +0200 [thread overview]
Message-ID: <20200512085536.GA5951@linux.fritz.box> (raw)
In-Reply-To: <20200512070642.23986-2-f4bug@amsat.org>
Am 12.05.2020 um 09:06 hat Philippe Mathieu-Daudé geschrieben:
> These scripts are loaded as plugin by GDB (and they don't
> have any __main__ entry point). Remove the shebang header.
>
> Acked-by: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> scripts/qemugdb/__init__.py | 3 +--
> scripts/qemugdb/aio.py | 3 +--
> scripts/qemugdb/coroutine.py | 3 +--
> scripts/qemugdb/mtree.py | 4 +---
> scripts/qemugdb/tcg.py | 1 -
There is still a shebang line left in scripts/qemugdb/timers.py.
Kevin
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Wolf <kwolf@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: "Fam Zheng" <fam@euphon.net>,
"Eduardo Habkost" <ehabkost@redhat.com>,
qemu-block@nongnu.org, qemu-trivial@nongnu.org,
"Alex Bennée" <alex.bennee@linaro.org>,
qemu-devel@nongnu.org, "Markus Armbruster" <armbru@redhat.com>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Cleber Rosa" <crosa@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [PATCH v3 1/2] scripts/qemugdb: Remove shebang header
Date: Tue, 12 May 2020 10:55:36 +0200 [thread overview]
Message-ID: <20200512085536.GA5951@linux.fritz.box> (raw)
In-Reply-To: <20200512070642.23986-2-f4bug@amsat.org>
Am 12.05.2020 um 09:06 hat Philippe Mathieu-Daudé geschrieben:
> These scripts are loaded as plugin by GDB (and they don't
> have any __main__ entry point). Remove the shebang header.
>
> Acked-by: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> scripts/qemugdb/__init__.py | 3 +--
> scripts/qemugdb/aio.py | 3 +--
> scripts/qemugdb/coroutine.py | 3 +--
> scripts/qemugdb/mtree.py | 4 +---
> scripts/qemugdb/tcg.py | 1 -
There is still a shebang line left in scripts/qemugdb/timers.py.
Kevin
next prev parent reply other threads:[~2020-05-12 8:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-12 7:06 [PATCH v3 0/2] scripts: More Python fixes Philippe Mathieu-Daudé
2020-05-12 7:06 ` Philippe Mathieu-Daudé
2020-05-12 7:06 ` [PATCH v3 1/2] scripts/qemugdb: Remove shebang header Philippe Mathieu-Daudé
2020-05-12 7:06 ` Philippe Mathieu-Daudé
2020-05-12 8:55 ` Kevin Wolf [this message]
2020-05-12 8:55 ` Kevin Wolf
2020-05-12 10:33 ` Philippe Mathieu-Daudé
2020-05-12 10:33 ` Philippe Mathieu-Daudé
2020-05-12 7:06 ` [PATCH v3 2/2] scripts/qmp: Use Python 3 interpreter Philippe Mathieu-Daudé
2020-05-12 7:06 ` Philippe Mathieu-Daudé
2020-05-12 8:57 ` Kevin Wolf
2020-05-12 8:57 ` Kevin Wolf
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=20200512085536.GA5951@linux.fritz.box \
--to=kwolf@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=crosa@redhat.com \
--cc=ehabkost@redhat.com \
--cc=f4bug@amsat.org \
--cc=fam@euphon.net \
--cc=philmd@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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 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.