Skip to content

Commit 1a89c1d

Browse files
jgross1bostrovs
authored andcommitted
Documentation: add xen.fifo_events kernel parameter description
The kernel boot parameter xen.fifo_events isn't listed in Documentation/admin-guide/kernel-parameters.txt. Add it. Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> Link: https://lore.kernel.org/r/20201022094907.28560-6-jgross@suse.com Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
1 parent eabe741 commit 1a89c1d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5836,6 +5836,13 @@
58365836
After which time (jiffies) the event handling loop
58375837
should start to delay EOI handling. Default is 2.
58385838

5839+
xen.fifo_events= [XEN]
5840+
Boolean parameter to disable using fifo event handling
5841+
even if available. Normally fifo event handling is
5842+
preferred over the 2-level event handling, as it is
5843+
fairer and the number of possible event channels is
5844+
much higher. Default is on (use fifo events).
5845+
58395846
nopv= [X86,XEN,KVM,HYPER_V,VMWARE]
58405847
Disables the PV optimizations forcing the guest to run
58415848
as generic guest with no PV drivers. Currently support

0 commit comments

Comments
 (0)