mirror of https://gitee.com/openkylin/libvirt.git
docs: formatdomain: tsc is supported by QEMU
As of commit 7373c4e48
the QEMU driver also supports TSC.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
5c5831c454
commit
ca12af4915
|
@ -2439,7 +2439,9 @@
|
|||
being modified, and can be one of
|
||||
"platform" (currently unsupported),
|
||||
"hpet" (libxl, xen, qemu), "kvmclock" (qemu),
|
||||
"pit" (qemu), "rtc" (qemu), "tsc" (libxl) or "hypervclock"
|
||||
"pit" (qemu), "rtc" (qemu), "tsc" (libxl, qemu -
|
||||
<span class="since">since 3.2.0</span>)
|
||||
or "hypervclock"
|
||||
(qemu - <span class="since">since 1.2.2</span>).
|
||||
|
||||
The <code>hypervclock</code> timer adds support for the
|
||||
|
|
Loading…
Reference in New Issue