|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] [PVOPS] fix gntdev on PAE
On 02/01/2010 07:46 AM, Stefano Stabellini wrote:
On Mon, 1 Feb 2010, Stefano Stabellini wrote:
Hi all,
this small patch fixes gntdev on Linux pvops kernels:
gnttab_set_map_op and gnttab_set_unmap_op shouldn't take unsigned long
as parameters for machine addresses because they are not big enough on
PAE systems.
This patch fixes the issue using phys_addr_t instead and enables
XEN_GNTDEV compilation again.
Signed-off-by: Stefano Stabellini<stefano.stabellini@xxxxxxxxxxxxx>
BTW gntdev is used by qemu to provide the console backend to pv guests.
I applied the grant_table.h parts of the patch since its clearly a fix,
but I think we need confirm that gnt_dev is really OK.
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|