Message ID | 74aa0f95-e059-f6a4-b085-03c7e4b2fceb@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | cmdline: move irq-max-guests doc entry | expand |
On Thu, Sep 7, 2023 at 3:17 PM Jan Beulich <jbeulich@suse.com> wrote: > > ... to adhere to intended sorting. > > Fixes: e373bc1bdc59 ("x86/IRQ: make max number of guests for a shared IRQ configurable") This seems a bit strong, but in any case... > Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: George Dunlap <george.dunlap@cloud.com>
On 11.09.2023 16:34, George Dunlap wrote: > On Thu, Sep 7, 2023 at 3:17 PM Jan Beulich <jbeulich@suse.com> wrote: >> >> ... to adhere to intended sorting. >> >> Fixes: e373bc1bdc59 ("x86/IRQ: make max number of guests for a shared IRQ configurable") > > This seems a bit strong, but in any case... I can drop it if you think that's better. I wasn't really sure either way, to be honest. >> Signed-off-by: Jan Beulich <jbeulich@suse.com> > > Acked-by: George Dunlap <george.dunlap@cloud.com> Thanks, Jan
--- a/docs/misc/xen-command-line.pandoc +++ b/docs/misc/xen-command-line.pandoc @@ -1630,6 +1630,16 @@ wait descriptor timed out', try increasi **WARNING: This command line option is deprecated, and superseded by _dom0-iommu=map-inclusive_ - using both options in combination is undefined.** +### irq-max-guests (x86) +> `= <integer>` + +> Default: `32` + +Maximum number of guests any individual IRQ could be shared between, +i.e. a limit on the number of guests it is possible to start each having +assigned a device sharing a common interrupt line. Accepts values between +1 and 255. + ### irq_ratelimit (x86) > `= <integer>` @@ -1914,16 +1924,6 @@ This option is ignored in **pv-shim** mo ### nr_irqs (x86) > `= <integer>` -### irq-max-guests (x86) -> `= <integer>` - -> Default: `32` - -Maximum number of guests any individual IRQ could be shared between, -i.e. a limit on the number of guests it is possible to start each having -assigned a device sharing a common interrupt line. Accepts values between -1 and 255. - ### numa (x86) > `= on | off | fake=<integer> | noacpi`
... to adhere to intended sorting. Fixes: e373bc1bdc59 ("x86/IRQ: make max number of guests for a shared IRQ configurable") Signed-off-by: Jan Beulich <jbeulich@suse.com>