Re: [edk2-devel] [PATCH 1/1] OvmfPkg: rename QemuBootOrderNNNN to VMMBootOrderNNNN

2022-10-07 Thread Ard Biesheuvel
Merged #3449 into master. On Tue, 4 Oct 2022 at 13:22, Gerd Hoffmann wrote: > > 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 s

[edk2-devel] [PATCH 1/1] OvmfPkg: rename QemuBootOrderNNNN to VMMBootOrderNNNN

2022-10-04 Thread Gerd Hoffmann
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