virt-qemu-run: add page (#12859)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: spageektti <git@spageektti.cc>
pull/28/head
Harshit Vijay 2024-05-30 00:36:19 +05:30 committed by GitHub
parent e034dd6613
commit e90697af1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# virt-qemu-run
> Experimental tool to run a QEMU Guest VM independent of `libvirtd`.
> More information: <https://libvirt.org/manpages/virt-qemu-run.html>.
- 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 --root={{path/to/directory}} {{path/to/guest.xml}}`
- Run a QEMU virtual machine and display verbose information about the startup:
`virt-qemu-run --verbose {{path/to/guest.xml}}`
- Display help:
`virt-qemu-run --help`