Re: [Xen-devel] [PATCH v3 5/9] libs: add libxenhypfs

2020-06-02 Thread Olaf Hering
On Mon, Feb 03, Jürgen Groß wrote: > On 31.01.20 16:57, Wei Liu wrote: > > On Tue, Jan 21, 2020 at 09:43:26AM +0100, Juergen Gross wrote: > > > +Requires.private: xentoolcore,xentoollog,xencall > > Need to list libz here? > Probably, yes. See "rpm -qf --provides /usr/include/zlib.h" for the prope

Re: [Xen-devel] [PATCH v3 5/9] libs: add libxenhypfs

2020-02-03 Thread Jürgen Groß
On 31.01.20 16:57, Wei Liu wrote: On Tue, Jan 21, 2020 at 09:43:26AM +0100, Juergen Gross wrote: Add the new library libxenhypfs for access to the hypervisor filesystem. Signed-off-by: Juergen Gross I've only skimmed read it. The code looks sensible. One minor comment. diff --git a/tools/

Re: [Xen-devel] [PATCH v3 5/9] libs: add libxenhypfs

2020-01-31 Thread Wei Liu
On Tue, Jan 21, 2020 at 09:43:26AM +0100, Juergen Gross wrote: > Add the new library libxenhypfs for access to the hypervisor filesystem. > > Signed-off-by: Juergen Gross I've only skimmed read it. The code looks sensible. One minor comment. > diff --git a/tools/libs/hypfs/xenhypfs.pc.in b/too

[Xen-devel] [PATCH v3 5/9] libs: add libxenhypfs

2020-01-21 Thread Juergen Gross
Add the new library libxenhypfs for access to the hypervisor filesystem. Signed-off-by: Juergen Gross --- V1: - rename to libxenhypfs - add xenhypfs_write() V3: - major rework due to new hypervisor interface - add decompression capability --- .gitignore | 2 + tools/R