Re: [Qemu-devel] serial input with -serial stdio

2011-06-27 Thread Amit Shah
Hello, On (Fri) 24 Jun 2011 [02:22:44], Edgar E. Iglesias wrote: Hi, Tried to stream 2K of data into a guest via an emulated serial port backed by -serial stdio but it failed. Looks like data flows for a while, then suddenly even though the last call to can_rceive returns +, nothing comes.

[Qemu-devel] serial input with -serial stdio

2011-06-23 Thread Edgar E. Iglesias
Hi, Tried to stream 2K of data into a guest via an emulated serial port backed by -serial stdio but it failed. Looks like data flows for a while, then suddenly even though the last call to can_rceive returns +, nothing comes. It works OK through TCP ports (-serial tcp::xxx,server + nc). I know