[PATCH] formatdomain.html.in: fix tickpolicy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



there is no option "none":

>From libvirt/src/conf/domain_conf.c

<snip>
VIR_ENUM_IMPL(virDomainTimerTickpolicy,
VIR_DOMAIN_TIMER_TICKPOLICY_LAST,
              "delay",
              "catchup",
              "merge",
              "discard");
</snip>

Replacing with delay.

Signed-off-by: Douglas Schilling Landgraf <dougsland@xxxxxxxxxx>
---
 docs/formatdomain.html.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 9c3c2e8..49a2c09 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -746,7 +746,7 @@
     &lt;timer name="rtc" tickpolicy="catchup" track="guest"&gt;
       &lt;catchup threshold=123 slew=120 limit=10000/&gt;
     &lt;/timer&gt;
-    &lt;timer name="pit" tickpolicy="none"/&gt;
+    &lt;timer name="pit" tickpolicy="delay"/&gt;
   &lt;/clock&gt;
   ...</pre>
 
-- 
1.7.1

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]