From dff475b81cf756b23e583ec41a3863e11a540dbd Mon Sep 17 00:00:00 2001 From: FL Date: Tue, 4 Oct 2022 16:59:38 +0200 Subject: [PATCH] qm-start: add page (#8704) --- pages/linux/qm-start.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/qm-start.md diff --git a/pages/linux/qm-start.md b/pages/linux/qm-start.md new file mode 100644 index 000000000..ae74c371f --- /dev/null +++ b/pages/linux/qm-start.md @@ -0,0 +1,16 @@ +# qm start + +> Start a virtual machine on QEMU/KVM Virtual Machine Manager. +> More information: . + +- Start a specific virtual machine: + +`qm start {{100}}` + +- Specify the QEMU machine type (i.e. the CPU to emulate): + +`qm start {{100}} --machine {{q35}}` + +- Start a specific virtual machine with a timeout in 60 seconds: + +`qm start {{100}} --timeout {{60}}`