On 11/01/2022, 23:40:27, Michael Ellerman wrote: > Tyrel Datwyler <tyr...@linux.ibm.com> writes: >> On 1/6/22 8:13 AM, Laurent Dufour wrote: >>> The LPAR name may be changed after the LPAR has been started in the HMC. >>> In that case lparstat command is not reporting the updated value because it >>> reads it from the device tree which is read at boot time. >>> >>> However this value could be read from RTAS. >>> >>> Adding this value in the /proc/powerpc/lparcfg output allows to read the >>> updated value. >>> >>> However the hypervisor, like Qemu/KVM, may not support this RTAS >>> parameter. In that case the value reported in lparcfg is read from the >>> device tree and so is not updated accordingly. >>> >>> Cc: Nathan Lynch <nath...@linux.ibm.com> >>> Signed-off-by: Laurent Dufour <lduf...@linux.ibm.com> >> >> My only nit would be that in general for consistency with other function >> names >> _RTAS_ and _DT_ should be lowercase. Seeing as they are statically scoped >> within >> lparcfg.c maybe its ok. Otherwise, > > Yeah I agree, I changed them to lower case when applying.
Thanks Michael and Tyrel.