Re: [libvirt] [PATCH] Fix > 1 char device for qemu VM

2008-10-02 Thread Cole Robinson
Daniel Veillard wrote: > On Mon, Sep 29, 2008 at 12:48:30PM -0400, Cole Robinson wrote: >> Cole Robinson wrote: >>> Trying to start a qemu guest with more than 1 character >>> device (serial or parallel, doesn't count for console) >>> always times out. There was an error in the code that >>> would

Re: [libvirt] [PATCH] Fix > 1 char device for qemu VM

2008-10-01 Thread Daniel Veillard
On Mon, Sep 29, 2008 at 12:48:30PM -0400, Cole Robinson wrote: > Cole Robinson wrote: > > Trying to start a qemu guest with more than 1 character > > device (serial or parallel, doesn't count for console) > > always times out. There was an error in the code that > > would strip the pty path qemu sp

Re: [libvirt] [PATCH] Fix > 1 char device for qemu VM

2008-10-01 Thread Daniel P. Berrange
On Mon, Sep 29, 2008 at 12:45:15PM -0400, Cole Robinson wrote: > Trying to start a qemu guest with more than 1 character > device (serial or parallel, doesn't count for console) > always times out. There was an error in the code that > would strip the pty path qemu spits out, which > confused the p

Re: [libvirt] [PATCH] Fix > 1 char device for qemu VM

2008-09-29 Thread Cole Robinson
Cole Robinson wrote: > Trying to start a qemu guest with more than 1 character > device (serial or parallel, doesn't count for console) > always times out. There was an error in the code that > would strip the pty path qemu spits out, which > confused the parsing after being called more than twice.

[libvirt] [PATCH] Fix > 1 char device for qemu VM

2008-09-29 Thread Cole Robinson
Trying to start a qemu guest with more than 1 character device (serial or parallel, doesn't count for console) always times out. There was an error in the code that would strip the pty path qemu spits out, which confused the parsing after being called more than twice. The attached patch fixes this