Re: [PATCH v4 1/5] xen/hypfs: support dynamic hypfs nodes

2021-01-21 Thread Jan Beulich
On 18.01.2021 12:55, Juergen Gross wrote: > Add a HYPFS_VARDIR_INIT() macro for initializing such a directory > statically, taking a struct hypfs_funcs pointer as parameter additional > to those of HYPFS_DIR_INIT(). > > Modify HYPFS_VARSIZE_INIT() to take the function vector pointer as an >

[PATCH v4 1/5] xen/hypfs: support dynamic hypfs nodes

2021-01-18 Thread Juergen Gross
Add a HYPFS_VARDIR_INIT() macro for initializing such a directory statically, taking a struct hypfs_funcs pointer as parameter additional to those of HYPFS_DIR_INIT(). Modify HYPFS_VARSIZE_INIT() to take the function vector pointer as an additional parameter as this will be needed for dynamical