On Mon, Jan 04, 2021 at 12:30:44PM +0100, Manuel Bouyer wrote: > On Tue, Dec 29, 2020 at 01:46:30PM +0100, Roger Pau Monné wrote: > > Also a little bit below these prototypes are the dummy implementations > > of osdep_xenforeignmemory_restrict, > > osdep_xenforeignmemory_map_resource and > > osdep_xenforeignmemory_unmap_resource. I think you at least need to > > modify the condition below so that on NetBSD the dummy inlines are not > > used? > > This is !defined(__NetBSD__) so it should not be used ?
Right, I think I somehow overlooked that part of the patch. You are indeed tweaking the define so it should be fine. Thanks, Roger.