From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Markus Armbruster" <armbru@redhat.com>,
"John Snow" <jsnow@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
qemu-block@nongnu.org, qemu-trivial@nongnu.org,
"Cleber Rosa" <crosa@redhat.com>,
kvm@vger.kernel.org, "Eduardo Habkost" <ehabkost@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Marcelo Tosatti" <mtosatti@redhat.com>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Fam Zheng" <fam@euphon.net>
Subject: Re: [PATCH v4 0/6] scripts: More Python fixes
Date: Fri, 29 May 2020 11:40:41 +0200 [thread overview]
Message-ID: <dfbf5d8b-c02f-2ac9-80cd-c1190728eb74@redhat.com> (raw)
In-Reply-To: <20200512103238.7078-1-philmd@redhat.com>
On 5/12/20 12:32 PM, Philippe Mathieu-Daudé wrote:
> Trivial Python3 fixes, again...
>
> Since v3:
> - Fixed missing scripts/qemugdb/timers.py (kwolf)
> - Cover more scripts
> - Check for __main__ in few scripts
>
> Since v2:
> - Remove patch updating MAINTAINERS
>
> Since v1:
> - Added Alex Bennée A-b tags
> - Addressed John Snow review comments
> - Use /usr/bin/env
> - Do not modify os.path (dropped last patch)
>
> Philippe Mathieu-Daudé (6):
> scripts/qemugdb: Remove shebang header
> scripts/qemu-gdb: Use Python 3 interpreter
> scripts/qmp: Use Python 3 interpreter
> scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()
> scripts/modules/module_block: Use Python 3 interpreter & add
> pseudo-main
> tests/migration/guestperf: Use Python 3 interpreter
>
> scripts/kvm/vmxcap | 7 ++++---
> scripts/modules/module_block.py | 31 +++++++++++++++---------------
> scripts/qemu-gdb.py | 4 ++--
> 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 -
> scripts/qemugdb/timers.py | 1 -
> scripts/qmp/qom-get | 2 +-
> scripts/qmp/qom-list | 2 +-
> scripts/qmp/qom-set | 2 +-
> scripts/qmp/qom-tree | 2 +-
> tests/migration/guestperf-batch.py | 2 +-
> tests/migration/guestperf-plot.py | 2 +-
> tests/migration/guestperf.py | 2 +-
> 16 files changed, 33 insertions(+), 38 deletions(-)
Thanks, applied to my python-next tree:
https://gitlab.com/philmd/qemu/commits/python-next
prev parent reply other threads:[~2020-05-29 9:40 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-12 10:32 [PATCH v4 0/6] scripts: More Python fixes Philippe Mathieu-Daudé
2020-05-12 10:32 ` [PATCH v4 1/6] scripts/qemugdb: Remove shebang header Philippe Mathieu-Daudé
2020-05-13 20:58 ` John Snow
2020-05-12 10:32 ` [PATCH v4 2/6] scripts/qemu-gdb: Use Python 3 interpreter Philippe Mathieu-Daudé
2020-05-13 20:58 ` John Snow
2020-05-12 10:32 ` [PATCH v4 3/6] scripts/qmp: " Philippe Mathieu-Daudé
2020-05-13 20:59 ` John Snow
2020-05-12 10:32 ` [PATCH v4 4/6] scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main() Philippe Mathieu-Daudé
2020-05-12 11:35 ` Paolo Bonzini
2020-05-13 21:00 ` John Snow
2020-05-12 10:32 ` [PATCH v4 5/6] scripts/modules/module_block: Use Python 3 interpreter & add pseudo-main Philippe Mathieu-Daudé
2020-05-13 21:04 ` John Snow
2020-05-12 10:32 ` [PATCH v4 6/6] tests/migration/guestperf: Use Python 3 interpreter Philippe Mathieu-Daudé
2020-05-13 21:08 ` John Snow
2020-05-12 11:16 ` [PATCH v4 0/6] scripts: More Python fixes Kevin Wolf
2020-05-29 9:40 ` Philippe Mathieu-Daudé [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=dfbf5d8b-c02f-2ac9-80cd-c1190728eb74@redhat.com \
--to=philmd@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=crosa@redhat.com \
--cc=ehabkost@redhat.com \
--cc=fam@euphon.net \
--cc=jsnow@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
--cc=pbonzini@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 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).