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

2021-09-28 Thread Daniel P . Berrangé
On Wed, Sep 08, 2021 at 09:15:55AM +0800, 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

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

2021-09-07 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 \ -