Re: [PATCH v2 00/12] python: Explicit usage of Python 3

2020-02-04 Thread Philippe Mathieu-Daudé
On 1/30/20 5:32 PM, Philippe Mathieu-Daudé wrote: Hello, These are mechanical sed patches used to convert the code base to Python 3, as suggested on this thread: https://www.mail-archive.com/qemu-devel@nongnu.org/msg675024.html Since v1: - new checkpatch.pl patch - addressed Kevin and Vladimir

Re: [PATCH v2 00/12] python: Explicit usage of Python 3

2020-02-04 Thread Paolo Bonzini
On 30/01/20 17:32, Philippe Mathieu-Daudé wrote: > Hello, > > These are mechanical sed patches used to convert the > code base to Python 3, as suggested on this thread: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg675024.html > > Since v1: > - new checkpatch.pl patch > - addressed Kevi

[PATCH v2 00/12] python: Explicit usage of Python 3

2020-01-30 Thread Philippe Mathieu-Daudé
Hello, These are mechanical sed patches used to convert the code base to Python 3, as suggested on this thread: https://www.mail-archive.com/qemu-devel@nongnu.org/msg675024.html Since v1: - new checkpatch.pl patch - addressed Kevin and Vladimir review comments - added R-b/A-b tags Regards, Phil