diff options
author | Connor Kuehl <[email protected]> | 2020-08-19 16:19:52 -0500 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2020-09-09 11:19:39 -0600 |
commit | 46ca9ee5b833659dd3af56b7e4253d8994a87962 (patch) | |
tree | 0d2bbb9269d8a7eb3b231689d9221e4a3ab89dd5 /tools/perf/util/scripting-engines/trace-event-perl.c | |
parent | afde706afde2fea8a1dff84acaedac4f8dfe84b9 (diff) |
docs: kvm: fix referenced ioctl symbol
The actual symbol that is exported and usable is
'KVM_MEMORY_ENCRYPT_OP', not 'KVM_MEM_ENCRYPT_OP'
$ git grep -l KVM_MEM_ENCRYPT_OP
Documentation/virt/kvm/amd-memory-encryption.rst
$ git grep -l KVM_MEMORY_ENCRYPT_OP
Documentation/virt/kvm/api.rst
arch/x86/kvm/x86.c
include/uapi/linux/kvm.h
tools/include/uapi/linux/kvm.h
While we're in there, update the KVM API category for
KVM_MEMORY_ENCRYPT_OP. It is called on a VM file descriptor.
Signed-off-by: Connor Kuehl <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions