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

Documentation: KVM: make corrections to ppc-pv.rst

Correct the path of a header file.
Change "guest to ... guest" to "guest to ... host" in one place.
Hyphenate "32-bit" systems.
Add a comma at one parenthetical phrase.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Sean Christopherson <seanjc@google.com>
Cc: kvm@vger.kernel.org
Cc: Alexander Graf <agraf@suse.de>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230612030810.23376-4-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Jonathan Corbet
daa3a397 c37fa9db

+4 -4
+4 -4
Documentation/virt/kvm/ppc-pv.rst
··· 89 89 registers. Only if the host supports the additional features, make use of them. 90 90 91 91 The magic page layout is described by struct kvm_vcpu_arch_shared 92 - in arch/powerpc/include/asm/kvm_para.h. 92 + in arch/powerpc/include/uapi/asm/kvm_para.h. 93 93 94 94 Magic page features 95 95 =================== ··· 112 112 ================ 113 113 114 114 In addition to features that indicate whether a host is capable of a particular 115 - feature we also have a channel for a guest to tell the guest whether it's capable 115 + feature we also have a channel for a guest to tell the host whether it's capable 116 116 of something. This is what we call "flags". 117 117 118 118 Flags are passed to the host in the low 12 bits of the Effective Address. ··· 139 139 ==================== 140 140 141 141 The "ld" and "std" instructions are transformed to "lwz" and "stw" instructions 142 - respectively on 32 bit systems with an added offset of 4 to accommodate for big 142 + respectively on 32-bit systems with an added offset of 4 to accommodate for big 143 143 endianness. 144 144 145 145 The following is a list of mapping the Linux kernel performs when running as ··· 210 210 2) PAPR hypercalls 211 211 212 212 PAPR hypercalls are needed to run server PowerPC PAPR guests (-M pseries in QEMU). 213 - These are the same hypercalls that pHyp, the POWER hypervisor implements. Some of 213 + These are the same hypercalls that pHyp, the POWER hypervisor, implements. Some of 214 214 them are handled in the kernel, some are handled in user space. This is only 215 215 available on book3s_64. 216 216