Re: [Xen-devel] [PATCH v4 4/8] libs: add libxenhypfs

2020-02-05 Thread Wei Liu
On Wed, Feb 05, 2020 at 11:11:37AM +0100, Juergen Gross wrote: > Add the new library libxenhypfs for access to the hypervisor filesystem. > > Signed-off-by: Juergen Gross Acked-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.xenproject.org htt

[Xen-devel] [PATCH v4 4/8] libs: add libxenhypfs

2020-02-05 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 V4: - add dependency to libz in pkgconfig file (Wei Liu)