summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorSean Christopherson <seanjc@google.com>2024-02-23 12:21:04 -0800
committerSean Christopherson <seanjc@google.com>2024-02-27 12:29:46 -0800
commit259720c37d51aae21f70060ef96e1f1b08df0652 (patch)
treedae7ca6b748febbda000b3cd9dcbb4d6b70be0df /virt
parentbab22040d7fdeb935e57215a183912ba46eee7f0 (diff)
downloadlinux-stable-259720c37d51aae21f70060ef96e1f1b08df0652.tar.gz
linux-stable-259720c37d51aae21f70060ef96e1f1b08df0652.tar.bz2
linux-stable-259720c37d51aae21f70060ef96e1f1b08df0652.zip
KVM: VMX: Combine "check" and "get" APIs for passthrough MSR lookups
Combine possible_passthrough_msr_slot() and is_valid_passthrough_msr() into a single function, vmx_get_passthrough_msr_slot(), and have the combined helper return the slot on success, using a negative value to indicate "failure". Combining the operations avoids iterating over the array of passthrough MSRs twice for relevant MSRs. Suggested-by: Dongli Zhang <dongli.zhang@oracle.com> Reviewed-by: Dongli Zhang <dongli.zhang@oracle.com> Link: https://lore.kernel.org/r/20240223202104.3330974-4-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions