Re: [PATCH v3 3/5] device/virtio-nsm: Support for Nitro Secure Module device

2024-08-13 Thread Alexander Graf
On 10.08.24 18:45, Dorjoy Chowdhury wrote: Nitro Secure Module (NSM)[1] device is used in AWS Nitro Enclaves for stripped down TPM functionality like cryptographic attestation. The requests to and responses from NSM device are CBOR[2] encoded. This commit adds support for NSM device in QEMU. Al

Re: [PATCH v3 3/5] device/virtio-nsm: Support for Nitro Secure Module device

2024-08-12 Thread Daniel P . Berrangé
On Sat, Aug 10, 2024 at 10:45:00PM +0600, Dorjoy Chowdhury wrote: > Nitro Secure Module (NSM)[1] device is used in AWS Nitro Enclaves for > stripped down TPM functionality like cryptographic attestation. The > requests to and responses from NSM device are CBOR[2] encoded. > > This commit adds supp

[PATCH v3 3/5] device/virtio-nsm: Support for Nitro Secure Module device

2024-08-10 Thread Dorjoy Chowdhury
Nitro Secure Module (NSM)[1] device is used in AWS Nitro Enclaves for stripped down TPM functionality like cryptographic attestation. The requests to and responses from NSM device are CBOR[2] encoded. This commit adds support for NSM device in QEMU. Although related to AWS Nitro Enclaves, the viri