projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a3f0a1
)
Documentation: kvm: fix typo in api.rst
author
Gianfranco Trad
<gianf.trad@gmail.com>
Fri, 15 Nov 2024 01:18:35 +0000
(
02:18
+0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Wed, 11 Dec 2024 16:07:40 +0000
(09:07 -0700)
Fix minor typo in api.rst where the word physical was misspelled
as physcial.
Signed-off-by: Gianfranco Trad <gianf.trad@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link:
https://lore.kernel.org/r/20241115011831.300705-5-gianf.trad@gmail.com
Documentation/virt/kvm/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/virt/kvm/api.rst
b/Documentation/virt/kvm/api.rst
index 454c2aaa155e5b994ee1f68502d8fdf55cf6700a..3f01760a634bb2b94d63163524ac34b650a6786a 100644
(file)
--- a/
Documentation/virt/kvm/api.rst
+++ b/
Documentation/virt/kvm/api.rst
@@
-5574,7
+5574,7
@@
KVM_XEN_ATTR_TYPE_SHARED_INFO_HVA
in guest physical address space. This attribute should be used in
preference to KVM_XEN_ATTR_TYPE_SHARED_INFO as it avoids
unnecessary invalidation of an internal cache when the page is
- re-mapped in guest phys
ci
al address space.
+ re-mapped in guest phys
ic
al address space.
Setting the hva to zero will disable the shared_info page.