coconut-svsm / svsm

COCONUT-SVSM
MIT License
123 stars 43 forks source link

Get rid of some mutable global statics #224

Closed joergroedel closed 10 months ago

joergroedel commented 10 months ago

Add decent implementations for the GDT, IDT and SecretsPage which require proper locking to make modifications.

This fixes a couple of warnings triggered by the latest Rust nightly compiler.