From b4fbf078271e6f92c185b9f5289d768add2a74bb Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Thu, 3 Nov 2016 17:48:56 +0100 Subject: [PATCH] docs: replace hint with pointer in PVHv2 ACPI documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- docs/misc/hvmlite.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.30.2