From d8fd4c367894de914b10dc6855ccc1a39e4a0a9a Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 26 Mar 2012 17:09:59 +0100 Subject: 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 Committed-by: Ian Jackson --- docs/misc/xen-command-line.markdown | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'docs/misc/xen-command-line.markdown') 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 > `= ` @@ -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 +> `= ` + +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 > `= ` @@ -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 > `= ` -- cgit v1.2.3