[libvirt] [PATCH v2 2/2] domain_conf: add default to list of valid spice channels

2012-05-08 Thread Alon Levy
qemu's behavior in this case is to change the spice server behavior to require secure connection to any channel not otherwise specified as being in plaintext mode. libvirt doesn't currently allow requesting this (via plaintext-channel=channel name). RHBZ: 819499 Signed-off-by: Alon Levy

Re: [libvirt] [PATCH v2 2/2] domain_conf: add default to list of valid spice channels

2012-05-08 Thread Eric Blake
On 05/08/2012 07:00 AM, Alon Levy wrote: qemu's behavior in this case is to change the spice server behavior to require secure connection to any channel not otherwise specified as being in plaintext mode. libvirt doesn't currently allow requesting this (via plaintext-channel=channel name).