Re: [PATCH v3 00/25] KVM SGX virtualization support

2021-03-31 Thread Jarkko Sakkinen
On Sun, Mar 28, 2021 at 09:01:38PM +, Huang, Kai wrote: > > On Fri, Mar 19, 2021 at 08:29:27PM +1300, Kai Huang wrote: > > > This series adds KVM SGX virtualization support. The first 14 patches > > > starting with x86/sgx or x86/cpu.. are necessary changes to x86 and > > > SGX core/driver to s

RE: [PATCH v3 00/25] KVM SGX virtualization support

2021-03-28 Thread Huang, Kai
> On Fri, Mar 19, 2021 at 08:29:27PM +1300, Kai Huang wrote: > > This series adds KVM SGX virtualization support. The first 14 patches > > starting with x86/sgx or x86/cpu.. are necessary changes to x86 and > > SGX core/driver to support KVM SGX virtualization, while the rest are > > patches > to

Re: [PATCH v3 00/25] KVM SGX virtualization support

2021-03-26 Thread Jarkko Sakkinen
On Fri, Mar 19, 2021 at 08:29:27PM +1300, Kai Huang wrote: > This series adds KVM SGX virtualization support. The first 14 patches starting > with x86/sgx or x86/cpu.. are necessary changes to x86 and SGX core/driver to > support KVM SGX virtualization, while the rest are patches to KVM subsystem.

Re: [PATCH v3 00/25] KVM SGX virtualization support

2021-03-22 Thread Borislav Petkov
On Mon, Mar 22, 2021 at 11:03:28PM +1300, Kai Huang wrote: > If there's no other comments, should I send another version No need. Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette

Re: [PATCH v3 00/25] KVM SGX virtualization support

2021-03-22 Thread Kai Huang
> > I just say add my ack to SGX specific patches where it is missing. > Good enough. > > /Jarkko Thank you Jarkko! Hi Boris, If there's no other comments, should I send another version adding Jarkko's Acked-by for the x86 SGX patches that don't have it (patch 2, 5, 6, 7, 8, 13 -- in which p

Re: [PATCH v3 00/25] KVM SGX virtualization support

2021-03-19 Thread Jarkko Sakkinen
On Fri, Mar 19, 2021 at 08:29:27PM +1300, Kai Huang wrote: > This series adds KVM SGX virtualization support. The first 14 patches starting > with x86/sgx or x86/cpu.. are necessary changes to x86 and SGX core/driver to > support KVM SGX virtualization, while the rest are patches to KVM subsystem.

[PATCH v3 00/25] KVM SGX virtualization support

2021-03-19 Thread Kai Huang
This series adds KVM SGX virtualization support. The first 14 patches starting with x86/sgx or x86/cpu.. are necessary changes to x86 and SGX core/driver to support KVM SGX virtualization, while the rest are patches to KVM subsystem. This series is based against latest tip/x86/sgx, which has Jarkk