Re: [libvirt] [PATCH 4/5] qemu_process: graphics: reserve port only if listen type is address or network

2016-08-16 Thread John Ferlan
Could use a little bit of explanation here! Details as to why we can ignore those glisten types... John On 08/15/2016 07:28 AM, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_process.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff

[libvirt] [PATCH 4/5] qemu_process: graphics: reserve port only if listen type is address or network

2016-08-15 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- src/qemu/qemu_process.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index d61f704..b3c6400 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -4009,6