aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/gntdev.h
Commit message (Collapse)AuthorAgeFilesLines
* xen/gntalloc,gntdev: Add unmap notify ioctlDaniel De Graaf2011-02-141-0/+31
| | | | | | | | | This ioctl allows the users of a shared page to be notified when the other end exits abnormally. [v2: updated description in structs] Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
* xen/gntdev: allow usermode to map granted pagesGerd Hoffmann2011-01-111-0/+119
The gntdev driver allows usermode to map granted pages from other domains. This is typically used to implement a Xen backend driver in user mode. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Stefano Stabellini <Stefano.Stabellini@eu.citrix.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>