Re: [libvirt] [PATCH 7/7] qemu: Improve handling of channels when generating SPICE command line

2013-04-24 Thread Peter Krempa
On 04/24/13 01:10, Eric Blake wrote: On 04/23/2013 07:46 AM, Peter Krempa wrote: Improve error reporting and generating of SPICE command line arguments according to the need to enable TLS. If TLS is disabled, there's no need to pass the certificate dir to qemu. This patch resolves: https://bugz

Re: [libvirt] [PATCH 7/7] qemu: Improve handling of channels when generating SPICE command line

2013-04-23 Thread Eric Blake
On 04/23/2013 07:46 AM, Peter Krempa wrote: > Improve error reporting and generating of SPICE command line arguments > according to the need to enable TLS. If TLS is disabled, there's no need > to pass the certificate dir to qemu. > > This patch resolves: > https://bugzilla.redhat.com/show_bug.cgi

[libvirt] [PATCH 7/7] qemu: Improve handling of channels when generating SPICE command line

2013-04-23 Thread Peter Krempa
Improve error reporting and generating of SPICE command line arguments according to the need to enable TLS. If TLS is disabled, there's no need to pass the certificate dir to qemu. This patch resolves: https://bugzilla.redhat.com/show_bug.cgi?id=953126 --- src/qemu/qemu_command.c