On 8/5/2025 1:22 PM, Sean Christopherson wrote:
Rename "ecx" variables in {RD,WR}MSR and RDPMC helpers to "msr" and "pmc" respectively, in anticipation of adding support for the immediate variants of RDMSR and WRMSRNS, and to better document what the variables hold (versus where the data originated). No functional change intended. Signed-off-by: Sean Christopherson<seanjc@xxxxxxxxxx>
Yeah, this makes the immediate MSR handling changes in the following patches prominent.