Re: [libvirt] [PATCH RFCv2 4/5] libssh2_transport: Use libssh2 driver code in remote driver

2012-01-19 Thread Daniel P. Berrange
On Wed, Jan 18, 2012 at 05:28:47PM +0100, Michal Privoznik wrote: On 04.01.2012 00:47, Peter Krempa wrote: -if (verr verr-code == VIR_ERR_NO_SUPPORT) { -/* Missing RPC - old server - ignore */ -virResetLastError(); -return 0; +if

Re: [libvirt] [PATCH RFCv2 4/5] libssh2_transport: Use libssh2 driver code in remote driver

2012-01-18 Thread Michal Privoznik
On 04.01.2012 00:47, Peter Krempa wrote: This patch adds URI options to support libssh2 transport in the remote driver. A new transport sceme is introduced eg. qemu+libssh://... that utilizes the libssh2 code added in previous patches. The libssh2 code requires the authentication callback

[libvirt] [PATCH RFCv2 4/5] libssh2_transport: Use libssh2 driver code in remote driver

2012-01-03 Thread Peter Krempa
This patch adds URI options to support libssh2 transport in the remote driver. A new transport sceme is introduced eg. qemu+libssh://... that utilizes the libssh2 code added in previous patches. The libssh2 code requires the authentication callback to be able to perform keyboard-interactive