From 657b85d9566535d711088885a8433856f4a8d66b Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 16 Jan 2018 10:28:56 -0600 Subject: [PATCH] docs: note default for timer_mode in xl.cfg man MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Roger Pau Monné Reviewed-by: Wei Liu --- docs/man/xl.cfg.pod.5.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in index bf6c266de1..30fe4b8531 100644 --- a/docs/man/xl.cfg.pod.5.in +++ b/docs/man/xl.cfg.pod.5.in @@ -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 @@ -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 -- 2.30.2