diff options
| author | Andrew Jones <drjones@redhat.com> | 2019-04-29 04:27:10 -0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-04-29 08:06:04 -0400 |
| commit | dbcdae185a704068c22984d6d05acc140ec03a8f (patch) | |
| tree | 73f9ed32cddcfd7fb69a28ef2406ad7471a355c3 | |
| parent | f2fde6a5bcfcfcfca8eef59666b20454da055ad7 (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.txt | 6 |
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. | |||
| 321 | 4.8 KVM_GET_DIRTY_LOG (vm ioctl) | 321 | 4.8 KVM_GET_DIRTY_LOG (vm ioctl) |
| 322 | 322 | ||
| 323 | Capability: basic | 323 | Capability: basic |
| 324 | Architectures: x86 | 324 | Architectures: all |
| 325 | Type: vm ioctl | 325 | Type: vm ioctl |
| 326 | Parameters: struct kvm_dirty_log (in/out) | 326 | Parameters: struct kvm_dirty_log (in/out) |
| 327 | Returns: 0 on success, -1 on error | 327 | Returns: 0 on success, -1 on error |
| @@ -3810,7 +3810,7 @@ to I/O ports. | |||
| 3810 | 4.117 KVM_CLEAR_DIRTY_LOG (vm ioctl) | 3810 | 4.117 KVM_CLEAR_DIRTY_LOG (vm ioctl) |
| 3811 | 3811 | ||
| 3812 | Capability: KVM_CAP_MANUAL_DIRTY_LOG_PROTECT | 3812 | Capability: KVM_CAP_MANUAL_DIRTY_LOG_PROTECT |
| 3813 | Architectures: x86 | 3813 | Architectures: x86, arm, arm64, mips |
| 3814 | Type: vm ioctl | 3814 | Type: vm ioctl |
| 3815 | Parameters: struct kvm_dirty_log (in) | 3815 | Parameters: struct kvm_dirty_log (in) |
| 3816 | Returns: 0 on success, -1 on error | 3816 | Returns: 0 on success, -1 on error |
| @@ -4799,7 +4799,7 @@ and injected exceptions. | |||
| 4799 | 4799 | ||
| 4800 | 7.18 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT | 4800 | 7.18 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT |
| 4801 | 4801 | ||
| 4802 | Architectures: all | 4802 | Architectures: x86, arm, arm64, mips |
| 4803 | Parameters: args[0] whether feature should be enabled or not | 4803 | Parameters: args[0] whether feature should be enabled or not |
| 4804 | 4804 | ||
| 4805 | With this capability enabled, KVM_GET_DIRTY_LOG will not automatically | 4805 | With this capability enabled, KVM_GET_DIRTY_LOG will not automatically |
