aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jones <drjones@redhat.com>2019-04-29 04:27:10 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2019-04-29 08:06:04 -0400
commitdbcdae185a704068c22984d6d05acc140ec03a8f (patch)
tree73f9ed32cddcfd7fb69a28ef2406ad7471a355c3
parentf2fde6a5bcfcfcfca8eef59666b20454da055ad7 (diff)
Documentation: kvm: fix dirty log ioctl arch lists
KVM_GET_DIRTY_LOG is implemented by all architectures, not just x86, and KVM_CAP_MANUAL_DIRTY_LOG_PROTECT is additionally implemented by arm, arm64, and mips. Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--Documentation/virtual/kvm/api.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt
index 67068c47c591..7f3ebc9e7cee 100644
--- a/Documentation/virtual/kvm/api.txt
+++ b/Documentation/virtual/kvm/api.txt
@@ -321,7 +321,7 @@ cpu's hardware control block.
3214.8 KVM_GET_DIRTY_LOG (vm ioctl) 3214.8 KVM_GET_DIRTY_LOG (vm ioctl)
322 322
323Capability: basic 323Capability: basic
324Architectures: x86 324Architectures: all
325Type: vm ioctl 325Type: vm ioctl
326Parameters: struct kvm_dirty_log (in/out) 326Parameters: struct kvm_dirty_log (in/out)
327Returns: 0 on success, -1 on error 327Returns: 0 on success, -1 on error
@@ -3810,7 +3810,7 @@ to I/O ports.
38104.117 KVM_CLEAR_DIRTY_LOG (vm ioctl) 38104.117 KVM_CLEAR_DIRTY_LOG (vm ioctl)
3811 3811
3812Capability: KVM_CAP_MANUAL_DIRTY_LOG_PROTECT 3812Capability: KVM_CAP_MANUAL_DIRTY_LOG_PROTECT
3813Architectures: x86 3813Architectures: x86, arm, arm64, mips
3814Type: vm ioctl 3814Type: vm ioctl
3815Parameters: struct kvm_dirty_log (in) 3815Parameters: struct kvm_dirty_log (in)
3816Returns: 0 on success, -1 on error 3816Returns: 0 on success, -1 on error
@@ -4799,7 +4799,7 @@ and injected exceptions.
4799 4799
48007.18 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT 48007.18 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT
4801 4801
4802Architectures: all 4802Architectures: x86, arm, arm64, mips
4803Parameters: args[0] whether feature should be enabled or not 4803Parameters: args[0] whether feature should be enabled or not
4804 4804
4805With this capability enabled, KVM_GET_DIRTY_LOG will not automatically 4805With this capability enabled, KVM_GET_DIRTY_LOG will not automatically