[Libguestfs] [PATCH 0/2] *** SUBJECT HERE ***

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


*** BLURB HERE ***

Matthew Booth (2):
  New APIs: hopen-device hopen-file hread hwrite hseek hclose
    hclose-all
  Update pwrite to write a full buffer

 daemon/.gitignore              |    1 +
 daemon/Makefile.am             |    1 +
 daemon/file.c                  |   20 ++-
 daemon/hfile.c                 |  249 ++++++++++++++++++++++++++++++++++++++++
 daemon/m4/gnulib-cache.m4      |    3 +-
 generator/generator_actions.ml |  120 ++++++++++++++++++-
 po/POTFILES.in                 |    2 +
 regressions/Makefile.am        |    1 +
 regressions/test-hfile.pl      |  236 +++++++++++++++++++++++++++++++++++++
 src/MAX_PROC_NR                |    2 +-
 10 files changed, 620 insertions(+), 15 deletions(-)
 create mode 100644 daemon/hfile.c
 create mode 100755 regressions/test-hfile.pl

-- 
1.7.2.3


More information about the Libguestfs mailing list