1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:42:07 +02:00
tldr/pages/common/virt-qemu-run.md
Harshit Vijay e90697af1e
virt-qemu-run: add page (#12859)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: spageektti <git@spageektti.cc>
2024-05-29 21:06:19 +02:00

20 lines
542 B
Markdown

# 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`