aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-03-26 17:09:59 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-03-26 17:09:59 +0100
commitd8fd4c367894de914b10dc6855ccc1a39e4a0a9a (patch)
treed9849843d3c07cae24413c098b4d97a67215624a /docs/misc
parenta77ff6b05c764efd733d05e4ea36c4affa0c3884 (diff)
downloadxen-d8fd4c367894de914b10dc6855ccc1a39e4a0a9a.tar.gz
xen-d8fd4c367894de914b10dc6855ccc1a39e4a0a9a.tar.bz2
xen-d8fd4c367894de914b10dc6855ccc1a39e4a0a9a.zip
docs: add some missing options to misc/xen-command-line.markdown
These were mostly ones from xen/arch/x86/boot/cmdline.S which are handled early and therefore do not use the usual infrastructure and so got missed in the initial trawl. The document now contains (AFAICT) every still valid option which was previously documented at: http://wiki.xen.org/wiki?title=Xen_Hypervisor_Boot_Options&oldid=1379 Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/xen-command-line.markdown45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown
index e9e4c4d0fe..755ee55dad 100644
--- a/docs/misc/xen-command-line.markdown
+++ b/docs/misc/xen-command-line.markdown
@@ -96,6 +96,10 @@ from the MP tables.
Finally, any of the boolean false options can be used to disable ACPI
usage entirely.
+Because responsiblity for ACPI processing is shared between Xen and
+the domain 0 kernel this option is automatically propagated to the
+domain 0 command line
+
### acpi\_apic\_instance
> `= <integer>`
@@ -103,7 +107,15 @@ Specify which ACPI MADT table to parse for APIC information, if more
than one is present.
### acpi\_pstate\_strict
+
### acpi\_skip\_timer\_override
+
+Instruct Xen to ignore timer-interrupt override.
+
+Because responsiblity for ACPI processing is shared between Xen and
+the domain 0 kernel this option is automatically propagated to the
+domain 0 command line
+
### acpi\_sleep
### additional\_cpus
### allowsuperpage
@@ -300,8 +312,26 @@ Pin dom0 vcpus to their respective pcpus
### dom\_rid\_bits
### e820-mtrr-clip
### e820-verbose
+
+### edd (x86)
+> `= off | on | skipmbr`
+
+Control retrieval of Extended Disc Data (EDD) from the BIOS during
+boot.
+
+### edid (x86)
+> `= no | force`
+
+Either force retrieval of monitor EDID information via VESA DDC, or
+disable it (edid=no). This option should not normally be required
+except for debugging purposes.
+
### efi\_print
### extra\_guest\_irqs
+> `= <number>`
+
+Increase the number of PIRQs available for the guest. The default is 32.
+
### flask\_enabled
### flask\_enforcing
### font
@@ -381,6 +411,15 @@ Specify what Xen should do in the event of an NMI parity or I/O error.
dom0, while 'fatal' causes Xen to print diagnostics and then hang.
### noapic
+
+Instruct Xen to ignore any IOAPICs that are present in the system, and
+instead continue to use the legacy PIC. This is _not_ recommended with
+pvops type kernels.
+
+Because responsiblity for APIC setup is shared between Xen and the
+domain 0 kernel this option is automatically propagated to the domain
+0 command line.
+
### nofxsr
### noirqbalance
> `= <boolean>`
@@ -394,6 +433,12 @@ IRQ routing issues.
Ignore the local APIC on a uniprocessor system, even if enabled by the
BIOS. This option will accept value.
+### no-real-mode (x86)
+
+Do not execute real-mode bootstrap code when booting Xen. This option
+should not be used except for debugging. It will effectively disable
+the vga option, which relies on real mode to set the video mode.
+
### noreboot
> `= <boolean>`