From 17b6dea08bd8c8484bc48dc67add236d2fe002b5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 27 Aug 2010 14:09:56 +0200 Subject: spice: add config options for channel security. This allows to enforce tls or plaintext usage for certain spice channels. [ v2: code style fixup ] --- qemu-config.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qemu-config.c') diff --git a/qemu-config.c b/qemu-config.c index 8b545b1..f52e50c 100644 --- a/qemu-config.c +++ b/qemu-config.c @@ -392,6 +392,12 @@ QemuOptsList qemu_spice_opts = { .name = "tls-ciphers", .type = QEMU_OPT_STRING, },{ + .name = "tls-channel", + .type = QEMU_OPT_STRING, + },{ + .name = "plaintext-channel", + .type = QEMU_OPT_STRING, + },{ .name = "image-compression", .type = QEMU_OPT_STRING, },{ -- cgit v1.1