[Libguestfs] [PATCH v9 0/3] New API: filesystem_walk

Matteo Cafasso noxdafox at gmail.com
Wed Jun 15 17:28:50 UTC 2016


v9:

 - add missing files: java/Makefile.inc,
   java/com/redhat/et/libguestfs/.gitignore,
   gobject/Makefile.inc
 - reserve space in tsk_dirent struct for future usage
 - use int instead of bool_t type
 - improve API documentation


Matteo Cafasso (3):
  New API: internal_filesystem_walk
  New API: filesystem_walk
  lib: Added filesystem_walk command tests

 daemon/Makefile.am                       |   4 +-
 daemon/tsk.c                             | 251 +++++++++++++++++++++++++++++++
 docs/guestfs-building.pod                |   4 +
 generator/actions.ml                     | 123 +++++++++++++++
 generator/structs.ml                     |  18 +++
 gobject/Makefile.inc                     |   2 +
 java/Makefile.inc                        |   1 +
 java/com/redhat/et/libguestfs/.gitignore |   1 +
 m4/guestfs_daemon.m4                     |   8 +
 src/MAX_PROC_NR                          |   2 +-
 src/Makefile.am                          |   1 +
 src/tsk.c                                | 128 ++++++++++++++++
 tests/tsk/Makefile.am                    |   3 +-
 tests/tsk/test-filesystem-walk.sh        |  82 ++++++++++
 14 files changed, 625 insertions(+), 3 deletions(-)
 create mode 100644 daemon/tsk.c
 create mode 100644 src/tsk.c
 create mode 100755 tests/tsk/test-filesystem-walk.sh

--
2.8.1




More information about the Libguestfs mailing list