diff options
author | Sean Christopherson <seanjc@google.com> | 2025-06-10 15:57:31 -0700 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2025-06-20 13:07:34 -0700 |
commit | 7fe0578041188d63207f17335e8c0d10e19c7515 (patch) | |
tree | 01a56a2cdc61e1c7080c6a4c8154c9179ab0e39d /scripts/lib/kdoc/kdoc_output.py | |
parent | 5c9c084763637460acaeb3e22508c692a70b6905 (diff) |
KVM: SVM: Store MSRPM pointer as "void *" instead of "u32 *"
Store KVM's MSRPM pointers as "void *" instead of "u32 *" to guard against
directly accessing the bitmaps outside of code that is explicitly written
to access the bitmaps with a specific type.
Opportunistically use svm_vcpu_free_msrpm() in svm_vcpu_free() instead of
open coding an equivalent.
Link: https://lore.kernel.org/r/20250610225737.156318-27-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions