Re: [PATCH v4 2/5] xen/hypfs: add support for id-based dynamic directories

2021-01-21 Thread Jan Beulich
On 18.01.2021 12:55, Juergen Gross wrote: > Add some helpers to hypfs.c to support dynamic directories with a > numerical id as name. > > The dynamic directory is based on a template specified by the user > allowing to use specific access functions and having a predefined > set of entries in the

[PATCH v4 2/5] xen/hypfs: add support for id-based dynamic directories

2021-01-18 Thread Juergen Gross
Add some helpers to hypfs.c to support dynamic directories with a numerical id as name. The dynamic directory is based on a template specified by the user allowing to use specific access functions and having a predefined set of entries in the directory. Signed-off-by: Juergen Gross --- V2: -