summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/VirtHstiDxe/Flash.c
Commit message (Collapse)AuthorAgeFilesLines
* OvmfPkg/VirtHstiDxe: add varstore flash checkGerd Hoffmann2024-04-221-0/+90
Detects qemu config issue: vars pflash is not in secure mode (write access restricted to smm). Applies to Q35 with SMM only. Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Konstantin Kostiuk <kkostiuk@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>