提交 c7d1f598 编写于 作者: D Douglas Schilling Landgraf 提交者: Daniel Veillard

formatdomain.html.in: fix tickpolicy

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: NDouglas Schilling Landgraf <dougsland@redhat.com>
上级 dd09da70
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册