Re: [libvirt] [PATCH 15/18] qemu_process: generate vnc unix socket in qemuProcessPrepareDomain

2016-04-08 Thread Cole Robinson
On 04/04/2016 09:20 AM, Pavel Hrdina wrote: > Move generation of vnc unix socket to qemuProcessPrepareDomain which is > the correct place to do those things. Now we can also test it. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_command.c

Re: [libvirt] [PATCH 15/18] qemu_process: generate vnc unix socket in qemuProcessPrepareDomain

2016-04-08 Thread Ján Tomko
On Mon, Apr 04, 2016 at 03:20:32PM +0200, Pavel Hrdina wrote: > Move generation of vnc unix socket to qemuProcessPrepareDomain which is > the correct place to do those things. Now we can also test it. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_command.c

[libvirt] [PATCH 15/18] qemu_process: generate vnc unix socket in qemuProcessPrepareDomain

2016-04-04 Thread Pavel Hrdina
Move generation of vnc unix socket to qemuProcessPrepareDomain which is the correct place to do those things. Now we can also test it. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_command.c| 20 - src/qemu/qemu_command.h