aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatt Wilson <msw@amazon.com>2013-08-30 10:49:59 +0200
committerJan Beulich <jbeulich@suse.com>2013-08-30 10:49:59 +0200
commit735be2c1db9651b552c1df636742aaeab00ec538 (patch)
treed280283f9a3f789da2e7836ff1d8cec89e1070f0 /docs
parent0f4cb23c3ea5b987c49c9a9368e7a0d505ec064f (diff)
downloadxen-735be2c1db9651b552c1df636742aaeab00ec538.tar.gz
xen-735be2c1db9651b552c1df636742aaeab00ec538.tar.bz2
xen-735be2c1db9651b552c1df636742aaeab00ec538.zip
x86: remove references to unimplemented BIOS reboot option
The BIOS reboot option was never implemented for x86_64, and retaining it is somewhat false advertising. Signed-off-by: Matt Wilson <msw@amazon.com> Acked-by: Keir Fraser <keir@xen.org> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/misc/xen-command-line.markdown5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown
index a86014b4d6..2da29b71b6 100644
--- a/docs/misc/xen-command-line.markdown
+++ b/docs/misc/xen-command-line.markdown
@@ -761,7 +761,7 @@ This option can be specified more than once (up to 8 times at present).
> `= <integer>`
### reboot
-> `= b[ios] | t[riple] | k[bd] | n[o] [, [w]arm | [c]old]`
+> `= t[riple] | k[bd] | n[o] [, [w]arm | [c]old]`
Default: `0`
@@ -771,9 +771,6 @@ Specify the host reboot method.
`cold` instructs Xen to set the cold reboot flag.
-`bios` instructs Xen to reboot the host by jumping to BIOS. This is
-only available on 32-bit x86 platforms.
-
`triple` instructs Xen to reboot the host by causing a triple fault.
`kbd` instructs Xen to reboot the host via the keyboard controller.