All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] scripts: render_block_graph: Fix with new python and improve argument parsing
@ 2026-02-03 11:46 Peter Krempa
  2026-02-03 11:46 ` [PATCH v3 1/3] scripts: render_block_graph: Fix invalid escape sequence warning with python 3.12 Peter Krempa
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Krempa @ 2026-02-03 11:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: John Snow, qemu-block

New python doesn't like '\l' escapes from the 'dot' language.

While at it improve usability of the script by employing proper argument
parsing.

v3:
 - rebase + resend

v2:
 - use mutually exclusive group instead of hardcoding it (Pavel)

Peter Krempa (3):
  scripts: render_block_graph: Fix invalid escape sequence warning with
    python 3.12
  scripts: render_block_graph: Implement proper argument parser
  scripts: render_block_graph: Avoid backtrace on error from virsh

 scripts/render_block_graph.py | 80 +++++++++++++++++++++++++----------
 1 file changed, 57 insertions(+), 23 deletions(-)

-- 
2.52.0



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

end of thread, other threads:[~2026-02-12 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 11:46 [PATCH v3 0/3] scripts: render_block_graph: Fix with new python and improve argument parsing Peter Krempa
2026-02-03 11:46 ` [PATCH v3 1/3] scripts: render_block_graph: Fix invalid escape sequence warning with python 3.12 Peter Krempa
2026-02-03 11:46 ` [PATCH v3 2/3] scripts: render_block_graph: Implement proper argument parser Peter Krempa
2026-02-03 11:46 ` [PATCH v3 3/3] scripts: render_block_graph: Avoid backtrace on error from virsh Peter Krempa
2026-02-12 16:13 ` [PATCH v3 0/3] scripts: render_block_graph: Fix with new python and improve argument parsing Peter Krempa

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.