search for: msg07267

Displaying 2 results from an estimated 2 matches for "msg07267".

2019 Mar 06
0
Re: [PATCH nbdkit] Add ssh plugin using libssh.
...CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. The latest version of Pino's patch doesn't change the license so I suppose he's happy with it: https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg07267.html Anyway I think that's compatible? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html
2019 Mar 06
2
Re: [PATCH nbdkit] Add ssh plugin using libssh.
On 3/6/19 9:40 AM, Richard W.M. Jones wrote: > --- > plugins/curl/nbdkit-curl-plugin.pod | 22 +- > plugins/ssh/nbdkit-ssh-plugin.pod | 150 ++++++++ > configure.ac | 17 + > plugins/ssh/ssh.c | 521 ++++++++++++++++++++++++++++ > README | 4 + > TODO | 10 +- >