mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-24 06:58:16 +00:00
26a3a071bb
Documentation: Change the binary name from *kvm* to *lkvm*, since commit ad3efb18 already called the binary *lkvm* and with a alias name *vm*. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
63 lines
776 B
Plaintext
63 lines
776 B
Plaintext
lkvm-run(1)
|
|
================
|
|
|
|
NAME
|
|
----
|
|
lkvm-run - Start the virtual machine
|
|
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
'lkvm run' [-k <kernel image> | --kernel <kernel image>]
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
The command starts a virtual machine.
|
|
|
|
OPTIONS
|
|
-------
|
|
-m::
|
|
--mem=::
|
|
Virtual machine memory size in MiB.
|
|
|
|
-p::
|
|
--params::
|
|
Additional kernel command line arguments.
|
|
|
|
-r::
|
|
--initrd=::
|
|
Initial RAM disk image.
|
|
|
|
-k::
|
|
--kernel=::
|
|
The virtual machine kernel.
|
|
|
|
--dev=::
|
|
KVM device file.
|
|
|
|
-i::
|
|
--image=::
|
|
A disk image file.
|
|
|
|
-s::
|
|
--single-step::
|
|
Enable single stepping.
|
|
|
|
-g::
|
|
--ioport-debug::
|
|
Enable ioport debugging.
|
|
|
|
-c::
|
|
--enable-virtio-console::
|
|
Enable the virtual IO console.
|
|
|
|
--cpus::
|
|
The number of virtual CPUs to run.
|
|
|
|
--debug::
|
|
Enable debug messages.
|
|
|
|
SEE ALSO
|
|
--------
|
|
linkkvm:
|