Re: [Xen-devel] [PATCH v3 4/7] docs: Improve documentation and parsing for efi=

2019-01-16 Thread Jan Beulich
>>> On 16.01.19 at 10:00, wrote: > 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. This is a functional > change, but "no-attr=uc" is ambiguous and shouldn't be accepted. "no-attr=uc" is of cou

[Xen-devel] [PATCH v3 4/7] docs: Improve documentation and parsing for efi=

2019-01-16 Thread Andrew Cooper
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. This is a functional change, but "no-attr=uc" is ambiguous and shouldn't be accepted. Update the command line documentation for consistency. Signed-off