Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1238938
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Masanari Iida <standby24x7@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH] Doc:kvm: Fix typo in Doc/virtual/kvm |
| Date | Sat, 03 Oct 2015 17:50:01 +0200 |
| Message-ID | <qfxep-678-3@gated-at.bofh.it> (permalink) |
| X-Original-To | corbet@lwn.net, linux-kernel@vger.kernel.org, gleb@kernel.org, pbonzini@redhat.com, kvm@vger.kernel.org |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=y4sKJZwroqkVMrDvp30jeSHz+34ZzT7bMci49P/M8fs=; b=HXjnGiQVL55IbywLXxmipfTCf0aLkehgxu/yW4t4tJ4d/kvzmLM97Sj3aELcpm0Kbt s4+q6Gn/JUWYazT3vrHHnkKpo60iDcg1hpvcmz2yBHI9K2Nsviz/NUt15FqnLJfrm+JI LqhqDGfEaIc6RYNef1V35SHqlZzD+hxOtsu/Yy4vbtsfHgP/PHZIgku1iU0ao5zVdGcE VjxX0MjMhfirvNCjpklOYLvvvMgd2npuJaUwltJPcByxbbVthbjvlpRLtd9ICDFHpLAw GI6UMnIKdHbBkCaL/vSJMTdjH7EN2SU3Ggl1cmGGzZzvTig9HVhjrfsABuLC7JV6mNvl whDQ== |
| X-Received | by 10.66.61.205 with SMTP id s13mr1484259par.96.1443887193849; Sat, 03 Oct 2015 08:46:33 -0700 (PDT) |
| X-Mailer | git-send-email 2.6.0 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 65 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Masanari Iida <standby24x7@gmail.com> |
| X-Original-Date | Sun, 4 Oct 2015 00:46:21 +0900 |
| X-Original-Message-ID | <1443887181-4114-1-git-send-email-standby24x7@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1238938 |
Show key headers only | View raw
This patch fix spelling typos in Documentation/virtual/kvm.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
Documentation/virtual/kvm/api.txt | 4 ++--
Documentation/virtual/kvm/devices/vm.txt | 2 +-
Documentation/virtual/kvm/ppc-pv.txt | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt
index d9eccee..29ece60 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:
diff --git a/Documentation/virtual/kvm/devices/vm.txt b/Documentation/virtual/kvm/devices/vm.txt
index 5542c46..2d09d1e 100644
--- a/Documentation/virtual/kvm/devices/vm.txt
+++ b/Documentation/virtual/kvm/devices/vm.txt
@@ -74,7 +74,7 @@ struct kvm_s390_vm_cpu_processor {
KVM does not enforce or limit the cpu model data in any form. Take the information
retrieved by means of KVM_S390_VM_CPU_MACHINE as hint for reasonable configuration
-setups. Instruction interceptions triggered by additionally set facilitiy bits that
+setups. Instruction interceptions triggered by additionally set facility bits that
are not handled by KVM need to by imlemented in the VM driver code.
Parameters: address of buffer to store/set the processor related cpu
diff --git a/Documentation/virtual/kvm/ppc-pv.txt b/Documentation/virtual/kvm/ppc-pv.txt
index 3195606..e26115c 100644
--- a/Documentation/virtual/kvm/ppc-pv.txt
+++ b/Documentation/virtual/kvm/ppc-pv.txt
@@ -110,7 +110,7 @@ Flags are passed to the host in the low 12 bits of the Effective Address.
The following flags are currently available for a guest to expose:
- MAGIC_PAGE_FLAG_NOT_MAPPED_NX Guest handles NX bits correclty wrt magic page
+ MAGIC_PAGE_FLAG_NOT_MAPPED_NX Guest handles NX bits correctly wrt magic page
MSR bits
========
--
2.6.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] Doc:kvm: Fix typo in Doc/virtual/kvm Masanari Iida <standby24x7@gmail.com> - 2015-10-03 17:50 +0200
csiph-web