Re: [Xen-devel] [PATCH v2 6/6] xen: add runtime parameter reading support to hypfs

2019-11-12 Thread Jürgen Groß
On 12.11.19 15:28, Jan Beulich wrote: On 02.10.2019 13:20, Juergen Gross wrote: Add support to read values of hypervisor runtime parameters via the hypervisor file system for all unsigned integer type runtime parameters. What about string ones (which you seem to handle in the code, but see

Re: [Xen-devel] [PATCH v2 6/6] xen: add runtime parameter reading support to hypfs

2019-11-12 Thread Jan Beulich
On 02.10.2019 13:20, Juergen Gross wrote: > Add support to read values of hypervisor runtime parameters via the > hypervisor file system for all unsigned integer type runtime parameters. What about string ones (which you seem to handle in the code, but see also there)? > @@ -320,6 +321,44 @@ int

[Xen-devel] [PATCH v2 6/6] xen: add runtime parameter reading support to hypfs

2019-10-02 Thread Juergen Gross
Add support to read values of hypervisor runtime parameters via the hypervisor file system for all unsigned integer type runtime parameters. Signed-off-by: Juergen Gross --- docs/misc/hypfs-paths.pandoc | 9 + xen/common/kernel.c | 39 +++ 2