The path to the xenstore FreeBSD device is /dev/xen/xenstore. Signed-off-by: Roger Pau Monné <roger....@citrix.com> --- Cc: Ian Jackson <ian.jack...@eu.citrix.com> Cc: Wei Liu <wei.l...@citrix.com> --- tools/xenstore/xs_lib.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tools/xenstore/xs_lib.c b/tools/xenstore/xs_lib.c index 5ef3d6d..3e43f88 100644 --- a/tools/xenstore/xs_lib.c +++ b/tools/xenstore/xs_lib.c @@ -85,6 +85,8 @@ const char *xs_domain_dev(void) return "/proc/xen/xenbus"; #elif defined(__NetBSD__) return "/kern/xen/xenbus"; +#elif defined(__FreeBSD__) + return "/dev/xen/xenstore"; #else return "/dev/xen/xenbus"; #endif -- 2.9.3 (Apple Git-75) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel