From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47896 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4B1n-0000gA-0d for qemu-devel@nongnu.org; Fri, 08 Oct 2010 07:22:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4B1l-0002Re-HZ for qemu-devel@nongnu.org; Fri, 08 Oct 2010 07:22:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4B1l-0002RK-Af for qemu-devel@nongnu.org; Fri, 08 Oct 2010 07:22:17 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o98BMGqP002133 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 8 Oct 2010 07:22:16 -0400 From: Gerd Hoffmann Date: Fri, 8 Oct 2010 13:22:01 +0200 Message-Id: <1286536926-25378-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/5] spice config options List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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. qemu-config.c | 57 +++++++++++++++ qemu-options.hx | 51 +++++++++++++- ui/spice-core.c | 208 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 309 insertions(+), 7 deletions(-)