Re: [libvirt][PATCH RESEND v10 5/5] qemu: Add command-line to generate SGX EPC memory backend

2022-03-15 Thread Yang, Lin A
On 2/25/22, 5:48 AM, "Michal Prívozník" wrote: > Since the argument is going to be required I think it makes sense to > require it for qemu 6.2.0. Otherwise we could have yet another > capability to reflect whether .node attribute is needed or not. But IMO > that's pointless because the capabilit

Re: [libvirt][PATCH RESEND v10 5/5] qemu: Add command-line to generate SGX EPC memory backend

2022-02-25 Thread Michal Prívozník
On 2/24/22 21:19, Yang, Lin A wrote: > On 2/22/22, 1:19 AM, "Michal Prívozník" wrote: > >   > >> On 2/16/22 11:25, Michal Prívozník wrote: > >> > >> >> diff --git a/tests/qemuxml2argvdata/sgx-epc.x86_64-6.2.0.args >> >> b/tests/qemuxml2argvdata/sgx-epc.x86_64-6.2.0.args > >> >> new file mod

Re: [libvirt][PATCH RESEND v10 5/5] qemu: Add command-line to generate SGX EPC memory backend

2022-02-24 Thread Yang, Lin A
On 2/22/22, 1:19 AM, "Michal Prívozník" wrote: > On 2/16/22 11:25, Michal Prívozník wrote: > > >> diff --git a/tests/qemuxml2argvdata/sgx-epc.x86_64-6.2.0.args > >> b/tests/qemuxml2argvdata/sgx-epc.x86_64-6.2.0.args > >> new file mode 100644 > >> index 00..e1aa274054 > >> --- /dev/null >

Re: [libvirt][PATCH RESEND v10 5/5] qemu: Add command-line to generate SGX EPC memory backend

2022-02-24 Thread Yang, Lin A
On 2/16/22, 2:44 AM, "Daniel P. Berrangé" wrote: > On Wed, Feb 16, 2022 at 11:25:40AM +0100, Michal Prívozník wrote: > > On 2/8/22 06:21, Haibin Huang wrote: > > > From: Lin Yang > > > > > > According to the result parsing from xml, add the argument of > > > SGX EPC memory backend into QEMU comma

Re: [libvirt][PATCH RESEND v10 5/5] qemu: Add command-line to generate SGX EPC memory backend

2022-02-22 Thread Michal Prívozník
On 2/16/22 11:25, Michal Prívozník wrote: >> diff --git a/tests/qemuxml2argvdata/sgx-epc.x86_64-6.2.0.args >> b/tests/qemuxml2argvdata/sgx-epc.x86_64-6.2.0.args >> new file mode 100644 >> index 00..e1aa274054 >> --- /dev/null >> +++ b/tests/qemuxml2argvdata/sgx-epc.x86_64-6.2.0.args >> @@

Re: [libvirt][PATCH RESEND v10 5/5] qemu: Add command-line to generate SGX EPC memory backend

2022-02-16 Thread Daniel P . Berrangé
On Wed, Feb 16, 2022 at 11:25:40AM +0100, Michal Prívozník wrote: > On 2/8/22 06:21, Haibin Huang wrote: > > From: Lin Yang > > > > According to the result parsing from xml, add the argument of > > SGX EPC memory backend into QEMU command line: > > > > #qemu-system-x86_64 \ > > .

Re: [libvirt][PATCH RESEND v10 5/5] qemu: Add command-line to generate SGX EPC memory backend

2022-02-16 Thread Michal Prívozník
On 2/8/22 06:21, Haibin Huang wrote: > From: Lin Yang > > According to the result parsing from xml, add the argument of > SGX EPC memory backend into QEMU command line: > > #qemu-system-x86_64 \ > .. \ > -object memory-backend-epc,id=mem1,size=64M,prealloc=on \ >

[libvirt][PATCH RESEND v10 5/5] qemu: Add command-line to generate SGX EPC memory backend

2022-02-08 Thread Haibin Huang
From: Lin Yang According to the result parsing from xml, add the argument of SGX EPC memory backend into QEMU command line: #qemu-system-x86_64 \ .. \ -object memory-backend-epc,id=mem1,size=64M,prealloc=on \ -object memory-backend-epc,id=mem2,size=28M \ -