Re: [libvirt] [PATCH 4/7] qemu: Split out SPICE port allocation into a separate function

2013-04-23 Thread Peter Krempa
On 04/23/13 18:16, Daniel P. Berrange wrote: On Tue, Apr 23, 2013 at 03:46:11PM +0200, Peter Krempa wrote: Later on this function will be used to do more sophisticated checks and determination if port allocation is needed. --- src/qemu/qemu_process.c | 79 ++

Re: [libvirt] [PATCH 4/7] qemu: Split out SPICE port allocation into a separate function

2013-04-23 Thread Daniel P. Berrange
On Tue, Apr 23, 2013 at 03:46:11PM +0200, Peter Krempa wrote: > Later on this function will be used to do more sophisticated checks and > determination if port allocation is needed. > --- > src/qemu/qemu_process.c | 79 > ++--- > 1 file changed, 49 inse

[libvirt] [PATCH 4/7] qemu: Split out SPICE port allocation into a separate function

2013-04-23 Thread Peter Krempa
Later on this function will be used to do more sophisticated checks and determination if port allocation is needed. --- src/qemu/qemu_process.c | 79 ++--- 1 file changed, 49 insertions(+), 30 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu