]> xenbits.xensource.com Git - people/dariof/xen.git/commit
libgnttab: Add support for Linux dma-buf
authorOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Tue, 21 Aug 2018 06:44:01 +0000 (09:44 +0300)
committerWei Liu <wei.liu2@citrix.com>
Tue, 21 Aug 2018 07:34:58 +0000 (08:34 +0100)
commitee8105cabc162174a295ca7fea330ad22f7c25e3
treefa57b26950ea7a98e3e747b75255290a2296baf7
parent10c3fd91bd1c7f606719b5216ce4e5901161c91d
libgnttab: Add support for Linux dma-buf

Add support for Linux grant device driver extension which allows
converting existing dma-buf's into an array of grant references
and vise versa. This is only implemented for Linux as other OSes
have no Linux dma-buf support.

Bump gnttab library minor version to 3.

Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/include/xen-sys/Linux/gntdev.h
tools/libs/gnttab/Makefile
tools/libs/gnttab/gnttab_core.c
tools/libs/gnttab/gnttab_unimp.c
tools/libs/gnttab/include/xengnttab.h
tools/libs/gnttab/libxengnttab.map
tools/libs/gnttab/linux.c
tools/libs/gnttab/minios.c
tools/libs/gnttab/private.h