Re: [PATCH v6 2/9] x86/cpu: KVM: Move macro to encode PAT value to common header

From: Xiaoyao Li
Date: Mon Apr 01 2024 - 01:29:02 EST


On 3/9/2024 9:27 AM, Sean Christopherson wrote:
Move pat/memtype.c's PAT() macro to msr-index.h as PAT_VALUE(), and use it
in KVM to define the default (Power-On / RESET) PAT value instead of open
coding an inscrutable magic number.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>

Reviewed-by: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>