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
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
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
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
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
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