qemu-devel.nongnu.org archive mirror
 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; 7+ 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] 7+ messages in thread

end of thread, other threads:[~2025-06-10 19:56 UTC | newest]

Thread overview: 7+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).