Re: [Qemu-devel] problems using sockets inside qemu code

2007-03-14 Thread Paul Brook
On Wednesday 14 March 2007 14:23, Marius Monton wrote: > Hi again, > > I'm using sockets inside qemu code for my work on SystemC + qemu > simulation. I've implemented a TCP client inside qemu code to connect to an > application (TCP server) outside QEMU (all SystemC stuff). > Almost all is working

[Qemu-devel] problems using sockets inside qemu code

2007-03-14 Thread Marius Monton
Hi again, I'm using sockets inside qemu code for my work on SystemC + qemu simulation. I've implemented a TCP client inside qemu code to connect to an application (TCP server) outside QEMU (all SystemC stuff). Almost all is working fine, but sometimes receiving data fails with an "Interrupted syst