docs: note default for timer_mode in xl.cfg man
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 16 Jan 2018 16:28:56 +0000 (10:28 -0600)
committerWei Liu <wei.liu2@citrix.com>
Thu, 18 Jan 2018 10:52:06 +0000 (10:52 +0000)
There was no default documented but inspecting
libxl__domain_build_info_setdefault() shows the default to be
LIBXL_TIMER_MODE_NO_DELAY_FOR_MISSED_TICKS.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
docs/man/xl.cfg.pod.5.in

index bf6c266de12c6024d4a994728951c6cbc341ad0a..30fe4b85316d863707051d0758b5abc59ac5632b 100644 (file)
@@ -1924,7 +1924,7 @@ advance the vCPU's virtual time stepwise for each one.
 
 No delay for missed ticks. As above, missed interrupts are delivered,
 but guest time always tracks wallclock (i.e., real) time while doing
-so.
+so. This is the default.
 
 =item B<no_missed_ticks_pending>
 
@@ -2389,7 +2389,7 @@ advance the vCPU's virtual time stepwise for each one.
 
 No delay for missed ticks. As above, missed interrupts are delivered,
 but guest time always tracks wallclock (i.e., real) time while doing
-so.
+so. This is the default.
 
 =item B<no_missed_ticks_pending>