Re: [Xen-devel] [PATCH v2] libs/gnttab: add FreeBSD handlers for the grant-table user-space device

2017-02-02 Thread Wei Liu
On Wed, Feb 01, 2017 at 05:44:55PM +, Roger Pau Monne wrote: [...] > diff --git a/tools/libs/gnttab/private.h b/tools/libs/gnttab/private.h > index d6c5594..1416194 100644 > --- a/tools/libs/gnttab/private.h > +++ b/tools/libs/gnttab/private.h > @@ -4,6 +4,16 @@ > #include > #include > >

Re: [Xen-devel] [PATCH v2] libs/gnttab: add FreeBSD handlers for the grant-table user-space device

2017-02-01 Thread Wei Liu
On Wed, Feb 01, 2017 at 05:44:55PM +, Roger Pau Monne wrote: > This patch adds the headers and helpers for the FreeBSD gntdev, used in order > to map grants from remote domains and to allocate grants on behalf of the > current domain. > > Current code has been tested with the QEMU/Qdisk

[Xen-devel] [PATCH v2] libs/gnttab: add FreeBSD handlers for the grant-table user-space device

2017-02-01 Thread Roger Pau Monne
This patch adds the headers and helpers for the FreeBSD gntdev, used in order to map grants from remote domains and to allocate grants on behalf of the current domain. Current code has been tested with the QEMU/Qdisk backend. Signed-off-by: Akshay Jaggi [ added dummy