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(-)