docs: Improve documentation and parsing for efi=
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 10 Dec 2018 21:29:10 +0000 (21:29 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 23 Jan 2019 18:19:52 +0000 (18:19 +0000)
commit633a4094732100c645c41b0fa9087cb432ca1e11
tree162281e2e98fb8e4949af4fed0895e68173144e6
parent30f5047b2c4e577436b505ba7627f34c3be02014
docs: Improve documentation and parsing for efi=

Update parse_efi_param() to use parse_boolean() for "rs", so it behaves
like other Xen booleans.

However, change "attr=uc" to not be a boolean.  "no-attr=uc" is ambiguous and
shouldn't be accepted, but accept "attr=no" as an acceptable alternative.

Update the command line documentation for consistency.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
docs/misc/xen-command-line.pandoc
xen/common/efi/boot.c