docs: Correct docs for extra_guest_irqs command line option
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 31 Jul 2013 13:48:11 +0000 (14:48 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 2 Aug 2013 15:30:48 +0000 (16:30 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
docs/misc/xen-command-line.markdown

index 708ffc2d5e01e68ee0dcbcb63186559c5e155556..202d80080906b6d693874b49e93b263f1b8e77d0 100644 (file)
@@ -485,9 +485,15 @@ disable it (edid=no). This option should not normally be required
 except for debugging purposes.
 
 ### extra\_guest\_irqs
-> `= <number>`
+> `= [<domU number>][,<dom0 number>]`
 
-Increase the number of PIRQs available for the guest. The default is 32. 
+> Default: `32,256`
+
+Change the number of PIRQs available for guests.  The optional first number is
+common for all domUs, while the optional second number (preceded by a comma)
+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`
 
 ### flask\_enabled
 > `= <integer>`