From 3780f67696f4b95efda0a2c3d8405ba85128632c Mon Sep 17 00:00:00 2001 From: Ayan Kumar Halder Date: Thu, 20 Jan 2022 11:11:42 +0000 Subject: Specify the memory and virtual cpu count for DOM0 Introduced the new config options :- DOM0_MEM - To specify the amount of memory (in MB) that is assigned to Dom0. DOM0_VCPUS - To specify the count of virtual CPUs for Dom0. These options are used to set XEN_CMD. Signed-off-by: Ayan Kumar Halder Reviewed-by: Stefano Stabellini Signed-off-by: Stefano Stabellini --- config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config b/config index 274e636..d5a2ab7 100644 --- a/config +++ b/config @@ -4,6 +4,8 @@ MEMORY_END="0x80000000" DEVICE_TREE="mpsoc.dtb" XEN="xen" DOM0_KERNEL="Image-dom0" +DOM0_MEM=1024 +DOM0_VCPUS=1 DOM0_RAMDISK="dom0-ramdisk.cpio" NUM_DOMUS=2 -- cgit v1.2.3