[Xen-devel] Call for Testing : Grant Table User-space Device

2016-08-01 Thread Akshay Jaggi
working on getting my work pushed into FreeBSD, and once the gntdev device is ready on FreeBSD, I'll push the necessary bindings in Xen. Happy Testing! Cheers and Regards, Akshay Jaggi freebsd_final_flash.patch Description: Binary data xen_freebsd.patch Description: Binary

[Xen-devel] [PATCH] gnttab: Add gntdev device mappings for FreeBSD

2016-08-04 Thread Akshay Jaggi
Add grant table userspace device mappings for FreeBSD (enables support for qdisk backend on FreeBSD Dom0). Signed-off-by: Akshay Jaggi --- tools/include/xen-sys/FreeBSD/gntdev.h | 118 tools/libs/gnttab/Makefile | 2 +- tools/libs/gnttab/freebsd.c| 335

Re: [Xen-devel] [PATCH] gnttab: Add gntdev device mappings for FreeBSD

2016-08-07 Thread Akshay Jaggi
On 5 August 2016 at 22:15, Roger Pau Monné wrote: > On Thu, Aug 04, 2016 at 06:23:51PM +0530, Akshay Jaggi wrote: > > Add grant table userspace device mappings for > > FreeBSD (enables support for qdisk backend > > on FreeBSD Dom0). > > > > Signed-off-by: Akshay

Re: [Xen-devel] [PATCH] gnttab: Add gntdev device mappings for FreeBSD

2016-08-17 Thread Akshay Jaggi
Yes, I know you copy this from linux.c, but I don't think this is a good idea because the error semantics is horrible -- if stack overflows program behaviour is undefined (!). Noted. And Done. Regards, Akshay On 11 August 2016 at 21:44, Wei Liu wrote: > On Thu, Aug 04, 2016 at 06:23:5

[Xen-devel] [PATCH v2] gnttab: Add gntdev device mappings for FreeBSD

2016-08-17 Thread Akshay Jaggi
Add grant table userspace device mappings for FreeBSD (enables support for qdisk backend on FreeBSD Dom0). Signed-off-by: Akshay Jaggi --- Changed since v1: * fix coding style * remove O_CLOEXEC * remove SET_MAX_GRANTS ioctl * update freebsd/gntdev.h to latest version * replace alloca with

[Xen-devel] [PATCH v3] gnttab: Add gntdev device mappings for FreeBSD

2016-08-24 Thread Akshay Jaggi
Add grant table userspace device mappings for FreeBSD (enables support for qdisk backend on FreeBSD Dom0). Signed-off-by: Akshay Jaggi --- Changed since v1: * fix coding style * remove O_CLOEXEC * remove SET_MAX_GRANTS ioctl * update freebsd/gntdev.h to latest version * replace alloca with