Options (3)
-r, --rootbooleanRun 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, --verbosebooleanRun a QEMU virtual machine and display verbose information about the startup
Example:
virt-qemu-run {{[-v|--verbose]}} {{path/to/guest.xml}}-h, --helpbooleanDisplay help
Example:
virt-qemu-run {{[-h|--help]}}Examples (4)
Run a QEMU virtual machine
virt-qemu-run path/to/guest.xmlRun a QEMU virtual machine and store the state in a specific directory
virt-qemu-run [-r|--root] path/to/directory path/to/guest.xmlRun a QEMU virtual machine and display verbose information about the startup
virt-qemu-run [-v|--verbose] path/to/guest.xmlDisplay help
virt-qemu-run [-h|--help]made by @shridhargupta | data from tldr-pages