]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: rename QemuBootOrderNNNN to VMMBootOrderNNNN
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Oct 2022 11:21:57 +0000 (13:21 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 7 Oct 2022 18:14:05 +0000 (18:14 +0000)
commit406ad0582a3df7af498ec4f0adee1a95ceeae64f
tree6e6459f174c5f217bb89bd992fa61e32287cd777
parent336133660715a08d2b8b1660ea86ef003d6854c4
OvmfPkg: rename QemuBootOrderNNNN to VMMBootOrderNNNN

While the actual implementation (using qemu fw_cfg) is qemu-specific,
the idea to store the boot order as configured by the VMM in EFI
variables is not.  So lets give the variables a more neutral name while
we still can (i.e. no stable tag yet with the new feature).

While being at it also fix the NNNN format (use %x instead of %d for
consistency with BootNNNN).

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