From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36363 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3lKF-0006se-Gy for qemu-devel@nongnu.org; Thu, 07 Oct 2010 03:55:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3lKA-0003gB-Fs for qemu-devel@nongnu.org; Thu, 07 Oct 2010 03:55:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3lKA-0003fd-9B for qemu-devel@nongnu.org; Thu, 07 Oct 2010 03:55:34 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o977tXN9030516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Oct 2010 03:55:33 -0400 From: Gerd Hoffmann Date: Thu, 7 Oct 2010 09:55:21 +0200 Message-Id: <1286438126-11250-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 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. The patches are also available in the git repository at: git://anongit.freedesktop.org/spice/qemu config.1 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 | 205 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 306 insertions(+), 7 deletions(-)