[Libguestfs] [nbdkit PATCH v2 0/5] Play with libnbd for nbdkit-nbd

Eric Blake eblake at redhat.com
Sun Jun 2 02:30:09 UTC 2019


libnbd-0.1.2-1 is now available in Fedora 29/30 updates-testing,
although it was not compiled against libxml2 so it lacks uri support
(I ended up testing patch 4 with a self-built libnbd).

Diffs since v1 - rebase to master, bump from libnbd 0.1 to 0.1.2, add
URI support, better timing results

Still not done - patch 5 needs associated tests

Eric Blake (5):
  nbd: Check for libnbd
  nbd: s/nbd_/nbdplug_/
  nbd: Use libnbd 0.1.2
  nbd: Add magic uri=... parameter
  nbd: Add TLS client support

 plugins/nbd/nbdkit-nbd-plugin.pod |  102 ++-
 configure.ac                      |   18 +
 plugins/nbd/nbd-standalone.c      | 1369 +++++++++++++++++++++++++++++
 plugins/nbd/nbd.c                 | 1338 +++++++++-------------------
 TODO                              |   13 +-
 plugins/nbd/Makefile.am           |   25 +-
 6 files changed, 1891 insertions(+), 974 deletions(-)
 create mode 100644 plugins/nbd/nbd-standalone.c

-- 
2.20.1




More information about the Libguestfs mailing list