diff options
author | Maciej S. Szmigiero <maciej.szmigiero@oracle.com> | 2021-12-03 02:10:13 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-12-09 20:44:39 +0300 |
commit | ee3a4f666207b5a9d3d4bc7f45c9d59f2aeb3a0d (patch) | |
tree | 8e2e0bf3156f7265865df1434db32626ade98904 /tools/perf/scripts/python/stackcollapse.py | |
parent | 250552b925ce400c17d166422fde9bb215958481 (diff) | |
download | linux-ee3a4f666207b5a9d3d4bc7f45c9d59f2aeb3a0d.tar.xz |
KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation
INTERCEPT_x are bit positions, but the code was using the raw value of
INTERCEPT_VINTR (4) instead of BIT(INTERCEPT_VINTR).
This resulted in masking of bit 2 - that is, SMI instead of VINTR.
Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Message-Id: <49b9571d25588870db5380b0be1a41df4bbaaf93.1638486479.git.maciej.szmigiero@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions