commit | 0e6f467ee28ec97f68c7b74e35ec1601bb1368a7 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon May 20 17:20:40 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri May 24 21:27:13 2019 +0200 |
tree | f951940ed259c245b68129f997115ff50301bccd | |
parent | a80c4ec10ed9632c44c829452dc40a0443ff4e85 [diff] |
KVM: x86/pmu: mask the result of rdpmc according to the width of the counters This patch will simplify the changes in the next, by enforcing the masking of the counters to RDPMC and RDMSR. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>