On 11/25/21 02:28, Sean Christopherson wrote:
Rename EPT_CAP_WT to EPT_CAP_EXEC_ONLY. In x86, "WT" generally refers to write-through memtype, and is especially confusing considering that EPT capabilities also report UC and WB memtypes. Signed-off-by: Sean Christopherson<seanjc@xxxxxxxxxx>
Yeah, I am not sure why it was "EPT_CAP_WT". That one should have been for bit 12 (if it was useful at all).
Paolo