Re: [PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-30 Thread Dorjoy Chowdhury
On Wed, Oct 30, 2024, 5:31 PM Paolo Bonzini wrote: > On 10/30/24 09:43, Alexander Graf wrote: > >> Hi, > >> > >> sorry about the delay -- the patches failed CI and I didn't have much > >> time to investigate until now. > >> > >> The issues are basically: > >> > >> 1) some rST syntax errors > >> >

Re: [PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-30 Thread Paolo Bonzini
On 10/30/24 09:43, Alexander Graf wrote: Hi, sorry about the delay -- the patches failed CI and I didn't have much time to investigate until now. The issues are basically: 1) some rST syntax errors 2) failures on non-Linux due to lack of VHOST_USER 3) failures on 32-bit due to uint64_t/long

Re: [PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-30 Thread Dorjoy Chowdhury
On Wed, Oct 30, 2024, 1:03 PM Paolo Bonzini wrote: > On Tue, Oct 29, 2024 at 9:08 PM Dorjoy Chowdhury > wrote: > > Thanks for fixing. The attached patch looks great to me. I just have > > one suggestion. Now that the CONFIG_* symbols have the dependencies > > listed explicitly in the Kconfig fil

Re: [PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-30 Thread Alexander Graf
Hey Paolo, On 29.10.24 20:32, Paolo Bonzini wrote: On 10/23/24 16:27, Dorjoy Chowdhury wrote: On Wed, Oct 16, 2024 at 7:58 PM Dorjoy Chowdhury wrote: Ping This patch series has been reviewed by Alex. I am not sure if it needs more review. If not, maybe this can be picked up for merging. Th

Re: [PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-30 Thread Paolo Bonzini
On Tue, Oct 29, 2024 at 9:08 PM Dorjoy Chowdhury wrote: > Thanks for fixing. The attached patch looks great to me. I just have > one suggestion. Now that the CONFIG_* symbols have the dependencies > listed explicitly in the Kconfig files, maybe we don't need the > explicit dependencies in the meso

Re: [PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-29 Thread Dorjoy Chowdhury
Hi Paolo, On Wed, Oct 30, 2024 at 1:32 AM Paolo Bonzini wrote: > > On 10/23/24 16:27, Dorjoy Chowdhury wrote: > > On Wed, Oct 16, 2024 at 7:58 PM Dorjoy Chowdhury > > wrote: > >> > >> Ping > >> > >> This patch series has been reviewed by Alex. I am not sure if it needs > >> more review. If not,

Re: [PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-29 Thread Paolo Bonzini
On 10/23/24 16:27, Dorjoy Chowdhury wrote: On Wed, Oct 16, 2024 at 7:58 PM Dorjoy Chowdhury wrote: Ping This patch series has been reviewed by Alex. I am not sure if it needs more review. If not, maybe this can be picked up for merging. Thanks! Gentle ping. This patch series has been revi

Re: [PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-23 Thread Dorjoy Chowdhury
On Wed, Oct 16, 2024 at 7:58 PM Dorjoy Chowdhury wrote: > > Ping > > This patch series has been reviewed by Alex. I am not sure if it needs > more review. If not, maybe this can be picked up for merging. Thanks! > Gentle ping. This patch series has been reviewed by Alex and there hasn't been any

Re: [PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-16 Thread Dorjoy Chowdhury
Ping This patch series has been reviewed by Alex. I am not sure if it needs more review. If not, maybe this can be picked up for merging. Thanks! Regards, Dorjoy

Re: [PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-09 Thread Alexander Graf
On 08.10.24 23:17, Dorjoy Chowdhury wrote: This is v8 submission for AWS Nitro Enclave emulation in QEMU. From the QEMU side the implementation for nitro enclaves is complete. v7 is at: https://lore.kernel.org/qemu-devel/20240922094441.23802-1-dorjoychy...@gmail.com/T/#t Changes in v8: -

[PATCH v8 0/6] AWS Nitro Enclave emulation support

2024-10-08 Thread Dorjoy Chowdhury
This is v8 submission for AWS Nitro Enclave emulation in QEMU. From the QEMU side the implementation for nitro enclaves is complete. v7 is at: https://lore.kernel.org/qemu-devel/20240922094441.23802-1-dorjoychy...@gmail.com/T/#t Changes in v8: - create_default_memdev related changes have been