All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] scripts: render_block_graph: Fix with new python and improve argument parsing
@ 2025-03-18 16:36 Peter Krempa
  2025-03-18 16:36 ` [PATCH 1/3] scripts: render_block_graph: Fix invalid escape sequence warning with python 3.12 Peter Krempa
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peter Krempa @ 2025-03-18 16:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: John Snow, Cleber Rosa, 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.

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 | 82 +++++++++++++++++++++++++----------
 1 file changed, 59 insertions(+), 23 deletions(-)

-- 
2.48.1



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

end of thread, other threads:[~2025-03-18 20:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 16:36 [PATCH 0/3] scripts: render_block_graph: Fix with new python and improve argument parsing Peter Krempa
2025-03-18 16:36 ` [PATCH 1/3] scripts: render_block_graph: Fix invalid escape sequence warning with python 3.12 Peter Krempa
2025-03-18 16:36 ` [PATCH 2/3] scripts: render_block_graph: Implement proper argument parser Peter Krempa
2025-03-18 20:46   ` Pavel Hrdina
2025-03-18 16:36 ` [PATCH 3/3] scripts: render_block_graph: Avoid backtrace on error from virsh 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.