On Sunday 12 June 2016 15:18:27 Matteo Cafasso wrote:
v7:
- iterate over output file instead of reading it into memory
Instead of reading the whole output file in memory and iterating over
the resulting buffer, use XDR primitives to directly iterate over
the file itself.
This should reduce the API memory consumption.
Patch ready for review. Code available at:
https://github.com/noxdafox/libguestfs/tree/filesystem_walk
Matteo Cafasso (5):
generator: Added tsk_dirent struct
New API: internal_filesystem_walk
configure: Added libtsk compile-time check
New API: filesystem_walk
lib: Added filesystem_walk command tests
The series does not apply cleanly, please rebase it on master (and
update the version number for the new APIs, next version is 1.33.37).
Also, please squash patches 1/2/3 together as one, as each doesn't work
without the other two, making bisecting more difficult.
Thanks,
--
Pino Toscano