All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] scripts: More Python fixes
@ 2020-05-12 10:32 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 32+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-12 10:32 UTC (permalink / raw)
  To: qemu-devel
  Cc: Markus Armbruster, John Snow, Paolo Bonzini, qemu-block,
	qemu-trivial, Philippe Mathieu-Daudé,
	Cleber Rosa, kvm, Eduardo Habkost, Alex Bennée,
	Marcelo Tosatti, Stefan Hajnoczi, Fam Zheng

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(-)

-- 
2.21.3


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2020-05-29  9:41 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 10:32 [PATCH v4 0/6] scripts: More Python fixes Philippe Mathieu-Daudé
2020-05-12 10:32 ` Philippe Mathieu-Daudé
2020-05-12 10:32 ` [PATCH v4 1/6] scripts/qemugdb: Remove shebang header Philippe Mathieu-Daudé
2020-05-12 10:32   ` Philippe Mathieu-Daudé
2020-05-13 20:58   ` John Snow
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-12 10:32   ` Philippe Mathieu-Daudé
2020-05-13 20:58   ` John Snow
2020-05-13 20:58     ` John Snow
2020-05-12 10:32 ` [PATCH v4 3/6] scripts/qmp: " Philippe Mathieu-Daudé
2020-05-12 10:32   ` Philippe Mathieu-Daudé
2020-05-13 20:59   ` John Snow
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 10:32   ` Philippe Mathieu-Daudé
2020-05-12 11:35   ` Paolo Bonzini
2020-05-12 11:35     ` Paolo Bonzini
2020-05-13 21:00   ` John Snow
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-12 10:32   ` Philippe Mathieu-Daudé
2020-05-13 21:04   ` John Snow
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-12 10:32   ` Philippe Mathieu-Daudé
2020-05-13 21:08   ` John Snow
2020-05-13 21:08     ` John Snow
2020-05-12 11:16 ` [PATCH v4 0/6] scripts: More Python fixes Kevin Wolf
2020-05-12 11:16   ` Kevin Wolf
2020-05-29  9:40 ` Philippe Mathieu-Daudé
2020-05-29  9:40   ` Philippe Mathieu-Daudé

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.