diff options
author | Wainer dos Santos Moschetta <wainersm@redhat.com> | 2019-11-29 13:17:30 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-11-29 19:18:51 +0100 |
commit | 80b10aa92448915d35e9f65591e9325397dc40fe (patch) | |
tree | 39c86a3b9ad451c59fc1c78a3e570cd225b18efe /Documentation | |
parent | c1de0f25221c3abc7031fa482c109ccb079e7938 (diff) | |
download | lwn-80b10aa92448915d35e9f65591e9325397dc40fe.tar.gz lwn-80b10aa92448915d35e9f65591e9325397dc40fe.zip |
Documentation: kvm: Fix mention to number of ioctls classes
In api.txt it is said that KVM ioctls belong to three classes
but in reality it is four. Fixed this, but do not count categories
anymore to avoid such as outdated information in the future.
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/virt/kvm/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/api.txt b/Documentation/virt/kvm/api.txt index 49183add44e7..cc8d18b5223e 100644 --- a/Documentation/virt/kvm/api.txt +++ b/Documentation/virt/kvm/api.txt @@ -5,7 +5,7 @@ The Definitive KVM (Kernel-based Virtual Machine) API Documentation ---------------------- The kvm API is a set of ioctls that are issued to control various aspects -of a virtual machine. The ioctls belong to three classes: +of a virtual machine. The ioctls belong to the following classes: - System ioctls: These query and set global attributes which affect the whole kvm subsystem. In addition a system ioctl is used to create |