From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpdID-0006SX-Tf for qemu-devel@nongnu.org; Tue, 05 May 2015 09:53:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpdIA-0008FW-GV for qemu-devel@nongnu.org; Tue, 05 May 2015 09:53:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpdIA-0008FR-8e for qemu-devel@nongnu.org; Tue, 05 May 2015 09:53:46 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t45DrjrZ030234 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 5 May 2015 09:53:45 -0400 Message-ID: <5548CB65.8090204@redhat.com> Date: Tue, 05 May 2015 15:53:41 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1429280557-8887-1-git-send-email-berrange@redhat.com> <1429280557-8887-35-git-send-email-berrange@redhat.com> <20150504200715.GF11726@tesla.redhat.com> <20150505134951.GC32600@redhat.com> In-Reply-To: <20150505134951.GC32600@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 RFC 34/34] char: introduce support for TLS encrypted TCP chardev backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , Kashyap Chamarthy Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Gerd Hoffmann On 05/05/2015 15:49, Daniel P. Berrange wrote: >> > qemu-system-x86_64: -object qcrypto-tls-cred,id=tls0,credtype=x509,: >> > invalid object type: qcrypto-tls-cred > Typo in my commit message - it should end in '-creds' not '-cred' for > the object type. FWIW, I think just "tls-creds" is probably a better name for the -object option. "qcrypto" is more of an internal detail. Paolo