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

2022-01-07 Thread Michal Prívozník
On 12/15/21 04:40, 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 v9 4/5] qemu: Add command-line to generate SGX EPC memory backend

2021-12-14 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 \