kvm tools: Add ivshmem device
[linux-2.6/next.git] / tools / kvm / Documentation / kvm-run.txt
blob65134278703c1a8281d3526ea3908aab426bcb39
1 kvm-run(1)
2 ================
4 NAME
5 ----
6 kvm-run - Start the virtual machine
8 SYNOPSIS
9 --------
10 [verse]
11 'kvm run' [-k <kernel image> | --kernel <kernel image>]
13 DESCRIPTION
14 -----------
15 The command starts a virtual machine.
17 OPTIONS
18 -------
19 -m::
20 --mem=::
21         Virtual machine memory size in MiB.
23 -p::
24 --params::
25         Additional kernel command line arguments.
27 -r::
28 --initrd=::
29         Initial RAM disk image.
31 -k::
32 --kernel=::
33         The virtual machine kernel.
35 --dev=::
36         KVM device file.
38 -i::
39 --image=::
40         A disk image file.
42 -s::
43 --single-step::
44         Enable single stepping.
46 -g::
47 --ioport-debug::
48         Enable ioport debugging.
50 -c::
51 --enable-virtio-console::
52         Enable the virtual IO console.
54 --cpus::
55         The number of virtual CPUs to run.
57 --debug::
58         Enable debug messages.
60 SEE ALSO
61 --------
62 linkkvm: