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
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/
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
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