From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaO91-00062s-Sh for qemu-devel@nongnu.org; Mon, 19 Nov 2012 05:00:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaO8y-00081q-QM for qemu-devel@nongnu.org; Mon, 19 Nov 2012 04:59:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaO8y-00081A-Ic for qemu-devel@nongnu.org; Mon, 19 Nov 2012 04:59:56 -0500 Message-ID: <50AA0318.8010003@redhat.com> Date: Mon, 19 Nov 2012 10:59:52 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1353316508-16816-1-git-send-email-lilei@linux.vnet.ibm.com> In-Reply-To: <1353316508-16816-1-git-send-email-lilei@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix the inconsistency in x509-dh-key-file parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lei Li Cc: qemu-devel@nongnu.org On 11/19/12 10:15, Lei Li wrote: > Commit c448e8552b0f6135dabddf944a7110f929c08320 (spice: tls > support) added options to the -spice command line. But there > is an inconsistency between the declaration of the option > 'x509-dh-key-file' to -spice command line and its parameter > parsing 'x509-dh-file' in function qemu_spice_init. Patch added to spice patch queue. thanks, Gerd