]> git.proxmox.com Git - qemu.git/blobdiff - qemu-config.c
spice: add config options for channel security.
[qemu.git] / qemu-config.c
index 8b545b15f91519e685474a561534664a3e4d66ce..f52e50c377288e60493746c284e5f676075048fe 100644 (file)
@@ -391,6 +391,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,