XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfn
authorEric Trudeau <etrudeau@broadcom.com>
Wed, 4 Dec 2013 11:39:33 +0000 (11:39 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 4 Dec 2013 11:39:33 +0000 (11:39 +0000)
From: Eric Trudeau <etrudeau@broadcom.com>

xen_hvm_resume_frames stores the physical address of the grant table.
englighten.c was incorrectly setting it as if it was a page frame number.
This caused the table to be mapped into the guest at an unexpected physical
address.

Additionally, a warning is improved to include the grant table address which
failed in xen_remap.

Signed-off-by: Eric Trudeau <etrudeau@broadcom.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

No differences found