PHYSDEVOP_pirq_eoi_gmfn_v<N> accepting just a single GFN implies that no more than 32k pIRQ-s can be used by a domain. Document this upper bound.
Signed-off-by: Jan Beulich <jbeul...@suse.com> --- I was uncertain about also introducing a bounds check in code: We don't check for bogus / abusive values elsewhere either. --- a/docs/misc/xen-command-line.pandoc +++ b/docs/misc/xen-command-line.pandoc @@ -1130,7 +1130,8 @@ common for all domUs, while the optional is for dom0. Changing the setting for domU has no impact on dom0 and vice versa. For example to change dom0 without changing domU, use `extra_guest_irqs=,512`. The default value for Dom0 and an eventual separate -hardware domain is architecture dependent. +hardware domain is architecture dependent. The upper limit for both values is +32768. Note that specifying zero as domU value means zero, while for dom0 it means to use the default.