From c7f3f6fc8c386a045abbe6f12baebe9f7e1f5a36 Mon Sep 17 00:00:00 2001 From: Yifan Liu Date: Tue, 24 May 2022 02:59:10 +0000 Subject: [PATCH] misc: Add applicable-vms to cpu_affinity Currently setting cpu_affinity for service vm has no effect. This patch sets acrn:applicable-vms of cpu_affinity to pre-launched VMs and post-launched VMs to restrict validation and UI display. Tracked-On: #7538 Signed-off-by: Yifan Liu --- misc/config_tools/schema/config.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_tools/schema/config.xsd b/misc/config_tools/schema/config.xsd index 6fb82a7b9..8260dbeb0 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -385,7 +385,7 @@ Refer to :ref:`vuart_config` for detailed vUART settings. - + Select a subset of physical CPUs that this VM can use. More than one can be selected.