RE: [libvirt][PATCH v4 3/4] qemu: Add command-line to enable SGX

2021-07-21 Thread Huang, Haibin
> -Original Message- > From: Daniel P. Berrangé > Sent: Tuesday, July 20, 2021 5:08 PM > To: Huang, Haibin > Cc: libvir-list@redhat.com; Ding, Jian-feng ; Yang, > Lin A ; Lu, Lianhao > Subject: Re: [libvirt][PATCH v4 3/4] qemu: Add command-line to enable SGX >

RE: [libvirt][PATCH v4 3/4] qemu: Add command-line to enable SGX

2021-07-20 Thread Huang, Haibin
> -Original Message- > From: Daniel P. Berrangé > Sent: Tuesday, July 20, 2021 5:08 PM > To: Huang, Haibin > Cc: libvir-list@redhat.com; Ding, Jian-feng ; Yang, > Lin A ; Lu, Lianhao > Subject: Re: [libvirt][PATCH v4 3/4] qemu: Add command-line to enable SGX >

Re: [libvirt][PATCH v4 3/4] qemu: Add command-line to enable SGX

2021-07-20 Thread Daniel P . Berrangé
On Thu, Jul 01, 2021 at 08:10:28PM +0800, Haibin Huang wrote: > From: Lin Yang > > If SGX is defined in domain, add the argument to enable > SGX in -cpu : > > -cpu ,+sgx,+sgx-debug,+sgx1,+sgx-encls-c, > +sgx-enclv,+sgx-exinfo,+sgx-kss,+sgx-mode64, >

RE: [libvirt][PATCH v4 3/4] qemu: Add command-line to enable SGX

2021-07-08 Thread Huang, Haibin
> -Original Message- > From: Tim Wiederhake > Sent: Monday, July 5, 2021 7:32 PM > To: Huang, Haibin > Cc: libvir-list@redhat.com; Ding, Jian-feng ; Yang, > Lin A ; Lu, Lianhao > Subject: Re: [libvirt][PATCH v4 3/4] qemu: Add command-line to enable SGX > &g

Re: [libvirt][PATCH v4 3/4] qemu: Add command-line to enable SGX

2021-07-05 Thread Tim Wiederhake
On Thu, 2021-07-01 at 20:10 +0800, Haibin Huang wrote: > From: Lin Yang > > If SGX is defined in domain, add the argument to enable > SGX in -cpu : > >     -cpu ,+sgx,+sgx-debug,+sgx1,+sgx-encls-c, >     +sgx-enclv,+sgx-exinfo,+sgx-kss,+sgx-mode64, >    

[libvirt][PATCH v4 3/4] qemu: Add command-line to enable SGX

2021-07-01 Thread Haibin Huang
From: Lin Yang If SGX is defined in domain, add the argument to enable SGX in -cpu : -cpu ,+sgx,+sgx-debug,+sgx1,+sgx-encls-c, +sgx-enclv,+sgx-exinfo,+sgx-kss,+sgx-mode64, +sgx-provisionkey,+sgx-tokenkey,+sgx2,+sgxlc --- src/qemu/qemu_command.c | 6 ++ 1 file changed, 6