From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVgdW-0007RI-0D for qemu-devel@nongnu.org; Wed, 11 Mar 2015 09:25:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVgdQ-0007bq-Hk for qemu-devel@nongnu.org; Wed, 11 Mar 2015 09:25:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVgdQ-0007bk-9g for qemu-devel@nongnu.org; Wed, 11 Mar 2015 09:25:16 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2BDPFqM017135 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 11 Mar 2015 09:25:15 -0400 Message-ID: <1426080313.28125.8.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 11 Mar 2015 14:25:13 +0100 In-Reply-To: <1426004854-4869-1-git-send-email-berrange@redhat.com> References: <1426004854-4869-1-git-send-email-berrange@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui: fix regression in x509verify parameter for VNC server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org On Di, 2015-03-10 at 16:27 +0000, 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 +0200 > > vnc: switch to QemuOpts, allow multiple servers > > caused a regression by turning 'x509verify' into a boolean > parameter instead. This breaks setup from libvirt and is not > consistent with the docs. added to vnc patch queue. thanks, Gerd