aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc/xen-command-line.markdown
diff options
context:
space:
mode:
authorJan Beulich <JBeulich@suse.com>2012-06-12 11:33:42 +0100
committerJan Beulich <JBeulich@suse.com>2012-06-12 11:33:42 +0100
commit3a07eef100625b43bf2b63c34a1c32d823f7764b (patch)
treeb2d4bf32e973aa36fee8a5a811a8fb69ef4c5c1e /docs/misc/xen-command-line.markdown
parent6b091fa4457c6768c7fc505e2a42a5f32b83bc8d (diff)
downloadxen-3a07eef100625b43bf2b63c34a1c32d823f7764b.tar.gz
xen-3a07eef100625b43bf2b63c34a1c32d823f7764b.tar.bz2
xen-3a07eef100625b43bf2b63c34a1c32d823f7764b.zip
x86-64: detect processors subject to AMD erratum #121 and refuse to boot
Processors with this erratum are subject to a DoS attack by unprivileged guest users. This is XSA-9 / CVE-2012-2934. Signed-off-by: Jan Beulich <JBeulich@suse.com> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'docs/misc/xen-command-line.markdown')
-rw-r--r--docs/misc/xen-command-line.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown
index 1f3faaa6de..7ceaa3b555 100644
--- a/docs/misc/xen-command-line.markdown
+++ b/docs/misc/xen-command-line.markdown
@@ -126,6 +126,16 @@ Override Xen's logic for choosing the APIC driver. By default, if
there are more than 8 CPUs, Xen will switch to `bigsmp` over
`default`.
+### allow\_unsafe
+> `= <boolean>`
+
+Force boot on potentially unsafe systems. By default Xen will refuse to boot on
+systems with the following errata:
+
+* AMD Erratum 121. Processors with this erratum are subject to a guest
+ triggerable Denial of Service. Override only if you trust all of your PV
+ guests.
+
### apic\_verbosity
> `= verbose | debug`