nixpkgs/pkgs/applications/virtualization/OVMF
Raito Bezarius 99cf2d1e88 OVMF: remove invalid assert on SMM
Someone seems to believe that SMM implies x86, this is wrong.
aarch64 supports SMM too, see upstream QEMU code.

The proper way to do this is to signal support via QEMU itself, this is something
we cannot do because we have no way to communicate QEMU support itself (yet?).

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-01 23:40:36 +01:00
..
default.nix OVMF: remove invalid assert on SMM 2024-03-01 23:40:36 +01:00