Re: [PATCH v2 13/17] xen/hypfs: support dynamic hypfs nodes

2020-12-03 Thread Jürgen Groß
On 03.12.20 16:08, Jan Beulich wrote: On 01.12.2020 09:21, 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 functio

Re: [PATCH v2 13/17] xen/hypfs: support dynamic hypfs nodes

2020-12-03 Thread Jan Beulich
On 01.12.2020 09:21, 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 > additi

[PATCH v2 13/17] xen/hypfs: support dynamic hypfs nodes

2020-12-01 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 en