On 28.08.2025 18:40, Oleksii Moisieiev wrote: > --- a/docs/misc/xen-command-line.pandoc > +++ b/docs/misc/xen-command-line.pandoc > @@ -1097,6 +1097,15 @@ affinities to prefer but be not limited to the > specified node(s). > > Pin dom0 vcpus to their respective pcpus > > +### scmi-smc-passthrough (ARM) > +> `= <boolean>` > + > +The option is available when `CONFIG_SCMI_SMC` is compiled in, and allows to > +enable SCMI SMC single agent interface for any, but only one guest domain, > +which serves as Driver domain. The SCMI will be disabled for Dom0/hwdom and > +SCMI nodes removed from Dom0/hwdom device tree. > +(for example, thin Dom0 with Driver domain use-case). > + > ### dtuart (ARM) > > `= path [:options]`
On what basis did you pick where to put the new option? It clearly doesn't fit between dom0_vcpus_pin and dtuart, but wants to go far further down. Jan
