TUM-DSE / CVM_eval

Evaluation code for confidential virtual machines (AMD SEV-SNP / Intel TDX)
MIT License
3 stars 0 forks source link

Boot parameters (side channel mitigations) #29

Open mmisono opened 11 months ago

mmisono commented 11 months ago

Linux has several side channel mitigations (KPTI, spectre, L1F, ...). We should enable appropriate ones.

TODO

mmisono commented 11 months ago

I think the default behavior is


And we disable hyperthreading in the BIOS, so the default parameter should be fine.