Re: [Qemu-devel] Added new device: Interrupted system call

2006-09-12 Thread Paul Brook
On Tuesday 12 September 2006 23:51, Alessandro Corradi wrote: > Hi, > I wrote a device that is connect to a host program for data exchange via > socket. > The problem is that qemu do something and block the socket system call. If > I "capture" the perror it return (in the host): > > Interrupted sys

[Qemu-devel] Added new device: Interrupted system call

2006-09-12 Thread Alessandro Corradi
Hi, I wrote a device that is connect to a host program for data exchange via socket. The problem is that qemu do something and block the socket system call. If I "capture" the perror it return (in the host): Interrupted system call So there should be something in qemu that "delete" the system ca