mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-21 10:50:24 +03: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>
|
||||
<dd>
|
||||
The <code>name</code> attribute selects which timer is
|
||||
being modified, and can be one of "platform", "hpet",
|
||||
"kvmclock", "pit", "rtc", or "tsc".
|
||||
being modified, and can be one of
|
||||
"platform" (currently unsupported),
|
||||
"hpet" (libxl, xen, qemu), "kvmclock" (qemu),
|
||||
"pit" (qemu), "rtc" (qemu), or "tsc" (libxl).
|
||||
</dd>
|
||||
<dt><code>track</code></dt>
|
||||
<dd>
|
||||
|
Loading…
x
Reference in New Issue
Block a user