Re: [libvirt] [PATCH] qemu: Fix -chardev udp if parameters are omitted

2011-08-10 Thread Daniel Veillard
On Tue, Mar 22, 2011 at 04:08:10PM -0600, Eric Blake wrote: On 03/22/2011 02:36 PM, Cole Robinson wrote: The following XML: serial type='udp' source mode='connect' service=''/ /serial is accepted by domain_conf.c but maps to the qemu command line: -chardev

Re: [libvirt] [PATCH] qemu: Fix -chardev udp if parameters are omitted

2011-08-10 Thread Eric Blake
On 08/10/2011 01:15 AM, Daniel Veillard wrote: On Tue, Mar 22, 2011 at 04:08:10PM -0600, Eric Blake wrote: On 03/22/2011 02:36 PM, Cole Robinson wrote: The following XML: serial type='udp' source mode='connect' service=''/ /serial is accepted by domain_conf.c but maps to

[libvirt] [PATCH] qemu: Fix -chardev udp if parameters are omitted

2011-03-22 Thread Cole Robinson
The following XML: serial type='udp' source mode='connect' service=''/ /serial is accepted by domain_conf.c but maps to the qemu command line: -chardev udp,host=127.0.0.1,port=,localaddr=(null),localport=(null) qemu can cope with everything omitting except the connection

Re: [libvirt] [PATCH] qemu: Fix -chardev udp if parameters are omitted

2011-03-22 Thread Eric Blake
On 03/22/2011 02:36 PM, Cole Robinson wrote: The following XML: serial type='udp' source mode='connect' service=''/ /serial is accepted by domain_conf.c but maps to the qemu command line: -chardev udp,host=127.0.0.1,port=,localaddr=(null),localport=(null) qemu