diff options
| author | Sean Christopherson <[email protected]> | 2022-01-28 00:51:53 +0000 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2022-02-10 13:47:18 -0500 |
| commit | 0264a351090ca249a91a1c623f7c4229e015f17a (patch) | |
| tree | 8121bb87ff49a66354a53df9f65300d1ad030670 /tools/perf/scripts/python | |
| parent | a0941a64a97d50e1ae4b628c65d5f7847ef58398 (diff) | |
KVM: xen: Use static_call() for invoking kvm_x86_ops hooks
Use static_call() for invoking kvm_x86_ops function that already have a
defined static call, mostly as a step toward having _all_ calls to
kvm_x86_ops route through a static_call() in order to simplify auditing,
e.g. via grep, that all functions have an entry in kvm-x86-ops.h, but
also because there's no reason not to use a static_call().
Signed-off-by: Sean Christopherson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions