Add numa sgx setting in one leftover example, without numa setting qemu will error out with message below: qemu-7.0: Parameter 'sgx-epc.0.node' is missing Fixes: d1889b36098c ("doc: Add the SGX numa description") Cc: Yu Zhang <yu.zhang@xxxxxxxxx> Signed-off-by: Jack Wang <jinpu.wang@xxxxxxxxx> --- docs/system/i386/sgx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system/i386/sgx.rst b/docs/system/i386/sgx.rst index 0f0a73f7587c..86fa70ec2a30 100644 --- a/docs/system/i386/sgx.rst +++ b/docs/system/i386/sgx.rst @@ -45,7 +45,7 @@ to the VM and an additional 28M mapped but not allocated:: -object memory-backend-epc,id=mem1,size=64M,prealloc=on \ -object memory-backend-epc,id=mem2,size=28M \ - -M sgx-epc.0.memdev=mem1,sgx-epc.1.memdev=mem2 + -M sgx-epc.0.memdev=mem1,sgx-epc.0.node=0,sgx-epc.1.memdev=mem2,sgx-epc.1.node=0 Note: -- 2.25.1