On Wed, Jun 08, 2016 at 05:25:41PM +0200, Pavel Hrdina wrote:
This moves the socket generation if "vnc_auto_unix_socket"
is set.
It also fixes a bug with this config option that we should auto-generate
socket path only if listen type is address and there is no address
specified.
Introduced along with the option by commit a942ea0
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
src/qemu/qemu.conf | 6 +++---
src/qemu/qemu_command.c | 21 +++++----------------
src/qemu/qemu_process.c | 32 +++++++++++++++++++++++---------
3 files changed, 31 insertions(+), 28 deletions(-)
ACK
Jan