diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-10-03 18:46:21 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-10-12 00:35:23 +0300 |
commit | 5d4f6f3d22b51f1eb8d7687b0e5f2428f5a500c7 (patch) | |
tree | 72fd02063479810a2e8f5a5081bc0d0b7d365122 /Documentation/virtual/kvm/api.txt | |
parent | 1c3a54e257f764f1564abba142597d472fba49c8 (diff) | |
download | linux-5d4f6f3d22b51f1eb8d7687b0e5f2428f5a500c7.tar.xz |
Doc:kvm: Fix typo in Doc/virtual/kvm
This patch fix spelling typos in Documentation/virtual/kvm.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/virtual/kvm/api.txt')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index d9ecceea5a02..29ece601008e 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -1774,7 +1774,7 @@ has been called, this interface is completely emulated within the kernel. To use this to emulate the LINT1 input with KVM_CREATE_IRQCHIP, use the following algorithm: - - pause the vpcu + - pause the vcpu - read the local APIC's state (KVM_GET_LAPIC) - check whether changing LINT1 will queue an NMI (see the LVT entry for LINT1) - if so, issue KVM_NMI @@ -2798,7 +2798,7 @@ Returns: = 0 on success, < 0 on generic error (e.g. -EFAULT or -ENOMEM), > 0 if an exception occurred while walking the page tables -Read or write data from/to the logical (virtual) memory of a VPCU. +Read or write data from/to the logical (virtual) memory of a VCPU. Parameters are specified via the following structure: |