Displaying 2 results from an estimated 2 matches for "a6387d5".
Did you mean:
463873d5
2019 Sep 28
0
[PATCH nbdkit v2 2/4] Rename nbdkit-reflection-plugin to nbdkit-info-plugin.
...++++-----
...ection-address.sh => test-info-address.sh} | 8 ++--
...flection-base64.sh => test-info-base64.sh} | 10 ++---
...est-reflection-raw.sh => test-info-raw.sh} | 6 +--
10 files changed, 76 insertions(+), 76 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8e38b2d..a6387d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -837,6 +837,7 @@ non_lang_plugins="\
full \
guestfs \
gzip \
+ info \
iso \
libvirt \
linuxdisk \
@@ -846,7 +847,6 @@ non_lang_plugins="\
partitioning \
pattern \...
2019 Sep 28
9
[PATCH nbdkit v2 0/4] info: Add mode for sending back server time.
v1 was:
https://www.redhat.com/archives/libguestfs/2019-September/thread.html#00361
v2:
- Adds a patch to rename the reflection plugin to the info plugin.
- Adds tests.
Rich.