search for: 67cbbde

Displaying 2 results from an estimated 2 matches for "67cbbde".

2018 Jan 23
1
[PATCH nbdkit] Change the default protocol to newstyle.
...+Use the I<-e> or I<--exportname> flag to set the optional exportname +for the newstyle protocol. Use the I<-o> or I<--oldstyle> flag to +force the oldstyle protocol. Some common clients and the protocol they require: diff --git a/src/main.c b/src/main.c index e5d9093..67cbbde 100644 --- a/src/main.c +++ b/src/main.c @@ -80,7 +80,7 @@ int exit_with_parent; /* --exit-with-parent */ const char *exportname; /* -e */ int foreground; /* -f */ const char *ipaddr; /* -i */ -int newstyle; /* -n */ +int newstyle =...
2018 Mar 08
19
[nbdkit PATCH v3 00/15] Add FUA support to nbdkit
After more than a month since v2 [1], I've finally got my FUA support series polished. This is all of my outstanding patches, even though some of them were originally posted in separate threads from the original FUA post [2], [3] [1] https://www.redhat.com/archives/libguestfs/2018-January/msg00113.html [2] https://www.redhat.com/archives/libguestfs/2018-January/msg00219.html [3]