diff mbox

[for-4.8] docs: replace hint with pointer in PVHv2 ACPI documentation

Message ID 1478191736-13736-1-git-send-email-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Roger Pau Monné Nov. 3, 2016, 4:48 p.m. UTC
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>
---
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Tim Deegan <tim@xen.org>
Cc: Wei Liu <wei.liu2@citrix.com>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 docs/misc/hvmlite.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Beulich Nov. 3, 2016, 5:15 p.m. UTC | #1
>>> On 03.11.16 at 17:48, <roger.pau@citrix.com> wrote:
> 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>

Thanks, Jan
Wei Liu Nov. 4, 2016, 2:25 p.m. UTC | #2
On Thu, Nov 03, 2016 at 11:15:31AM -0600, Jan Beulich wrote:
> >>> On 03.11.16 at 17:48, <roger.pau@citrix.com> wrote:
> > 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>
> 

Applied.
diff mbox

Patch

diff --git a/docs/misc/hvmlite.markdown b/docs/misc/hvmlite.markdown
index 946908e..898b8ee 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).