From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [PATCH] drop "from __future__ import print_function"
Date: Tue, 4 Feb 2020 17:07:57 +0100 [thread overview]
Message-ID: <86185404-c4bc-b35d-eedc-9d95d1698379@redhat.com> (raw)
In-Reply-To: <20200204160604.19883-1-pbonzini@redhat.com>
On 2/4/20 5:06 PM, Paolo Bonzini wrote:
> This is only needed for Python 2, which we do not support anymore.
>
> Based-on: <20200204160028.16211-1-pbonzini@redhat.com>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> scripts/analyse-9p-simpletrace.py | 1 -
> scripts/analyse-locks-simpletrace.py | 1 -
> scripts/device-crash-test | 1 -
> scripts/dump-guest-memory.py | 1 -
> scripts/kvm/kvm_flightrecorder | 1 -
> scripts/kvm/vmxcap | 1 -
> scripts/minikconf.py | 1 -
> scripts/modules/module_block.py | 1 -
> scripts/qapi-gen.py | 1 -
> scripts/qapi/doc.py | 1 -
> scripts/qmp/qemu-ga-client | 1 -
> scripts/qmp/qmp | 1 -
> scripts/qmp/qmp-shell | 1 -
> scripts/qmp/qom-get | 1 -
> scripts/qmp/qom-list | 1 -
> scripts/qmp/qom-set | 1 -
> scripts/qmp/qom-tree | 1 -
> scripts/replay-dump.py | 1 -
> scripts/signrom.py | 1 -
> scripts/simpletrace.py | 1 -
> scripts/vmstate-static-checker.py | 1 -
> tests/docker/travis.py | 1 -
> tests/guest-debug/test-gdbstub.py | 1 -
> tests/migration/guestperf/engine.py | 1 -
> tests/migration/guestperf/plot.py | 1 -
> tests/migration/guestperf/shell.py | 1 -
> tests/qapi-schema/test-qapi.py | 1 -
> tests/qemu-iotests/149 | 1 -
> tests/qemu-iotests/165 | 1 -
> tests/qemu-iotests/iotests.py | 1 -
> tests/qemu-iotests/nbd-fault-injector.py | 1 -
> tests/qemu-iotests/qcow2.py | 1 -
> tests/qemu-iotests/qed.py | 1 -
> tests/vm/basevm.py | 1 -
> 34 files changed, 34 deletions(-)
>
> diff --git a/scripts/analyse-9p-simpletrace.py b/scripts/analyse-9p-simpletrace.py
> index f20050fddd..7dfcb6ba2f 100755
> --- a/scripts/analyse-9p-simpletrace.py
> +++ b/scripts/analyse-9p-simpletrace.py
> @@ -3,7 +3,6 @@
> # Usage: ./analyse-9p-simpletrace <trace-events> <trace-pid>
> #
> # Author: Harsh Prateek Bora
> -from __future__ import print_function
> import os
> import simpletrace
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
next prev parent reply other threads:[~2020-02-04 16:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-04 16:06 [PATCH] drop "from __future__ import print_function" Paolo Bonzini
2020-02-04 16:07 ` Philippe Mathieu-Daudé [this message]
2020-02-04 17:10 ` Paolo Bonzini
2020-02-04 17:23 ` Philippe Mathieu-Daudé
2020-02-04 17:31 ` Alex Bennée
2020-02-05 6:43 ` Markus Armbruster
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=86185404-c4bc-b35d-eedc-9d95d1698379@redhat.com \
--to=philmd@redhat.com \
--cc=pbonzini@redhat.com \
--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 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).