Re: [libvirt] [PATCH 6/7] qemu: Do sensible auto allocation of SPICE port numbers

2013-04-24 Thread Peter Krempa
On 04/24/13 01:07, Eric Blake wrote: On 04/23/2013 07:46 AM, Peter Krempa wrote: With this patch, if the autoport attribute is used, the code will sensibly auto allocate the ports only if needed. --- src/qemu/qemu_process.c | 66 ++--- 1 file

[libvirt] [PATCH 6/7] qemu: Do sensible auto allocation of SPICE port numbers

2013-04-23 Thread Peter Krempa
With this patch, if the autoport attribute is used, the code will sensibly auto allocate the ports only if needed. --- src/qemu/qemu_process.c | 66 ++--- 1 file changed, 52 insertions(+), 14 deletions(-) diff --git a/src/qemu/qemu_process.c

Re: [libvirt] [PATCH 6/7] qemu: Do sensible auto allocation of SPICE port numbers

2013-04-23 Thread Eric Blake
On 04/23/2013 07:46 AM, Peter Krempa wrote: With this patch, if the autoport attribute is used, the code will sensibly auto allocate the ports only if needed. --- src/qemu/qemu_process.c | 66 ++--- 1 file changed, 52 insertions(+), 14