]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/QemuBootOrderLib: skip unsupported entries in StoreQemuBootOrder
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 21 Sep 2022 05:30:45 +0000 (07:30 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 28 Sep 2022 10:46:29 +0000 (10:46 +0000)
commitb7213bbd59833fb0786c83a28df5f8244602ab5e
tree520f0a1639822567732b97c1a65d55fc11329707
parentd63242bd69a0e3eaa39afd644b634f60f384b278
OvmfPkg/QemuBootOrderLib: skip unsupported entries in StoreQemuBootOrder

When finding an unsupported entry just skip over and continue
with the next entry instead of stop processing altogether.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.c