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

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: kvm: fix typo in api.rst

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

authored by

Gianfranco Trad and committed by
Jonathan Corbet
311cf716 5a3f0a11

+1 -1
+1 -1
Documentation/virt/kvm/api.rst
··· 5574 5574 in guest physical address space. This attribute should be used in 5575 5575 preference to KVM_XEN_ATTR_TYPE_SHARED_INFO as it avoids 5576 5576 unnecessary invalidation of an internal cache when the page is 5577 - re-mapped in guest physcial address space. 5577 + re-mapped in guest physical address space. 5578 5578 5579 5579 Setting the hva to zero will disable the shared_info page. 5580 5580