On 10.03.2022 18:10, Luca Fancellu wrote:
> +chosen {
> +
> +    sched: sched_a {
> +        compatible = "xen,scheduler";
> +        sched-name = "null";
> +    };
> +    cpupool_a {
> +        compatible = "xen,cpupool";
> +        cpupool-cpus = <&a53_1 &a53_2>;
> +    };
> +    cpupool_b {
> +        compatible = "xen,cpupool";
> +        cpupool-cpus = <&a72_1 &a72_2>;
> +        cpupool-sched = <&sched>;
> +    };
> +
> +    [...]
> +
> +};
> \ No newline at end of file

Only seeing this in context of where I wanted to actually comment on.
Please fix.

> --- a/xen/common/Kconfig
> +++ b/xen/common/Kconfig
> @@ -22,6 +22,14 @@ config GRANT_TABLE
>  
>         If unsure, say Y.
>  
> +config BOOT_TIME_CPUPOOLS
> +     bool "Create cpupools at boot time"
> +     depends on HAS_DEVICE_TREE
> +     default n

Nit: Please omit this line - the default is N anyway unless specified
otherwise explicitly.

Jan


Reply via email to