[PATCH v2 0/3] scripts: More Python fixes

Philippe Mathieu-Daudé posted 3 patches 5 years, 6 months ago
Test asan passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200430065720.10763-1-f4bug@amsat.org
There is a newer version of this series
MAINTAINERS                  | 1 +
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/qmp/qom-get          | 2 +-
scripts/qmp/qom-list         | 2 +-
scripts/qmp/qom-set          | 2 +-
scripts/qmp/qom-tree         | 2 +-
10 files changed, 9 insertions(+), 14 deletions(-)
[PATCH v2 0/3] scripts: More Python fixes
Posted by Philippe Mathieu-Daudé 5 years, 6 months ago
Trivial Python3 fixes, again...

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é (3):
  MAINTAINERS: Cover the GDB Python scripts in the gdbstub section
  scripts/qemugdb: Remove shebang header
  scripts/qmp: Use Python 3 interpreter

 MAINTAINERS                  | 1 +
 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/qmp/qom-get          | 2 +-
 scripts/qmp/qom-list         | 2 +-
 scripts/qmp/qom-set          | 2 +-
 scripts/qmp/qom-tree         | 2 +-
 10 files changed, 9 insertions(+), 14 deletions(-)

-- 
2.21.1