You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of OVMF changed recently so that calling
query_variable_info with just the `NON_VOLATILE` attribute is treated as
an error:
tianocore/edk2@21320ef
Fix by OR'ing it with `BOOTSERVICE_ACCESS`.
Also fix a typo in the output, and `unwrap` the result of calling
`query_variable_info` since these calls should always succeed.
0 commit comments