File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 214
214
# PL011 UART. @verbose-static is mutually exclusive
215
215
# with @verbose-dynamic.
216
216
#
217
+ # @host-uefi-vars: The firmware expects the host to provide an uefi
218
+ # variable store. qemu supports that via
219
+ # "uefi-vars-sysbus" (aarch64, riscv64, loongarch64)
220
+ # or "uefi-vars-x64" (x86_64) devices. The firmware
221
+ # will not use flash for nvram. When loading the
222
+ # firmware into flash the 'stateless' setup should be
223
+ # used. It is recommened to load the firmware into
224
+ # memory though.
225
+ #
217
226
# Since: 3.0
218
227
##
219
228
{ 'enum' : 'FirmwareFeature' ,
220
229
'data' : [ 'acpi-s3' , 'acpi-s4' ,
221
230
'amd-sev' , 'amd-sev-es' , 'amd-sev-snp' ,
222
231
'intel-tdx' ,
223
- 'enrolled-keys' , 'requires-smm' , 'secure-boot' ,
232
+ 'enrolled-keys' , 'requires-smm' ,
233
+ 'secure-boot' , 'host-uefi-vars' ,
224
234
'verbose-dynamic' , 'verbose-static' ] }
225
235
226
236
##
You can’t perform that action at this time.
0 commit comments