From bf2acc0ab8a96cc202f1b8ff527fae8fadc12c26 Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Fri, 22 May 2026 01:57:19 +0200 Subject: [PATCH] Add `--graphics` option to replace `--no-graphic` and `--vnc` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the non-functional `--no-graphic` and `--vnc` CLI flags with a single `--graphics {spice,vnc,none}` option that actually wires through to the libvirt domain XML. This is useful when one needs graphical access to the VM via a SPICE or VNC client (e.g. `virt-viewer` or `remote-viewer`), for example to debug boot issues or interact with a graphical desktop. The old flags were accepted by argparse but never consumed — they had zero effect on VM creation. The new option generates proper `` and `