From: Eric Trudeau Date: Wed, 4 Dec 2013 11:39:33 +0000 (+0000) Subject: XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfn X-Git-Tag: v3.13-rc5~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94cae53f9e564484f906a79be5639fc66e8cb02;p=pandora-kernel.git XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfn From: Eric Trudeau 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 Signed-off-by: Stefano Stabellini --- Reading git-diff-tree failed