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
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
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
>
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
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
>> @@
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 \
> > .
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 \
>
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 \
-