diff options
author | Maxim Levitsky <mlevitsk@redhat.com> | 2022-03-18 12:27:41 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-03-21 09:28:25 -0400 |
commit | bf07be36cd881b50684aca8f76d4b407da6cb058 (patch) | |
tree | 6fc460fc648a24b594fd104c6b022c63c2c4203c /tools/perf/scripts/python/stackcollapse.py | |
parent | 873dd122172f8cce329113cfb0dfe3d2344d80c0 (diff) |
KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_mask
KVM_X86_OP_OPTIONAL_RET0 can only be used with 32-bit return values on 32-bit
systems, because unsigned long is only 32-bits wide there and 64-bit values
are returned in edx:eax.
Reported-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions