[libvirt] [PATCHv2] docs: Document hypervisor drivers that support certain timer models

Peter Krempa pkrempa at redhat.com
Mon Jul 1 11:27:41 UTC 2013


Not every timer model is supported with each hypervisor. Explicitly
mention the driver supporting each timer model.
---

Notes:
    Version 2:
    - corrected the support of HPET (xen, libxl, qemu) and KVMCLOCK (just qemu) timers

 docs/formatdomain.html.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index cc4c5ea..47d91ab 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -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>
-- 
1.8.2.1




More information about the libvir-list mailing list