mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
docs: Document hypervisor drivers that support certain timer models
Not every timer model is supported with each hypervisor. Explicitly mention the driver supporting each timer model.
This commit is contained in:
parent
c34107dfd3
commit
23770d7b55
@ -1310,8 +1310,10 @@
|
|||||||
<dt><code>name</code></dt>
|
<dt><code>name</code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
The <code>name</code> attribute selects which timer is
|
The <code>name</code> attribute selects which timer is
|
||||||
being modified, and can be one of "platform", "hpet",
|
being modified, and can be one of
|
||||||
"kvmclock", "pit", "rtc", or "tsc".
|
"platform" (currently unsupported),
|
||||||
|
"hpet" (libxl, xen, qemu), "kvmclock" (qemu),
|
||||||
|
"pit" (qemu), "rtc" (qemu), or "tsc" (libxl).
|
||||||
</dd>
|
</dd>
|
||||||
<dt><code>track</code></dt>
|
<dt><code>track</code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user