[Libguestfs] [PATCH 1/2] New APIs: hopen-device hopen-file hread hwrite hseek hclose hclose-all

Matthew Booth mbooth at redhat.com
Tue Sep 21 10:23:11 UTC 2010


These APIs provide handle-based read/write streaming and random access to files
and block devices.
---
 daemon/.gitignore              |    1 +
 daemon/Makefile.am             |    1 +
 daemon/hfile.c                 |  249 ++++++++++++++++++++++++++++++++++++++++
 daemon/m4/gnulib-cache.m4      |    3 +-
 generator/generator_actions.ml |  114 ++++++++++++++++++
 po/POTFILES.in                 |    2 +
 regressions/Makefile.am        |    1 +
 regressions/test-hfile.pl      |  236 +++++++++++++++++++++++++++++++++++++
 src/MAX_PROC_NR                |    2 +-
 9 files changed, 607 insertions(+), 2 deletions(-)
 create mode 100644 daemon/hfile.c
 create mode 100755 regressions/test-hfile.pl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-New-APIs-hopen-device-hopen-file-hread-hwrite-hseek-.patch
Type: text/x-patch
Size: 18948 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20100921/8f38bbf1/attachment.bin>


More information about the Libguestfs mailing list