Re: [libvirt] [PATCH 1/2] qemu: skip only ', ' for VNC and Spice unix socket

2017-06-12 Thread John Ferlan
On 06/12/2017 05:51 AM, Pavel Hrdina wrote: > Commit 824272cb28d attempted to fix escaping of characters in unix > socket path but it was wrong. We need to escape only ',', there is > no escape character for '='. > You could have mentioned the bz again like the original commit did... >

[libvirt] [PATCH 1/2] qemu: skip only ', ' for VNC and Spice unix socket

2017-06-12 Thread Pavel Hrdina
Commit 824272cb28d attempted to fix escaping of characters in unix socket path but it was wrong. We need to escape only ',', there is no escape character for '='. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_command.c | 4 ++--