From: Peter Krempa Date: Mon, 24 Jun 2013 14:03:37 +0000 (+0200) Subject: docs: Document hypervisor drivers that support certain timer models X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=23770d7b55ed3948b4c633c1a58f0cf65ecd56ff;p=people%2Fdariof%2Flibvirt.git 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. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index cc4c5ea6e..47d91ab2e 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1310,8 +1310,10 @@
name
The name 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).
track