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:
Peter Krempa 2013-06-24 16:03:37 +02:00
parent c34107dfd3
commit 23770d7b55

View File

@ -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>