]> xenbits.xensource.com Git - xen.git/commit
EFI: fix "efi=attr=" handling
authorJan Beulich <jbeulich@suse.com>
Tue, 26 Nov 2019 13:17:45 +0000 (14:17 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 26 Nov 2019 13:17:45 +0000 (14:17 +0100)
commit5530782cfe70ed22fe44358f6a10c38916443b42
tree991c2befe1be6bc39a994701403a98771f5e07df
parent3f1a53bef84fca5ffb4178638db14c747231851f
EFI: fix "efi=attr=" handling

Commit 633a40947321 ("docs: Improve documentation and parsing for efi=")
failed to honor the strcmp()-like return value convention of
cmdline_strcmp().

Reported-by: Roman Shaposhnik <roman@zededa.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wl@xen.org>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
xen/common/efi/boot.c