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
I ran into some issues then trying to use SVSM on Fedora 36.
I know the main focus is Ubuntu 22.04 right now, but I'll leave this info here just in case.
OVMF crashes
The OVMF crashes right after the start when built on Fedora 36 (gcc 12).
I ran into some issues then trying to use SVSM on Fedora 36.
I know the main focus is Ubuntu 22.04 right now, but I'll leave this info here just in case.
OVMF crashes
The OVMF crashes right after the start when built on Fedora 36 (gcc 12).
Both of these workarounds to the trick:
-fno-omit-frame-pointer
toCC_FLAGS
, see https://edk2.groups.io/g/devel/message/90443Building the Linux kernels
When building the Linux kernels for host and guest I found that I needed to apply these two commits to fix some build issues:
The text was updated successfully, but these errors were encountered: