aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc
diff options
context:
space:
mode:
authorJan Beulich <JBeulich@suse.com>2012-09-10 11:13:56 +0100
committerJan Beulich <JBeulich@suse.com>2012-09-10 11:13:56 +0100
commit8b0eac76421bd55bab2a542a77f40db78f2b7bad (patch)
treed4cbb24c3a488f5724aaccbb30e4237459a27634 /docs/misc
parent840f21427f87d80e36296638d540211692fc6ff0 (diff)
downloadxen-8b0eac76421bd55bab2a542a77f40db78f2b7bad.tar.gz
xen-8b0eac76421bd55bab2a542a77f40db78f2b7bad.tar.bz2
xen-8b0eac76421bd55bab2a542a77f40db78f2b7bad.zip
docs: document "ucode=" hypervisor command line option
Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/xen-command-line.markdown13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown
index b3f176cbdc..eff930f7f8 100644
--- a/docs/misc/xen-command-line.markdown
+++ b/docs/misc/xen-command-line.markdown
@@ -785,6 +785,19 @@ pages) must also be specified via the tbuf\_size parameter.
> `= unstable | skewed`
### ucode
+> `= <integer>`
+
+Specify the CPU microcode update blob module index. When positive, this
+specifies the n-th module (in the GrUB entry, zero based) to be used
+for updating CPU micrcode. When negative, counting starts at the end of
+the modules in the GrUB entry (so with the blob commonly being last,
+one could specify `ucode=-1`). Note that the value of zero is not valid
+here (entry zero, i.e. the first module, is always the Dom0 kernel
+image). Note further that use of this option has an unspecified effect
+when used with xen.efi (there the concept of modules doesn't exist, and
+the blob gets specified via the `ucode=<filename>` config file/section
+entry; see [EFI configuration file description](efi.html)).
+
### unrestricted\_guest
> `= <boolean>`