poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/2] Add NBD IO space


From: Eric Blake
Subject: [PATCH v2 0/2] Add NBD IO space
Date: Thu, 27 Feb 2020 17:02:07 -0600

In v2:
- rebase to changes landing in the meantime
- address Jose's complaints:
 - sink configure warning about missing libnbd to end of run
 - don't expose .nbd command if not compiled in
- add patch 2, which tests the feature during 'make check' (I had to
learn a LOT of tcl, so if you have suggestions to make it look better,
I'm all ears)

Eric Blake (2):
  Add optional nbd:// io space support
  nbd: Add testsuite coverage

 ChangeLog                    |  26 +++++
 doc/poke.texi                |  45 +++++++-
 HACKING                      |  56 ++++++++--
 configure.ac                 |  15 +++
 src/ios-dev-nbd.c            | 209 +++++++++++++++++++++++++++++++++++
 src/ios.c                    |   7 ++
 src/pk-cmd.c                 |   6 +
 src/pk-ios.c                 |  41 +++++++
 testsuite/Makefile.am        |   1 +
 testsuite/lib/poke-dg.exp    |  53 ++++++++-
 testsuite/poke.cmd/nbd.pk    |   8 ++
 testsuite/poke.pkl/open-3.pk |   8 ++
 src/Makefile.am              |   6 +-
 13 files changed, 464 insertions(+), 17 deletions(-)
 create mode 100644 src/ios-dev-nbd.c
 create mode 100644 testsuite/poke.cmd/nbd.pk
 create mode 100644 testsuite/poke.pkl/open-3.pk

-- 
2.25.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]