libs: add libxenhypfs
authorJuergen Gross <jgross@suse.com>
Fri, 29 May 2020 08:20:21 +0000 (10:20 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 29 May 2020 08:20:21 +0000 (10:20 +0200)
commit86234eafb95295621aef6c618e4c22c10d8e4138
tree4e5463c1243117ab3d858b4159040903ef563393
parent5b5ccafb0c425b85a60fd4f241d5f6951d0e4928
libs: add libxenhypfs

Add the new library libxenhypfs for access to the hypervisor filesystem.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
.gitignore
tools/Rules.mk
tools/libs/Makefile
tools/libs/hypfs/Makefile [new file with mode: 0644]
tools/libs/hypfs/core.c [new file with mode: 0644]
tools/libs/hypfs/include/xenhypfs.h [new file with mode: 0644]
tools/libs/hypfs/libxenhypfs.map [new file with mode: 0644]
tools/libs/hypfs/xenhypfs.pc.in [new file with mode: 0644]