Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: virt: kvm/api: drop doubled words

Drop multiple doubled words.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org
Link: https://lore.kernel.org/r/20200703212906.30655-3-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
3747c5d3 a13a9956

+8 -8
+8 -8
Documentation/virt/kvm/api.rst
··· 65 65 put their references to the VM's file descriptor. 66 66 67 67 Because a VM's resources are not freed until the last reference to its 68 - file descriptor is released, creating additional references to a VM via 68 + file descriptor is released, creating additional references to a VM 69 69 via fork(), dup(), etc... without careful consideration is strongly 70 70 discouraged and may have unwanted side effects, e.g. memory allocated 71 71 by and on behalf of the VM's process may not be freed/unaccounted when ··· 536 536 ========= =================================== 537 537 0 on success, 538 538 -EEXIST if an interrupt is already enqueued 539 - -EINVAL the the irq number is invalid 539 + -EINVAL the irq number is invalid 540 540 -ENXIO if the PIC is in the kernel 541 541 -EFAULT if the pointer is invalid 542 542 ========= =================================== ··· 3167 3167 3168 3168 The information returned by this ioctl can be used to prepare an instance 3169 3169 of struct kvm_vcpu_init for KVM_ARM_VCPU_INIT ioctl which will result in 3170 - in VCPU matching underlying host. 3170 + VCPU matching underlying host. 3171 3171 3172 3172 3173 3173 4.84 KVM_GET_REG_LIST ··· 5855 5855 :Architectures: ppc 5856 5856 5857 5857 This capability, if KVM_CHECK_EXTENSION indicates that it is 5858 - available, means that that the kernel has an implementation of the 5858 + available, means that the kernel has an implementation of the 5859 5859 H_RANDOM hypercall backed by a hardware random-number generator. 5860 5860 If present, the kernel H_RANDOM handler can be enabled for guest use 5861 5861 with the KVM_CAP_PPC_ENABLE_HCALL capability. ··· 5866 5866 :Architectures: x86 5867 5867 5868 5868 This capability, if KVM_CHECK_EXTENSION indicates that it is 5869 - available, means that that the kernel has an implementation of the 5869 + available, means that the kernel has an implementation of the 5870 5870 Hyper-V Synthetic interrupt controller(SynIC). Hyper-V SynIC is 5871 5871 used to support Windows Hyper-V based guest paravirt drivers(VMBus). 5872 5872 ··· 5881 5881 :Architectures: ppc 5882 5882 5883 5883 This capability, if KVM_CHECK_EXTENSION indicates that it is 5884 - available, means that that the kernel can support guests using the 5884 + available, means that the kernel can support guests using the 5885 5885 radix MMU defined in Power ISA V3.00 (as implemented in the POWER9 5886 5886 processor). 5887 5887 ··· 5891 5891 :Architectures: ppc 5892 5892 5893 5893 This capability, if KVM_CHECK_EXTENSION indicates that it is 5894 - available, means that that the kernel can support guests using the 5894 + available, means that the kernel can support guests using the 5895 5895 hashed page table MMU defined in Power ISA V3.00 (as implemented in 5896 5896 the POWER9 processor), including in-memory segment tables. 5897 5897 ··· 5996 5996 5997 5997 If KVM_CAP_ARM_USER_IRQ is supported, the KVM_CHECK_EXTENSION ioctl returns a 5998 5998 number larger than 0 indicating the version of this capability is implemented 5999 - and thereby which bits in in run->s.regs.device_irq_level can signal values. 5999 + and thereby which bits in run->s.regs.device_irq_level can signal values. 6000 6000 6001 6001 Currently the following bits are defined for the device_irq_level bitmap:: 6002 6002