From: Roger Pau Monne Date: Thu, 3 Nov 2016 16:48:56 +0000 (+0100) Subject: docs: replace hint with pointer in PVHv2 ACPI documentation X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~122 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b4fbf078271e6f92c185b9f5289d768add2a74bb;p=xen.git docs: replace hint with pointer in PVHv2 ACPI documentation Use pointer instead of hint, since this is the only way to get the address of the RSDP. Signed-off-by: Roger Pau Monné Reported-by: Jan Beulich Acked-by: Jan Beulich Release-acked-by: Wei Liu --- diff --git a/docs/misc/hvmlite.markdown b/docs/misc/hvmlite.markdown index 946908ee6e..898b8ee802 100644 --- a/docs/misc/hvmlite.markdown +++ b/docs/misc/hvmlite.markdown @@ -69,7 +69,7 @@ The following VCPU hypercalls can be used in order to bring up secondary vCPUs: PVHv2 guests that have access to hardware (either emulated or real) will also have ACPI tables with the description of the hardware that's available to the -guest. This applies to both privileged and unprivileged guests. A hint of +guest. This applies to both privileged and unprivileged guests. A pointer to the position of the RSDP in memory (if present) can be fetched from the start info structure that's passed at boot time (field rsdp_paddr).