commands.sh

virt-qemu-run

linux

Experimental tool to run a QEMU Guest VM independent of `libvirtd`.

More info →

Options (3)

-r, --rootboolean

Run a QEMU virtual machine and store the state in a specific directory

Example: virt-qemu-run {{[-r|--root]}} {{path/to/directory}} {{path/to/guest.xml}}
-v, --verboseboolean

Run a QEMU virtual machine and display verbose information about the startup

Example: virt-qemu-run {{[-v|--verbose]}} {{path/to/guest.xml}}
-h, --helpboolean

Display help

Example: virt-qemu-run {{[-h|--help]}}

Examples (4)

Run a QEMU virtual machine

virt-qemu-run path/to/guest.xml

Run a QEMU virtual machine and store the state in a specific directory

virt-qemu-run [-r|--root] path/to/directory path/to/guest.xml

Run a QEMU virtual machine and display verbose information about the startup

virt-qemu-run [-v|--verbose] path/to/guest.xml

Display help

virt-qemu-run [-h|--help]
made by @shridhargupta | data from tldr-pages