]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
cmdline: move irq-max-guests doc entry
authorJan Beulich <jbeulich@suse.com>
Mon, 11 Sep 2023 15:24:51 +0000 (17:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 11 Sep 2023 15:24:51 +0000 (17:24 +0200)
... to adhere to intended sorting.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: George Dunlap <george.dunlap@cloud.com>
docs/misc/xen-command-line.pandoc

index a3145983f62313879934894ad7b9d0b71a0a200a..f88e6a70aed67f020e3a26101c6115bcfb3ca3e6 100644 (file)
@@ -1630,6 +1630,16 @@ wait descriptor timed out', try increasing this value.
 **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** mode.
 ### 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`