Re: [PATCH v6 0/8] AWS Nitro Enclave emulation support

2024-09-22 Thread Dorjoy Chowdhury
Thanks for reviewing. I have now submitted a v7 : https://lore.kernel.org/qemu-devel/20240922094441.23802-1-dorjoychy...@gmail.com/T/#t Regards, Dorjoy

Re: [PATCH v6 0/8] AWS Nitro Enclave emulation support

2024-09-15 Thread Dorjoy Chowdhury
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-dorjoychy...@gmail.com/T/#t Regards, Dorjoy

Re: [PATCH v6 0/8] AWS Nitro Enclave emulation support

2024-09-06 Thread Daniel P . Berrangé
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

[PATCH v6 0/8] AWS Nitro Enclave emulation support

2024-09-05 Thread Dorjoy Chowdhury
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 Changes in v6: - updated MAINTAINERS in the commit that introduced eif.c, eif.h fi