Re: [Qemu-devel] [PATCH v6 00/16] Implement TLS support to QEMU NBD server & client

2016-02-16 Thread Paolo Bonzini
On 10/02/2016 19:40, Daniel P. Berrange wrote: > This is an update of the series previously posted: > > v1: https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg06126.html > v2: https://lists.gnu.org/archive/html/qemu-devel/2016-01/msg01580.html > v3:

Re: [Qemu-devel] [PATCH v6 00/16] Implement TLS support to QEMU NBD server & client

2016-02-12 Thread Kashyap Chamarthy
On Wed, Feb 10, 2016 at 06:40:58PM +, Daniel P. Berrange wrote: [...] I've applied all the series in this patches, to yesterday's Git master, so I'm here: $ git describe pull-qcrypto-next-2016-02-02-1-378-gf9375d2 > Starting a QEMU system emulator built-in NBD server > > $

Re: [Qemu-devel] [PATCH v6 00/16] Implement TLS support to QEMU NBD server & client

2016-02-12 Thread Daniel P. Berrange
On Fri, Feb 12, 2016 at 02:28:33PM +0100, Kashyap Chamarthy wrote: > On Wed, Feb 10, 2016 at 06:40:58PM +, Daniel P. Berrange wrote: > > [...] > > I've applied all the series in this patches, to yesterday's Git master, > so I'm here: > > $ git describe >

Re: [Qemu-devel] [PATCH v6 00/16] Implement TLS support to QEMU NBD server & client

2016-02-12 Thread Kashyap Chamarthy
On Fri, Feb 12, 2016 at 03:00:32PM +, Daniel P. Berrange wrote: > On Fri, Feb 12, 2016 at 02:28:33PM +0100, Kashyap Chamarthy wrote: > > On Wed, Feb 10, 2016 at 06:40:58PM +, Daniel P. Berrange wrote: > > > > [...] > > > > I've applied all the series in this patches, s/series in this

Re: [Qemu-devel] [PATCH v6 00/16] Implement TLS support to QEMU NBD server & client

2016-02-12 Thread Kashyap Chamarthy
On Fri, Feb 12, 2016 at 05:03:07PM +0100, Kashyap Chamarthy wrote: [...] > So, 'qmp-shell' invocation works for me too: > > $ ./qmp-shell ./qmp-sock > [...] > (QEMU) nbd-server-start > addr={"type":"inet","data":{"host":"localhost","port":"9000"}} tls-creds=tls0 > {"return":

[Qemu-devel] [PATCH v6 00/16] Implement TLS support to QEMU NBD server & client

2016-02-10 Thread Daniel P. Berrange
This is an update of the series previously posted: v1: https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg06126.html v2: https://lists.gnu.org/archive/html/qemu-devel/2016-01/msg01580.html v3: https://lists.gnu.org/archive/html/qemu-devel/2016-01/msg03440.html v4: