Skip to content

v0.0.9

Compare
Choose a tag to compare
@dubek dubek released this 09 Feb 15:27
· 16 commits to main since this release
v0.0.9

Added

  • Add optional --vars-file (besides --vars-size) for SNP-SVSM mode (by @osteffenrh).
  • Add optional --guest-features to set the value of the SEV features field in the VMSA. This value is set to 0x1 by host Linux kernel older than 6.6, and to 0x21 (the default) in later kernels. Note that this is a BREAKING CHANGE for kernels older than 6.6 (run with --guest-features=0x1 to get the correct behaviour there).

Modified

  • Updated dependencies: cryptography to 42.0.0