Re: [PATCH v4 04/18] nitro_enclaves: Init PCI device driver

2020-07-04 Thread Paraschiv, Andra-Irina
On 02/07/2020 18:09, Alexander Graf wrote: On 22.06.20 22:03, Andra Paraschiv wrote: The Nitro Enclaves PCI device is used by the kernel driver as a means of communication with the hypervisor on the host where the primary VM and the enclaves run. It handles requests with regard to enclave l

Re: [PATCH v4 04/18] nitro_enclaves: Init PCI device driver

2020-07-02 Thread Alexander Graf
On 22.06.20 22:03, Andra Paraschiv wrote: The Nitro Enclaves PCI device is used by the kernel driver as a means of communication with the hypervisor on the host where the primary VM and the enclaves run. It handles requests with regard to enclave lifetime. Setup the PCI device driver and add

[PATCH v4 04/18] nitro_enclaves: Init PCI device driver

2020-06-22 Thread Andra Paraschiv
The Nitro Enclaves PCI device is used by the kernel driver as a means of communication with the hypervisor on the host where the primary VM and the enclaves run. It handles requests with regard to enclave lifetime. Setup the PCI device driver and add support for MSI-X interrupts. Signed-off-by: A