Re: [Qemu-devel] [PATCH] ui: fix regression in x509verify parameter for VNC server

2015-03-11 Thread Gerd Hoffmann
On Di, 2015-03-10 at 16:27 +, Daniel P. Berrange wrote: > The 'x509verify' parameter is documented as taking a path to the > x509 certificates, ie the same syntax as the 'x509' parameter. > > commit 4db14629c38611061fc19ec6927405923de84f08 > Author: Gerd Hoffmann > Date: Tue Sep 16 12

Re: [Qemu-devel] [PATCH] ui: fix regression in x509verify parameter for VNC server

2015-03-11 Thread Gonglei
On 2015/3/11 19:27, Daniel P. Berrange wrote: > On Wed, Mar 11, 2015 at 07:24:58PM +0800, Gonglei wrote: >> On 2015/3/11 19:10, Daniel P. Berrange wrote: >>> On Wed, Mar 11, 2015 at 07:07:49PM +0800, Gonglei wrote: On 2015/3/11 17:45, Daniel P. Berrange wrote: > On Wed, Mar 11, 2015 at 09:

Re: [Qemu-devel] [PATCH] ui: fix regression in x509verify parameter for VNC server

2015-03-11 Thread Daniel P. Berrange
On Wed, Mar 11, 2015 at 07:24:58PM +0800, Gonglei wrote: > On 2015/3/11 19:10, Daniel P. Berrange wrote: > > On Wed, Mar 11, 2015 at 07:07:49PM +0800, Gonglei wrote: > >> On 2015/3/11 17:45, Daniel P. Berrange wrote: > >>> On Wed, Mar 11, 2015 at 09:48:46AM +0800, Gonglei wrote: > On 2015/3/11

Re: [Qemu-devel] [PATCH] ui: fix regression in x509verify parameter for VNC server

2015-03-11 Thread Gonglei
On 2015/3/11 19:10, Daniel P. Berrange wrote: > On Wed, Mar 11, 2015 at 07:07:49PM +0800, Gonglei wrote: >> On 2015/3/11 17:45, Daniel P. Berrange wrote: >>> On Wed, Mar 11, 2015 at 09:48:46AM +0800, Gonglei wrote: On 2015/3/11 0:27, Daniel P. Berrange wrote: > The 'x509verify' parameter i

Re: [Qemu-devel] [PATCH] ui: fix regression in x509verify parameter for VNC server

2015-03-11 Thread Daniel P. Berrange
On Wed, Mar 11, 2015 at 07:07:49PM +0800, Gonglei wrote: > On 2015/3/11 17:45, Daniel P. Berrange wrote: > > On Wed, Mar 11, 2015 at 09:48:46AM +0800, Gonglei wrote: > >> On 2015/3/11 0:27, Daniel P. Berrange wrote: > >>> The 'x509verify' parameter is documented as taking a path to the > >>> x509 c

Re: [Qemu-devel] [PATCH] ui: fix regression in x509verify parameter for VNC server

2015-03-11 Thread Gonglei
On 2015/3/11 17:45, Daniel P. Berrange wrote: > On Wed, Mar 11, 2015 at 09:48:46AM +0800, Gonglei wrote: >> On 2015/3/11 0:27, Daniel P. Berrange wrote: >>> The 'x509verify' parameter is documented as taking a path to the >>> x509 certificates, ie the same syntax as the 'x509' parameter. >>> >>>

Re: [Qemu-devel] [PATCH] ui: fix regression in x509verify parameter for VNC server

2015-03-11 Thread Daniel P. Berrange
On Wed, Mar 11, 2015 at 09:48:46AM +0800, Gonglei wrote: > On 2015/3/11 0:27, Daniel P. Berrange wrote: > > The 'x509verify' parameter is documented as taking a path to the > > x509 certificates, ie the same syntax as the 'x509' parameter. > > > > commit 4db14629c38611061fc19ec6927405923de84f08

Re: [Qemu-devel] [PATCH] ui: fix regression in x509verify parameter for VNC server

2015-03-10 Thread Gonglei
On 2015/3/11 0:27, Daniel P. Berrange wrote: > The 'x509verify' parameter is documented as taking a path to the > x509 certificates, ie the same syntax as the 'x509' parameter. > > commit 4db14629c38611061fc19ec6927405923de84f08 > Author: Gerd Hoffmann > Date: Tue Sep 16 12:33:03 2014 +02

[Qemu-devel] [PATCH] ui: fix regression in x509verify parameter for VNC server

2015-03-10 Thread Daniel P. Berrange
The 'x509verify' parameter is documented as taking a path to the x509 certificates, ie the same syntax as the 'x509' parameter. commit 4db14629c38611061fc19ec6927405923de84f08 Author: Gerd Hoffmann Date: Tue Sep 16 12:33:03 2014 +0200 vnc: switch to QemuOpts, allow multiple servers