On Tue, Jan 26, 2021 at 11:47:53PM +0100, Manuel Bouyer wrote: > +int osdep_gntshr_unshare(xengntshr_handle *xgs, > + void *start_address, uint32_t count) > +{ > + return munmap(start_address, count * PAGE_SIZE); > +} > + > +/* > + * The functions below are Linux-isms that will likely never be implemented > + * on FreeBSD unless FreeBSD also implements something akin to Linux dmabuf.
You might want to s/FreeBSD/NetBSD/ in the line above. Reviewed-by: Roger Pau Monné <roger....@citrix.com> Thanks, Roger