diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2021-12-09 08:12:28 -0500 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-02-18 12:31:27 -0500 |
| commit | e4fc23bad813591417f466beb7e833cdd2089cf6 (patch) | |
| tree | 9fc5f68a13af8e7c3b929c73fd2531e7034e294f /tools/perf/scripts/python/mem-phys-addr.py | |
| parent | KVM: x86: use static_call_cond for optional callbacks (diff) | |
| download | linux-e4fc23bad813591417f466beb7e833cdd2089cf6.tar.gz linux-e4fc23bad813591417f466beb7e833cdd2089cf6.zip | |
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 <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions
