qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul Brook
Subject: Re: [Qemu-devel] Added new device: Interrupted system call
Date: Tue, 12 Sep 2006 23:59:44 +0100
User-agent: KMail/1.9.4

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 system call

This is normal. You need to read the documentation for recv(), in particular 
the bit about EINTR.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]