Re: [libvirt] [PATCHv2] qemu: Do fake auto-allocation of ports when generating native command

2013-05-06 Thread Peter Krempa
On 05/02/13 11:16, Peter Krempa wrote: When attempting to generate the native command line from an XML file that uses graphics port auto allocation, the generated commandline wouldn't be valid. This patch adds fake autoallocation of ports as done when starting the actual machine. --- Notes:

Re: [libvirt] [PATCHv2] qemu: Do fake auto-allocation of ports when generating native command

2013-05-06 Thread Eric Blake
On 05/02/2013 03:16 AM, Peter Krempa wrote: When attempting to generate the native command line from an XML file that uses graphics port auto allocation, the generated commandline wouldn't be valid. This patch adds fake autoallocation of ports as done when starting the actual machine. ---

Re: [libvirt] [PATCHv2] qemu: Do fake auto-allocation of ports when generating native command

2013-05-06 Thread Michal Privoznik
On 02.05.2013 11:16, Peter Krempa wrote: When attempting to generate the native command line from an XML file that uses graphics port auto allocation, the generated commandline wouldn't be valid. This patch adds fake autoallocation of ports as done when starting the actual machine. ---

Re: [libvirt] [PATCHv2] qemu: Do fake auto-allocation of ports when generating native command

2013-05-06 Thread Peter Krempa
On 05/06/13 19:09, Eric Blake wrote: On 05/02/2013 03:16 AM, Peter Krempa wrote: When attempting to generate the native command line from an XML file that uses graphics port auto allocation, the generated commandline wouldn't be valid. This patch adds fake autoallocation of ports as done when

[libvirt] [PATCHv2] qemu: Do fake auto-allocation of ports when generating native command

2013-05-02 Thread Peter Krempa
When attempting to generate the native command line from an XML file that uses graphics port auto allocation, the generated commandline wouldn't be valid. This patch adds fake autoallocation of ports as done when starting the actual machine. --- Notes: Version 2: - rebased after

[libvirt] [PATCHv2] qemu: Do fake auto-allocation of ports when generating native command

2013-04-29 Thread Peter Krempa
When attempting to generate the native command line from an XML file that uses graphics port auto allocation, the generated commandline wouldn't be valid. This patch adds fake autoallocation of ports as done when starting the actual machine. --- src/qemu/qemu_driver.c | 52

Re: [libvirt] [PATCHv2] qemu: Do fake auto-allocation of ports when generating native command

2013-04-29 Thread Michal Privoznik
On 29.04.2013 14:42, Peter Krempa wrote: When attempting to generate the native command line from an XML file that uses graphics port auto allocation, the generated commandline wouldn't be valid. This patch adds fake autoallocation of ports as done when starting the actual machine. ---

Re: [libvirt] [PATCHv2] qemu: Do fake auto-allocation of ports when generating native command

2013-04-29 Thread Daniel P. Berrange
On Mon, Apr 29, 2013 at 02:48:54PM +0200, Michal Privoznik wrote: On 29.04.2013 14:42, Peter Krempa wrote: When attempting to generate the native command line from an XML file that uses graphics port auto allocation, the generated commandline wouldn't be valid. This patch adds fake

Re: [libvirt] [PATCHv2] qemu: Do fake auto-allocation of ports when generating native command

2013-04-29 Thread Peter Krempa
On 04/29/13 14:48, Michal Privoznik wrote: On 29.04.2013 14:42, Peter Krempa wrote: When attempting to generate the native command line from an XML file that uses graphics port auto allocation, the generated commandline wouldn't be valid. This patch adds fake autoallocation of ports as done