Re: [PATCH RFC 0/3] xen: add hypfs per-domain abi-features

2021-01-13 Thread Jürgen Groß
On 08.01.21 16:44, Jan Beulich wrote: On 09.12.2020 17:16, Juergen Gross wrote: This small series is meant as an example how to add further dynamical directories to hypfs. It can be used to replace Paul's current approach to specify ABI-features via domain create flags and replace those by hypfs

Re: [PATCH RFC 0/3] xen: add hypfs per-domain abi-features

2021-01-08 Thread Jan Beulich
On 09.12.2020 17:16, Juergen Gross wrote: > This small series is meant as an example how to add further dynamical > directories to hypfs. It can be used to replace Paul's current approach > to specify ABI-features via domain create flags and replace those by > hypfs nodes. Actually, before I look

Re: [PATCH RFC 0/3] xen: add hypfs per-domain abi-features

2020-12-10 Thread Julien Grall
On 10/12/2020 07:49, Jürgen Groß wrote: On 09.12.20 17:24, Julien Grall wrote: Hi, On 09/12/2020 16:16, Juergen Gross wrote: This small series is meant as an example how to add further dynamical directories to hypfs. It can be used to replace Paul's current approach to specify ABI-features

Re: [PATCH RFC 0/3] xen: add hypfs per-domain abi-features

2020-12-10 Thread Jürgen Groß
On 09.12.20 17:24, Julien Grall wrote: Hi, On 09/12/2020 16:16, Juergen Gross wrote: This small series is meant as an example how to add further dynamical directories to hypfs. It can be used to replace Paul's current approach to specify ABI-features via domain create flags and replace those by

Re: [PATCH RFC 0/3] xen: add hypfs per-domain abi-features

2020-12-09 Thread Julien Grall
Hi, On 09/12/2020 16:16, Juergen Gross wrote: This small series is meant as an example how to add further dynamical directories to hypfs. It can be used to replace Paul's current approach to specify ABI-features via domain create flags and replace those by hypfs nodes. This can only work if al