commit | 168d918f2643d7d3f0240e768d40b4f8aba3540a | [log] [tgz] |
---|---|---|
author | Eric Hankland <ehankland@google.com> | Fri Feb 21 18:34:13 2020 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 16 17:57:30 2020 +0100 |
tree | 1279f78c5f7baa15856fbfe9fd87ca7def67c28a | |
parent | 7f42aa76d4a5587939ee98d541ea1b97b382f408 [diff] |
KVM: x86: Adjust counter sample period after a wrmsr The sample_period of a counter tracks when that counter will overflow and set global status/trigger a PMI. However this currently only gets set when the initial counter is created or when a counter is resumed; this updates the sample period after a wrmsr so running counters will accurately reflect their new value. Signed-off-by: Eric Hankland <ehankland@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>