Re: [PATCH v6 9/9] KVM: selftests: Add a basic SEV-SNP smoke test

2025-02-19 Thread Pratik Rajesh Sampat
On 2/18/25 6:54 PM, Sean Christopherson wrote: > On Fri, Feb 14, 2025, Pratik Rajesh Sampat wrote: >> >> >> On 2/11/25 8:31 PM, Sean Christopherson wrote: >>> On Mon, Feb 03, 2025, Pratik R. Sampat wrote: @@ -217,5 +244,20 @@ int main(int argc, char *argv[]) } }

Re: [PATCH V3 5/6] tpm: Add a driver for Loongson TPM device

2025-02-19 Thread Jarkko Sakkinen
On Wed, Feb 19, 2025 at 03:33:49PM +0800, Qunqin Zhao wrote: > Loongson security engine supports random number generation, hash, > symmetric encryption and asymmetric encryption. Based on these > encryption functions, TPM2 have been implemented in the Loongson > security engine firmware. This drive

Re: [PATCH v6 6/9] KVM: selftests: Add library support for interacting with SNP

2025-02-19 Thread Sean Christopherson
On Fri, Feb 14, 2025, Pratik Rajesh Sampat wrote: > On 2/11/25 8:12 PM, Sean Christopherson wrote: > > On Mon, Feb 03, 2025, Pratik R. Sampat wrote: > >> Extend the SEV library to include support for SNP ioctl() wrappers, > >> which aid in launching and interacting with a SEV-SNP guest. > >> > >> T