commit | f20935d85a23c33f5361661747ffa975549f56d5 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Thu Sep 05 14:22:54 2019 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 10 19:18:14 2019 +0200 |
tree | ce19f276e152a813764e1d5aec33396788ba7cc7 | |
parent | b274a290813998d4cc7ad54e28ca8df2708c410c [diff] |
KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers Refactor the top-level MSR accessors to take/return the index and value directly instead of requiring the caller to dump them into a msr_data struct. No functional change intended. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>