[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2] docs: note default for timer_mode in xl.cfg man
There was no default documented but the header at xen/include/public/hvm/params.h stated which the default was, so add it to the docs. Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> --- CC: Wei Liu <wei.liu2@xxxxxxxxxx> CC: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> CC: Roger Pau Monné <roger.pau@xxxxxxxxxx> # George for the 4.8 and 4.9 backport CC: George Dunlap <george.dunlap@xxxxxxxxxxxxx> change from v1: - added same docs addition to HVM --- docs/man/xl.cfg.pod.5.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in index b7b91d8627..b6812a4033 100644 --- a/docs/man/xl.cfg.pod.5.in +++ b/docs/man/xl.cfg.pod.5.in @@ -1883,7 +1883,8 @@ Specifies the mode for Virtual Timers. The valid values are as follows: Delay for missed ticks. Do not advance a vCPU's time beyond the correct delivery time for interrupts that have been missed due to preemption. Deliver missed interrupts when the vCPU is rescheduled and -advance the vCPU's virtual time stepwise for each one. +advance the vCPU's virtual time stepwise for each one. This is the +default. =item B<no_delay_for_missed_ticks> @@ -2348,7 +2349,8 @@ Specifies the mode for Virtual Timers. The valid values are as follows: Delay for missed ticks. Do not advance a vCPU's time beyond the correct delivery time for interrupts that have been missed due to preemption. Deliver missed interrupts when the vCPU is rescheduled and -advance the vCPU's virtual time stepwise for each one. +advance the vCPU's virtual time stepwise for each one. This is the +default. =item B<no_delay_for_missed_ticks> -- 2.13.6 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |