On Thu, Feb 08, 2024 at 05:55:42PM +0100, Juergen Gross wrote: > diff --git a/tools/include/libxl.h b/tools/include/libxl.h > index a554f2ccd6..e6ab5ddb94 100644 > --- a/tools/include/libxl.h > +++ b/tools/include/libxl.h > @@ -583,6 +583,13 @@ > * libxl_console_add_xenstore() in libxl. > */ > #define LIBXL_HAVE_CONSOLE_ADD_XENSTORE 1 > + > +/* > + * LIBXL_HAVE_P9_ADD_XENSTORE indicates presence of the function > + * libxl_device_9pfs_add() in libxl. > + */ > +#define LIBXL_HAVE_P9_ADD_XENSTORE 1
Nit, we could probably remove the _XENSTORE suffix from the define, but it's ok to keep it as well, just to avoid a round trip. In any case, patch looks good: Reviewed-by: Anthony PERARD <anthony.per...@citrix.com> Thanks, -- Anthony PERARD