Message ID | 20240905195735.16911-1-dorjoychy111@gmail.com |
---|---|
Headers | show |
Series | AWS Nitro Enclave emulation support | expand |
On Fri, Sep 06, 2024 at 01:57:27AM +0600, Dorjoy Chowdhury wrote: > This is v6 submission for AWS Nitro Enclave emulation in QEMU. From the QEMU side > the implementation for nitro enclaves is complete. v5 is at: > https://lists.gnu.org/archive/html/qemu-devel/2024-08/msg03251.html snip. Since the first three patches just touch generic crypto subsystem code, and I'm preparing a crypto pull request, I'm going to queue those three patches myself, leaving the remainder of this series for x86 maintainers. > > Dorjoy Chowdhury (8): > crypto: Define macros for hash algorithm digest lengths > crypto: Support SHA384 hash when using glib > crypto: Introduce x509 utils > tests/lcitool: Update libvirt-ci and add libcbor dependency > device/virtio-nsm: Support for Nitro Secure Module device > hw/core: Add Enclave Image Format (EIF) related helpers > machine/nitro-enclave: New machine type for AWS Nitro Enclaves > docs/nitro-enclave: Documentation for nitro-enclave machine type With regards, Daniel
ping Requesting for review on this patch series. The first 3 patches have been merged by Daniel but the rest need to be reviewed. Thanks! patch URL: https://lore.kernel.org/qemu-devel/20240905195735.16911-1-dorjoychy111@gmail.com/T/#t Regards, Dorjoy
Thanks for reviewing. I have now submitted a v7 : https://lore.kernel.org/qemu-devel/20240922094441.23802-1-dorjoychy111@gmail.com/T/#t Regards, Dorjoy