Mailing List Archive

[PATCH] Fix PV-on-HVM drivers for changing parameter of gnttab.
Hi All,

I tested PV-on-HVM drives on cs12254, but it was not possible to compile.
When I investigated, the cause that the PV-on-HVM drivers was not able to
compile
was influence by changeset 12244.

xen-unstable cs12244 :
[LINUX] Don't use uint64_t parameter to gnttab_set_{,un}map_op() when

Because reference to maddr_t was not solved by changing parameter of
gnttab_set_{.un}map_op().
To solve this issue, the include to maddr.h was added to gentab.h.
Could you commit this patch?

Best Regard

--
Takanori Kasai