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

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

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

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.48.1



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

end of thread, other threads:[~2026-01-05 14:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19 16:28 [PATCH v2 0/3] scripts: render_block_graph: Fix with new python and improve argument parsing Peter Krempa
2025-03-19 16:28 ` [PATCH v2 1/3] scripts: render_block_graph: Fix invalid escape sequence warning with python 3.12 Peter Krempa
2025-03-19 16:28 ` [PATCH v2 2/3] scripts: render_block_graph: Implement proper argument parser Peter Krempa
2025-03-19 16:28 ` [PATCH v2 3/3] scripts: render_block_graph: Avoid backtrace on error from virsh Peter Krempa
2025-03-19 16:53 ` [PATCH v2 0/3] scripts: render_block_graph: Fix with new python and improve argument parsing Pavel Hrdina
2025-06-10 12:40 ` Peter Krempa
2025-06-10 19:54   ` John Snow
2026-01-05 14:21     ` 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.