[Qemu-devel] [patch] -parallel and -serial on Windows

2007-03-25 Thread consul
This patch fixes -parallel and -serial options work with TCP targets on Windows host. Alex. --- /d/qemu/vl.c Fri Jan 12 10:43:12 2007 +++ vl.c Fri Jan 12 10:49:37 2007 @@ -2692,8 +2692,13 @@ if (ret 0) { err = socket_error(); if (err == EINTR ||

Re: [Qemu-devel] [PATCH] -parallel and -serial on Windows host - second try

2007-01-13 Thread Bernhard Fischer
On Fri, Jan 12, 2007 at 11:36:06AM -0800, alex wrote: This is a second attempt to post, first one did not get through. This patch fixes -parallel and -serial options work with TCP targets on Windows host. Alex. --- /d/qemu/vl.c Fri Jan 12 10:43:12 2007 +++ vl.c Fri Jan 12 10:49:37 2007 @@

Re: [Qemu-devel] [PATCH] -parallel and -serial on Windows host - second try

2007-01-13 Thread Johannes Schindelin
Hi, On Sat, 13 Jan 2007, Bernhard Fischer wrote: On Fri, Jan 12, 2007 at 11:36:06AM -0800, alex wrote: --- /d/qemu/vl.c Fri Jan 12 10:43:12 2007 +++ vl.c Fri Jan 12 10:49:37 2007 @@ -2692,8 +2692,13 @@ if (ret 0) { err = socket_error();

Re: [Qemu-devel] [PATCH] -parallel and -serial on Windows host - second try

2007-01-13 Thread Bernhard Fischer
On Sat, Jan 13, 2007 at 12:28:26PM +0100, Johannes Schindelin wrote: Hi, On Sat, 13 Jan 2007, Bernhard Fischer wrote: On Fri, Jan 12, 2007 at 11:36:06AM -0800, alex wrote: --- /d/qemu/vl.c Fri Jan 12 10:43:12 2007 +++ vl.c Fri Jan 12 10:49:37 2007 @@ -2692,8 +2692,13 @@ if

[Qemu-devel] [PATCH] -parallel and -serial on Windows host - second try

2007-01-12 Thread alex
This is a second attempt to post, first one did not get through. This patch fixes -parallel and -serial options work with TCP targets on Windows host. Alex. --- /d/qemu/vl.c Fri Jan 12 10:43:12 2007 +++ vl.c Fri Jan 12 10:49:37 2007 @@ -2692,8 +2692,13 @@ if (ret 0) {