]> xenbits.xensource.com Git - xen.git/commitdiff
docs: replace hint with pointer in PVHv2 ACPI documentation
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 3 Nov 2016 16:48:56 +0000 (17:48 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 4 Nov 2016 14:06:39 +0000 (14:06 +0000)
Use pointer instead of hint, since this is the only way to get the address
of the RSDP.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reported-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
docs/misc/hvmlite.markdown

index 946908ee6e5b53395121bb7b5d364e9e24834aeb..898b8ee8021e6e8b107b1d9b133d84162d1d4699 100644 (file)
@@ -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).