Hi Jan, On 22/07/2025 15:21, Jan Beulich wrote: > On 22.07.2025 13:41, Oleksii Moisieiev wrote: >> --- a/docs/misc/xen-command-line.pandoc >> +++ b/docs/misc/xen-command-line.pandoc >> @@ -1096,6 +1096,15 @@ affinities to prefer but be not limited to the >> specified node(s). >> >> Pin dom0 vcpus to their respective pcpus >> >> +### scmi_smc_passthrough (ARM) > May I ask that new command line options please use dashes in favor of > underscores? > > Jan Here is an example from the device tree configuration on my system:
bootargs = "dom0_mem=320M console=dtuart dtuart=/soc/serial@e6540000 dom0_max_vcpus=2 loglvl=all xsm=flask flask=permissive bootscrub=0 console_timestamps=boot scmi_smc_passthrough"; xen,dom0-bootargs = "root=/dev/ram0 console=hvc0 ignore_loglevel clk_ignore_unused"; I have referred to the dom0_mem property as a guide. I will update scmi_smc_passthrough to scmi-smc-passthrough -- Oleksii.