File: kvm.1

package info (click to toggle)
qemu 1%3A2.1%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 56,688 kB
  • sloc: ansic: 806,370; sh: 12,093; asm: 10,812; python: 8,293; cpp: 6,289; perl: 4,521; makefile: 2,326; objc: 914; xml: 526
file content (27 lines) | stat: -rw-r--r-- 778 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.TH kvm 1 2013-11 "1.7" Debian
.SH NAME
kvm \- kvm-enabling wrapper for qemu-system-x86_64
.SH DESCRIPTION
The
.B kvm
wrapper script is used to provide compatibility with old
qemu\-kvm package which has been merged into qemu as of
version 1.3.
.P
The script executes
.RS
.B qemu\-system\-x86_64 \-enable\-kvm
.RE
passing all other command-line arguments to the qemu binary.
This is not the same as old kvm binary, which was using
less strict construct, similar to
.RS
.B qemu\-system\-x86_64 \-machine accel=kvm:tcg
.RE
New wrapper ensures that kvm mode is enabled, or the VM
will not start, while old code falled back to emulation
(tcg) mode if kvm isn't available.
.SH SEE ALSO
.BR qemu-system (1).
.SH AUTHOR
This manual page was written by Michael Tokarev <mjt@tls.msk.ru>.