Re: [Xen-devel] [PATCH XEN v6 10/32] tools: Refactor /dev/xen/gnt{dev, shr} wrappers into libxengnttab.

2015-12-14 Thread Ian Campbell
On Thu, 2015-12-03 at 11:22 +, Ian Campbell wrote: > [...] > +void *xengnttab_map_grant_ref(xengnttab_handle *xgt, > +  uint32_t domid, > +  uint32_t ref, > +  int prot); > [...] > +int xengnttab_munmap(xengntta

[Xen-devel] [PATCH XEN v6 10/32] tools: Refactor /dev/xen/gnt{dev, shr} wrappers into libxengnttab.

2015-12-03 Thread Ian Campbell
libxengnttab will provide a stable API and ABI for accessing the grant table devices. The functions are moved into the xengnt{tab,shr} namespace to make a clean break from libxc and avoid ambiguity regarding which interfaces are stable. All in-tree users are updated to use the new names. Upon re