Re: [PATCH] docs: specify stability of hypfs path documentation

2020-07-13 Thread Jürgen Groß
: [PATCH] docs: specify stability of hypfs path documentation In docs/misc/hypfs-paths.pandoc the supported paths in the hypervisor file system are specified. Make it more clear that path availability might change, e.g. due to scope widening or narrowing (e.g. being limited to a specific

Re: [PATCH] docs: specify stability of hypfs path documentation

2020-07-13 Thread Jürgen Groß
On 13.07.20 10:07, Jan Beulich wrote: On 13.07.2020 10:04, Jürgen Groß wrote: On 13.07.20 09:56, Jan Beulich wrote: On 13.07.2020 07:16, Juergen Gross wrote: @@ -55,6 +58,11 @@ tags enclosed in square brackets. * CONFIG_* -- Path is valid only in case the hypervisor was built with the

RE: [PATCH] docs: specify stability of hypfs path documentation

2020-07-13 Thread Paul Durrant
> Liu > Subject: [PATCH] docs: specify stability of hypfs path documentation > > In docs/misc/hypfs-paths.pandoc the supported paths in the hypervisor > file system are specified. Make it more clear that path availability > might change, e.g. due to scope widening or narrowing

Re: [PATCH] docs: specify stability of hypfs path documentation

2020-07-13 Thread Jan Beulich
On 13.07.2020 10:04, Jürgen Groß wrote: > On 13.07.20 09:56, Jan Beulich wrote: >> On 13.07.2020 07:16, Juergen Gross wrote: >>> @@ -55,6 +58,11 @@ tags enclosed in square brackets. >>> * CONFIG_* -- Path is valid only in case the hypervisor was built with >>> the respective config option. >>

Re: [PATCH] docs: specify stability of hypfs path documentation

2020-07-13 Thread Jürgen Groß
On 13.07.20 09:56, Jan Beulich wrote: On 13.07.2020 07:16, Juergen Gross wrote: @@ -55,6 +58,11 @@ tags enclosed in square brackets. * CONFIG_* -- Path is valid only in case the hypervisor was built with the respective config option. +Path availability is subject to change, e.g. a speci

Re: [PATCH] docs: specify stability of hypfs path documentation

2020-07-13 Thread Jan Beulich
On 13.07.2020 07:16, Juergen Gross wrote: > @@ -55,6 +58,11 @@ tags enclosed in square brackets. > * CONFIG_* -- Path is valid only in case the hypervisor was built with >the respective config option. > > +Path availability is subject to change, e.g. a specific path specified > +for a single

[PATCH] docs: specify stability of hypfs path documentation

2020-07-12 Thread Juergen Gross
In docs/misc/hypfs-paths.pandoc the supported paths in the hypervisor file system are specified. Make it more clear that path availability might change, e.g. due to scope widening or narrowing (e.g. being limited to a specific architecture). Signed-off-by: Juergen Gross --- This might be a candid