From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53875 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCwsM-0006ix-R4 for qemu-devel@nongnu.org; Mon, 01 Nov 2010 12:04:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCwsH-0004sZ-Rx for qemu-devel@nongnu.org; Mon, 01 Nov 2010 12:04:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCwsH-0004sQ-Ik for qemu-devel@nongnu.org; Mon, 01 Nov 2010 12:04:45 -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.13.8/8.13.8) with ESMTP id oA1G4imO009559 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 1 Nov 2010 12:04:44 -0400 Message-ID: <4CCEE51A.1020703@redhat.com> Date: Mon, 01 Nov 2010 17:04:42 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1286536926-25378-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1286536926-25378-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 0/5] spice config options List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 10/08/10 13:22, Gerd Hoffmann wrote: > Hi, > > This patch series adds a bunch of config options to spice, most notably > it enables to configure TLS and thus using spice encrypted. The commit > messages are not that verbose, but every patch comes with a patch chunk > updating the spice section in the documentation. Please look there when > reviewing the patches. > > Changes in v2: > * Some code style fixups. > * s/allways/always/ spell fix in documentation. > * more verbose commit message. > > The patches are also available in the git repository at: > > git://anongit.freedesktop.org/spice/qemu config.2 Ping? cheers, Gerd