On Thu, 6 Feb 2025, Jan Beulich wrote: > On 06.02.2025 02:08, Stefano Stabellini wrote: > > --- a/tools/helpers/init-dom0less.c > > +++ b/tools/helpers/init-dom0less.c > > @@ -16,8 +16,35 @@ > > > > #include "init-dom-json.h" > > > > +#define XENSTORE_PFN_OFFSET 1 > > #define STR_MAX_LENGTH 128 > > > > + > > +static int alloc_xs_page(struct xc_interface_core *xch, > > While this isn't my area of maintainership, may I nevertheless ask that you > please avoid introducing double blank lines?
Sure, thanks Jan