commit | 05c19c2fe17c331ec384a2953be50101e8a15a73 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Fri Nov 22 12:04:50 2019 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat Nov 23 11:29:38 2019 +0100 |
tree | 0424ee44af66cd796f6a716a3e701a717ecc62c5 | |
parent | faf0be22167486feb1ee386f0e819a336e829d0a [diff] |
KVM: x86: Open code shared_msr_update() in its only caller Fold shared_msr_update() into its sole user to eliminate its pointless bounds check, its godawful printk, its misleading comment (it's called under a global lock), and its woefully inaccurate name. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>