This is the third version of the FUSE bindings for libguestfs. Still,
read and write calls don't work, but you can now navigate through the
filesystem hierarchy efficiently.
Rich.
.gitignore | 3 +
HACKING | 3 +
Makefile.am | 5 +
README | 2 +
TODO | 37 +--
bindtests | 13 +
bootstrap | 2 +
configure.ac | 9 +
daemon/Makefile.am | 2 +
daemon/dir.c | 17 +
daemon/file.c | 17 +
daemon/link.c | 51 +++
daemon/stat.c | 68 ++++
daemon/truncate.c | 65 ++++
daemon/utimens.c | 81 ++++
daemon/xattr.c | 205 ++++++++++
fuse/Makefile.am | 62 +++
fuse/dircache.c | 400 +++++++++++++++++++
fuse/dircache.h | 43 ++
fuse/fusexmp.c | 385 +++++++++++++++++++
fuse/fusexmp_fh.c | 495 ++++++++++++++++++++++++
fuse/guestmount.c | 1063 +++++++++++++++++++++++++++++++++++++++++++++++++++
fuse/guestmount.pod | 146 +++++++
m4/.gitignore | 2 +
perl/typemap | 1 +
po/POTFILES.in | 6 +
src/MAX_PROC_NR | 2 +-
src/generator.ml | 246 +++++++++++--
28 files changed, 3377 insertions(+), 54 deletions(-)
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages.
http://et.redhat.com/~rjones/libguestfs/
See what it can do:
http://et.redhat.com/~rjones/libguestfs/recipes.html