[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] docs: correct x86 MCE command line option info
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 28 Feb 2022 11:20:00 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=Aadmc9oy/kekIDpUESR5X2aTVRaZ+suywBUfbquNEK0=; b=ArqhjwoxnuGYDcTG72d05PFQmF2LlwTGG+X2PrpFfiqlYXi/YGi0qEkuXTdA9g/wHk1hHGGFiy14v0qMv3I/mMaYP0FRgBxav82Mjf3Uij38SZbxmC2rtWySEXWI6/sEEXo3fe9FqKe+e4xxwvZH4QwXdn3OhpaNEqGO8wYJQV02lK6HmRU9M61hIB5FkIfO1ySbVshsz5pkgTXdMNqKIONgE7BlHZB95VZ/RfkrHsbFOMsVKOM7nSz2DD7ZK35LIQdF+4eI+A+KCD7T2vnOjGGbzDSQ0a2EJ0P+bNqFrBRrnihuupIB2O520W0mgXt54G+wSzUc64OrGwjDHFeuSQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=f574Tgu6fkzaOnusL3WeddVgRACcEKiVWw3Q16DfYOqAI11U95uRnpM7vlDwcY2Oxuldn1F+1XtJh1Gn+dxbYSnLCl+Imp/cDKf1jywX1ybMK5Prj+zhG5HA2keQcBYUIobpNwdncJnP8zkF00prUYQnS/wmN+BDMd1CZ2Mpf0n6HJh0o8Wzr44SGMzlU3FuOVY5hDQAEcbNqf5Sk2AT3AEBuTAmKwCS03zPOsFVzxpwPDo7vxgz/E/vw4QiwNKRk1cU3nqaRslad9rORmA2HWXB46W9eJeNSknRbw4PPu+4fqNJl+CJoBnPeXNCmt6fWOrYJCzotCd8b2kn7nkegw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Mon, 28 Feb 2022 10:20:10 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
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 <jbeulich@xxxxxxxx>
--- a/docs/misc/xen-command-line.pandoc
+++ b/docs/misc/xen-command-line.pandoc
@@ -1681,10 +1681,21 @@ one pending bit to be allocated.
Defaults to 20 bits (to cover at most 1048576 interrupts).
### mce (x86)
-> `= <integer>`
+> `= <boolean>`
+
+> Default: `true`
+
+Allows to disable the use of Machine Check Exceptions. Note that this
+may result in silent shutdown of the system in case an event occurs
+which would have resulted in raising a Machine Check Exception.
### mce_fb (Intel)
-> `= <integer>`
+> `= <boolean>`
+
+> Default: `false`
+
+Force broadcasting of Machine Check Exceptions, suppressing the use of
+Local MCE functionality available in newer Intel hardware.
### mce_verbosity (x86)
> `= verbose`
|