[Libguestfs] [PATCH v2 0/3] New API - find_block

Matteo Cafasso noxdafox at gmail.com
Mon Sep 19 20:26:56 UTC 2016


v2:

- use boolean field in struct
- move refactoring to previous series

Matteo Cafasso (3):
  New API: internal_find_block
  New API: find_block
  find_block: added API tests

 daemon/tsk.c                 | 90 ++++++++++++++++++++++++++++++++++++++++++++
 generator/actions.ml         | 25 ++++++++++++
 src/MAX_PROC_NR              |  2 +-
 src/tsk.c                    | 17 +++++++++
 tests/tsk/Makefile.am        |  1 +
 tests/tsk/test-find-block.sh | 66 ++++++++++++++++++++++++++++++++
 6 files changed, 200 insertions(+), 1 deletion(-)
 create mode 100755 tests/tsk/test-find-block.sh

--
2.9.3




More information about the Libguestfs mailing list