When the ok subcommand is invoked without a generation specified as in:
sevctl ok
Instead of testing for SEV, SEV-ES, and SEV-SNP support; check the current processor's generation and test support for that specific generation. For example, if a user is currently on a Rome machine, and sevctl ok is invoked, only test support relevant to Rome processors (i.e. do not test for SNP).
When the ok subcommand is invoked without a generation specified as in:
sevctl ok
Instead of testing for SEV, SEV-ES, and SEV-SNP support; check the current processor's generation and test support for that specific generation. For example, if a user is currently on a Rome machine, and
sevctl ok
is invoked, only test support relevant to Rome processors (i.e. do not test for SNP).Closes #93