From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52279 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCyjK-00016q-AD for qemu-devel@nongnu.org; Mon, 01 Nov 2010 14:03:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCyjJ-0007KA-6x for qemu-devel@nongnu.org; Mon, 01 Nov 2010 14:03:38 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:36840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCyjJ-0007Jz-3p for qemu-devel@nongnu.org; Mon, 01 Nov 2010 14:03:37 -0400 Received: by iwn36 with SMTP id 36so7617181iwn.4 for ; Mon, 01 Nov 2010 11:03:36 -0700 (PDT) Message-ID: <4CCF00F3.4060302@codemonkey.ws> Date: Mon, 01 Nov 2010 13:03:31 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 0/5] spice config options 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 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/2010 06:22 AM, 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 > > Gerd Hoffmann (4): > spice: tls support > spice: add config options for channel security. > spice: add config options for the listening address > spice: add misc config options > > Yonit Halperin (1): > spice: make compression configurable. > Applied. Thanks. Regards, Anthony Liguori > qemu-config.c | 57 +++++++++++++++ > qemu-options.hx | 51 +++++++++++++- > ui/spice-core.c | 208 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- > 3 files changed, 309 insertions(+), 7 deletions(-) > >