Re: [libvirt] [PATCH 5/5] qemu_process: graphics: setup listen types before ports are reserved/allocated

2016-08-17 Thread Pavel Hrdina
On Tue, Aug 16, 2016 at 06:35:17PM -0400, John Ferlan wrote: > > > On 08/15/2016 07:28 AM, Pavel Hrdina wrote: > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1364843 > > > > Similar to 4/5 a few extra words here would help so one doesn't have to > chase into the bz to attempt to

Re: [libvirt] [PATCH 5/5] qemu_process: graphics: setup listen types before ports are reserved/allocated

2016-08-16 Thread John Ferlan
On 08/15/2016 07:28 AM, Pavel Hrdina wrote: > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1364843 > Similar to 4/5 a few extra words here would help so one doesn't have to chase into the bz to attempt to figure out what's being fixed and why moving the Setup earlier does what you

[libvirt] [PATCH 5/5] qemu_process: graphics: setup listen types before ports are reserved/allocated

2016-08-15 Thread Pavel Hrdina
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1364843 Signed-off-by: Pavel Hrdina --- src/qemu/qemu_process.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index b3c6400..2b857bb