From cf3544b4ec22934aad57461541af01c0d7797c15 Mon Sep 17 00:00:00 2001 From: fuzhongl Date: Thu, 13 Feb 2020 16:44:30 +0800 Subject: [PATCH] Doc: VM2 vCPU affinity info update Update VM2 vCPU affinity info to match with the picture of cpu_sharing Signed-off-by: fuzhongl --- doc/tutorials/cpu_sharing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/cpu_sharing.rst b/doc/tutorials/cpu_sharing.rst index eae15b176..30880bd67 100644 --- a/doc/tutorials/cpu_sharing.rst +++ b/doc/tutorials/cpu_sharing.rst @@ -33,7 +33,7 @@ Here is an example for affinity: - VM0: 2 vCPUs, pinned to pCPU0 and pCPU1 - VM1: 2 vCPUs, pinned to pCPU2 and pCPU3 -- VM2: 2 vCPUs, pinned to pCPU2 and pCPU3 +- VM2: 2 vCPUs, pinned to pCPU0 and pCPU1 .. figure:: images/cpu_sharing_affinity.png :align: center