[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] docs: update documentation of reboot param
commit 330d4e62508defa708b55f1b612f42b6a2e2842b Author: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> AuthorDate: Thu Oct 17 14:13:50 2024 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Thu Oct 17 14:13:50 2024 +0200 docs: update documentation of reboot param Reflect changed default mode, and fix formatting of `efi` value. Fixes: d81dd3130351 ("x86/shutdown: change default reboot method preference") Signed-off-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- docs/misc/xen-command-line.pandoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc index 5ce63044ad..293dbc1a95 100644 --- a/docs/misc/xen-command-line.pandoc +++ b/docs/misc/xen-command-line.pandoc @@ -2139,7 +2139,7 @@ callbacks are safe to be executed. Expressed in milliseconds; maximum is ### reboot (x86) > `= t[riple] | k[bd] | a[cpi] | p[ci] | P[ower] | e[fi] | n[o] [, [w]arm | > [c]old]` -> Default: `0` +> Default: system dependent Specify the host reboot method. @@ -2153,14 +2153,14 @@ Specify the host reboot method. `kbd` instructs Xen to reboot the host via the keyboard controller. -`acpi` instructs Xen to reboot the host using RESET_REG in the ACPI FADT. +`acpi` instructs Xen to reboot the host using RESET_REG in the ACPI FADT (this +is default mode if available). `pci` instructs Xen to reboot the host using PCI reset register (port CF9). `Power` instructs Xen to power-cycle the host using PCI reset register (port CF9). -'efi' instructs Xen to reboot using the EFI reboot call (in EFI mode by - default it will use that method first). +`efi` instructs Xen to reboot using the EFI reboot call. `xen` instructs Xen to reboot using Xen's SCHEDOP hypercall (this is the default when running nested Xen) -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |