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