From: Jan Beulich Date: Tue, 9 Aug 2022 09:52:49 +0000 (+0200) Subject: docs: correct x86 MCE command line option info X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~332 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3caa5a3f03eef4ce7f010aea3af09bb8afde4298;p=xen.git docs: correct x86 MCE command line option info Not even the types were correct, let alone defaults being spelled out or the purpose of the options actually mentioned in any way. Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc index 21d632e83a..fa56e880b3 100644 --- a/docs/misc/xen-command-line.pandoc +++ b/docs/misc/xen-command-line.pandoc @@ -1691,10 +1691,23 @@ one pending bit to be allocated. Defaults to 20 bits (to cover at most 1048576 interrupts). ### mce (x86) -> `= ` +> `= ` + +> Default: `true` + +Allows to disable the use of Machine Check Exceptions. Note that doing +so may result in silent shutdown of the system in case an event occurs +which would have resulted in raising a Machine Check Exception. Silent +here is as far as Xen is concerned; firmware may offer to retrieve some +collected data. ### mce_fb (Intel) -> `= ` +> `= ` + +> Default: `false` + +Force broadcasting of Machine Check Exceptions, suppressing the use of +Local MCE functionality available in newer Intel hardware. ### mce_verbosity (x86) > `= verbose`