aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPaolo Bonzini <[email protected]>2021-12-09 08:12:28 -0500
committerPaolo Bonzini <[email protected]>2022-02-18 12:31:27 -0500
commite4fc23bad813591417f466beb7e833cdd2089cf6 (patch)
tree9fc5f68a13af8e7c3b929c73fd2531e7034e294f /tools/perf/scripts/python
parent2a89061451c799bd36dbe1b90613c35212fc1f64 (diff)
KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_ops
The original use of KVM_X86_OP_NULL, which was to mark calls that do not follow a specific naming convention, is not in use anymore. Instead, let's mark calls that are optional because they are always invoked within conditionals or with static_call_cond. Those that are _not_, i.e. those that are defined with KVM_X86_OP, must be defined by both vendor modules or some kind of NULL pointer dereference is bound to happen at runtime. Reviewed-by: Sean Christopherson <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions