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

2021-03-12 Thread Kai Huang
On Fri, 2021-03-12 at 14:04 -0800, Sean Christopherson wrote: > On Tue, Mar 09, 2021, Paolo Bonzini wrote: > > On 09/03/21 10:30, Borislav Petkov wrote: > > > On Tue, Mar 09, 2021 at 02:38:49PM +1300, Kai Huang wrote: > > > > This series adds KVM SGX virtualization support. The first 14 patches >

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

2021-03-12 Thread Sean Christopherson
On Tue, Mar 09, 2021, Paolo Bonzini wrote: > On 09/03/21 10:30, Borislav Petkov wrote: > > On Tue, Mar 09, 2021 at 02:38:49PM +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

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

2021-03-10 Thread Kai Huang
On Wed, 10 Mar 2021 14:29:48 +0100 Borislav Petkov wrote: > On Wed, Mar 10, 2021 at 10:27:05PM +1300, Kai Huang wrote: > > Sorry for the mistake. I will send out another version with that fixed. > > If patch 3 is the only one which needs to change, you can send only that > one as a reply to the

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

2021-03-10 Thread Kai Huang
On Wed, 2021-03-10 at 20:01 +0200, Jarkko Sakkinen wrote: > On Tue, Mar 09, 2021 at 10:30:37AM +0100, Borislav Petkov wrote: > > On Tue, Mar 09, 2021 at 02:38:49PM +1300, Kai Huang wrote: > > > This series adds KVM SGX virtualization support. The first 14 patches > > > starting > > > with x86/sgx

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

2021-03-10 Thread Jarkko Sakkinen
On Tue, Mar 09, 2021 at 10:30:37AM +0100, Borislav Petkov wrote: > On Tue, Mar 09, 2021 at 02:38:49PM +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 > >

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

2021-03-10 Thread Borislav Petkov
On Wed, Mar 10, 2021 at 10:27:05PM +1300, Kai Huang wrote: > Sorry for the mistake. I will send out another version with that fixed. If patch 3 is the only one which needs to change, you can send only that one as a reply to the original patch 3 message... Thx. -- Regards/Gruss, Boris.

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

2021-03-10 Thread Kai Huang
On Tue, 2021-03-09 at 10:30 +0100, Borislav Petkov wrote: > On Tue, Mar 09, 2021 at 02:38:49PM +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 > >

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

2021-03-09 Thread Paolo Bonzini
On 09/03/21 10:30, Borislav Petkov wrote: On Tue, Mar 09, 2021 at 02:38:49PM +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

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

2021-03-09 Thread Kai Huang
On Tue, 2021-03-09 at 10:30 +0100, Borislav Petkov wrote: > On Tue, Mar 09, 2021 at 02:38:49PM +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 > >

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

2021-03-09 Thread Borislav Petkov
On Tue, Mar 09, 2021 at 02:38:49PM +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 v2 00/25] KVM SGX virtualization support

2021-03-08 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 upstream kernel master